File tree 4 files changed +63
-1
lines changed
4 files changed +63
-1
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : pandas
3
- version : 0.18.0
3
+ version : 0.18.1
4
4
5
5
build :
6
6
number : {{environ.get('APPVEYOR_BUILD_NUMBER', 0)}} # [win]
Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ analysis / manipulation tool available in any language.
37
37
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
38
38
* Documentation: http://pandas.pydata.org
39
39
40
+ pandas 0.18.1
41
+ -------------
42
+
43
+ **Release date: ** (April ??, 2016)
44
+
45
+ This is a minor release from 0.18.0 and includes a large number of bug fixes
46
+ along with several new features, enhancements, and performance improvements.
47
+
48
+ Highlights include:
49
+
50
+ See the :ref: `v0.18.1 Whatsnew <whatsnew_0181 >` overview for an extensive list
51
+ of all enhancements and bugs that have been fixed in 0.18.1.
52
+
53
+ Thanks
54
+ ~~~~~~
55
+
40
56
pandas 0.18.0
41
57
-------------
42
58
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ What's New
18
18
19
19
These are new features and improvements of note in each release.
20
20
21
+ .. include :: whatsnew/v0.18.1.txt
22
+
21
23
.. include :: whatsnew/v0.18.0.txt
22
24
23
25
.. include :: whatsnew/v0.17.1.txt
Original file line number Diff line number Diff line change @@ -13,32 +13,76 @@ Highlights include:
13
13
:local:
14
14
:backlinks: none
15
15
16
+ .. _whatsnew_0181.new_features:
17
+
16
18
New features
17
19
~~~~~~~~~~~~
18
20
19
21
22
+
23
+
24
+
25
+
26
+
20
27
.. _whatsnew_0181.enhancements:
21
28
22
29
Enhancements
23
30
~~~~~~~~~~~~
24
31
25
32
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
26
42
.. _whatsnew_0181.api:
27
43
28
44
API changes
29
45
~~~~~~~~~~~
30
46
31
47
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
32
58
.. _whatsnew_0181.deprecations:
33
59
34
60
Deprecations
35
61
^^^^^^^^^^^^
36
62
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
37
72
.. _whatsnew_0181.performance:
38
73
39
74
Performance Improvements
40
75
~~~~~~~~~~~~~~~~~~~~~~~~
41
76
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
42
86
.. _whatsnew_0181.bug_fixes:
43
87
44
88
Bug Fixes
You can’t perform that action at this time.
0 commit comments