File tree Expand file tree Collapse file tree 4 files changed +63
-1
lines changed Expand file tree Collapse file tree 4 files changed +63
-1
lines changed Original file line number Diff line number Diff line change 11package :
22 name : pandas
3- version : 0.18.0
3+ version : 0.18.1
44
55build :
66 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.
3737* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
3838* Documentation: http://pandas.pydata.org
3939
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+
4056pandas 0.18.0
4157-------------
4258
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ What's New
1818
1919These are new features and improvements of note in each release.
2020
21+ .. include :: whatsnew/v0.18.1.txt
22+
2123.. include :: whatsnew/v0.18.0.txt
2224
2325.. include :: whatsnew/v0.17.1.txt
Original file line number Diff line number Diff line change @@ -13,32 +13,76 @@ Highlights include:
1313 :local:
1414 :backlinks: none
1515
16+ .. _whatsnew_0181.new_features:
17+
1618New features
1719~~~~~~~~~~~~
1820
1921
22+
23+
24+
25+
26+
2027.. _whatsnew_0181.enhancements:
2128
2229Enhancements
2330~~~~~~~~~~~~
2431
2532
33+
34+
35+
36+
37+
38+
39+
40+
41+
2642.. _whatsnew_0181.api:
2743
2844API changes
2945~~~~~~~~~~~
3046
3147
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
3258.. _whatsnew_0181.deprecations:
3359
3460Deprecations
3561^^^^^^^^^^^^
3662
63+
64+
65+
66+
67+
68+
69+
70+
71+
3772.. _whatsnew_0181.performance:
3873
3974Performance Improvements
4075~~~~~~~~~~~~~~~~~~~~~~~~
4176
77+
78+
79+
80+
81+
82+
83+
84+
85+
4286.. _whatsnew_0181.bug_fixes:
4387
4488Bug Fixes
You can’t perform that action at this time.
0 commit comments