Skip to content

Commit 5c4c877

Browse files
committed
DOC: make v0.18.1 whatsnew visible
DOC: setup for 0.18.1 CI: setup for 0.18.1
1 parent 92ab8e0 commit 5c4c877

File tree

4 files changed

+63
-1
lines changed

4 files changed

+63
-1
lines changed

ci/appveyor.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pandas
3-
version: 0.18.0
3+
version: 0.18.1
44

55
build:
66
number: {{environ.get('APPVEYOR_BUILD_NUMBER', 0)}} # [win]

doc/source/release.rst

+16
Original file line numberDiff line numberDiff 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+
4056
pandas 0.18.0
4157
-------------
4258

doc/source/whatsnew.rst

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ What's New
1818

1919
These 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

doc/source/whatsnew/v0.18.1.txt

+44
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,76 @@ Highlights include:
1313
:local:
1414
:backlinks: none
1515

16+
.. _whatsnew_0181.new_features:
17+
1618
New features
1719
~~~~~~~~~~~~
1820

1921

22+
23+
24+
25+
26+
2027
.. _whatsnew_0181.enhancements:
2128

2229
Enhancements
2330
~~~~~~~~~~~~
2431

2532

33+
34+
35+
36+
37+
38+
39+
40+
41+
2642
.. _whatsnew_0181.api:
2743

2844
API changes
2945
~~~~~~~~~~~
3046

3147

48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
3258
.. _whatsnew_0181.deprecations:
3359

3460
Deprecations
3561
^^^^^^^^^^^^
3662

63+
64+
65+
66+
67+
68+
69+
70+
71+
3772
.. _whatsnew_0181.performance:
3873

3974
Performance Improvements
4075
~~~~~~~~~~~~~~~~~~~~~~~~
4176

77+
78+
79+
80+
81+
82+
83+
84+
85+
4286
.. _whatsnew_0181.bug_fixes:
4387

4488
Bug Fixes

0 commit comments

Comments
 (0)