File tree Expand file tree Collapse file tree 3 files changed +126
-0
lines changed Expand file tree Collapse file tree 3 files changed +126
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,23 @@ 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.0
41
+ -------------
42
+
43
+ **Release date: ** (January ??, 2016)
44
+
45
+ This is a major release from 0.17.1 and includes a small number of API changes, several new features,
46
+ enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
47
+ users upgrade to this version.
48
+
49
+ Highlights include:
50
+
51
+ See the :ref: `v0.17.0 Whatsnew <whatsnew_0180 >` overview for an extensive list
52
+ of all enhancements and bugs that have been fixed in 0.17.1.
53
+
54
+ Thanks
55
+ ~~~~~~
56
+
40
57
pandas 0.17.1
41
58
-------------
42
59
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.0.txt
22
+
21
23
.. include :: whatsnew/v0.17.1.txt
22
24
23
25
.. include :: whatsnew/v0.17.0.txt
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_0180:
2
+
3
+ v0.18.0 (January ??, 2016)
4
+ --------------------------
5
+
6
+ This is a major release from 0.17.1 and includes a small number of API changes, several new features,
7
+ enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
8
+ users upgrade to this version.
9
+
10
+ Highlights include:
11
+
12
+ Check the :ref:`API Changes <whatsnew_0180.api>` and :ref:`deprecations <whatsnew_0180.deprecations>` before updating.
13
+
14
+ .. contents:: What's new in v0.18.0
15
+ :local:
16
+ :backlinks: none
17
+
18
+ .. _whatsnew_0180.enhancements:
19
+
20
+ New features
21
+ ~~~~~~~~~~~~
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ .. _whatsnew_0180.enhancements.other:
30
+
31
+ Other enhancements
32
+ ^^^^^^^^^^^^^^^^^^
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+ .. _whatsnew_0180.api:
43
+
44
+ .. _whatsnew_0180.api_breaking:
45
+
46
+ Backwards incompatible API changes
47
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ Other API Changes
58
+ ^^^^^^^^^^^^^^^^^
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+ .. _whatsnew_0180.deprecations:
69
+
70
+ Deprecations
71
+ ^^^^^^^^^^^^
72
+
73
+
74
+
75
+
76
+
77
+
78
+ .. _whatsnew_0180.prior_deprecations:
79
+
80
+ Removal of prior version deprecations/changes
81
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+ .. _whatsnew_0180.performance:
90
+
91
+ Performance Improvements
92
+ ~~~~~~~~~~~~~~~~~~~~~~~~
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ .. _whatsnew_0180.bug_fixes:
105
+
106
+ Bug Fixes
107
+ ~~~~~~~~~
You can’t perform that action at this time.
0 commit comments