Skip to content

Commit dd1d342

Browse files
committed
DOC: 15.1 release notes
1 parent cd93914 commit dd1d342

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

doc/source/release.rst

+25-4
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,40 @@ analysis / manipulation tool available in any language.
4848
pandas 0.15.1
4949
-------------
5050

51-
**Release date:** (November ??, 2014)
51+
**Release date:** (November 9, 2014)
5252

5353
This is a minor release from 0.15.0 and includes a small number of API changes, several new features, enhancements, and
5454
performance improvements along with a large number of bug fixes.
5555

56-
Highlights include:
57-
58-
See the :ref:`v0.15.1 Whatsnew <whatsnew_0151>` overview or the issue tracker on GitHub for an extensive list
56+
See the :ref:`v0.15.1 Whatsnew <whatsnew_0151>` overview for an extensive list
5957
of all API changes, enhancements and bugs that have been fixed in 0.15.1.
6058

6159
Thanks
6260
~~~~~~
6361

62+
- Aaron Staple
63+
- Andrew Rosenfeld
64+
- Anton I. Sipos
65+
- Artemy Kolchinsky
66+
- Bill Letson
67+
- Dave Hughes
68+
- David Stephens
69+
- Guillaume Horel
70+
- Jeff Reback
71+
- Joris Van den Bossche
72+
- Kevin Sheppard
73+
- Nick Stahl
74+
- Sanghee Kim
75+
- Stephan Hoyer
76+
- TomAugspurger
77+
- WANG Aiyong
78+
- behzad nouri
79+
- immerrr
80+
- jnmclarty
81+
- jreback
82+
- pallav-fdsi
83+
- unutbu
84+
6485
pandas 0.15.0
6586
-------------
6687

doc/source/whatsnew/v0.15.1.txt

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0151:
22

3-
v0.15.1 (November 8, 2014)
3+
v0.15.1 (November 9, 2014)
44
--------------------------
55

66
This is a minor bug-fix release from 0.15.0 and includes a small number of API changes, several new features,
@@ -9,8 +9,6 @@ users upgrade to this version.
99

1010
- :ref:`Enhancements <whatsnew_0151.enhancements>`
1111
- :ref:`API Changes <whatsnew_0151.api>`
12-
- :ref:`Performance Improvements <whatsnew_0151.performance>`
13-
- :ref:`Experimental Changes <whatsnew_0151.experimental>`
1412
- :ref:`Bug Fixes <whatsnew_0151.bug_fixes>`
1513

1614
.. _whatsnew_0151.api:
@@ -227,19 +225,6 @@ Enhancements
227225
- Added option to ``Series.str.split()`` to return a ``DataFrame`` rather than a ``Series`` (:issue:`8428`)
228226
- Added option to ``df.info(null_counts=None|True|False)`` to override the default display options and force showing of the null-counts (:issue:`8701`)
229227

230-
.. _whatsnew_0151.performance:
231-
232-
Performance
233-
~~~~~~~~~~~
234-
235-
236-
.. _whatsnew_0151.experimental:
237-
238-
Experimental
239-
~~~~~~~~~~~~
240-
241-
.. _whatsnew_0151.bug_fixes:
242-
243228
Bug Fixes
244229
~~~~~~~~~
245230

@@ -302,4 +287,4 @@ Bug Fixes
302287
- Bug in Setting by indexer to a scalar value with a mixed-dtype `Panel4d` was failing (:issue:`8702`)
303288

304289
- Bug where ``DataReader``'s would fail if one of the symbols passed was invalid. Now returns data for valid symbols and np.nan for invalid (:issue:`8494`)
305-
- Bug in ``get_quote_yahoo`` that wouldn't allow non-float return values (:issue:`5229`).
290+
- Bug in ``get_quote_yahoo`` that wouldn't allow non-float return values (:issue:`5229`).

0 commit comments

Comments
 (0)