Skip to content

Commit 66a0a74

Browse files
committed
DOC: v0.15.2 whatsnew
1 parent d8ab341 commit 66a0a74

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed

doc/source/release.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ analysis / manipulation tool available in any language.
4545
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
4646
* Documentation: http://pandas.pydata.org
4747

48+
pandas 0.15.2
49+
-------------
50+
51+
**Release date:** (December ??, 2014)
52+
53+
This is a minor release from 0.15.1 and includes a small number of API changes, several new features, enhancements, and
54+
performance improvements along with a large number of bug fixes.
55+
56+
See the :ref:`v0.15.2 Whatsnew <whatsnew_0152>` overview for an extensive list
57+
of all API changes, enhancements and bugs that have been fixed in 0.15.2.
58+
59+
Thanks
60+
~~~~~~
61+
4862
pandas 0.15.1
4963
-------------
5064

doc/source/whatsnew.rst

Lines changed: 2 additions & 0 deletions
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.15.2.txt
22+
2123
.. include:: whatsnew/v0.15.1.txt
2224

2325
.. include:: whatsnew/v0.15.0.txt

doc/source/whatsnew/v0.15.2.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. _whatsnew_0152:
2+
3+
v0.15.2 (December ??, 2014)
4+
---------------------------
5+
6+
This is a minor release from 0.15.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+
- :ref:`Enhancements <whatsnew_0152.enhancements>`
13+
- :ref:`API Changes <whatsnew_0152.api>`
14+
- :ref:`Performance Improvements <whatsnew_0152.performance>`
15+
- :ref:`Experimental Changes <whatsnew_0152.experimental>`
16+
- :ref:`Bug Fixes <whatsnew_0152.bug_fixes>`
17+
18+
.. _whatsnew_0152.api:
19+
20+
API changes
21+
~~~~~~~~~~~
22+
23+
24+
.. _whatsnew_0152.enhancements:
25+
26+
Enhancements
27+
~~~~~~~~~~~~
28+
29+
30+
.. _whatsnew_0152.performance:
31+
32+
Performance
33+
~~~~~~~~~~~
34+
35+
.. _whatsnew_0152.experimental:
36+
37+
Experimental
38+
~~~~~~~~~~~~
39+
40+
41+
.. _whatsnew_0152.bug_fixes:
42+
43+
Bug Fixes
44+
~~~~~~~~~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def build_extensions(self):
189189
MAJOR = 0
190190
MINOR = 15
191191
MICRO = 1
192-
ISRELEASED = True
192+
ISRELEASED = False
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194194
QUALIFIER = ''
195195

0 commit comments

Comments
 (0)