Skip to content

Commit 9d286c8

Browse files
committed
DOC: minor v0.15.1.txt changes
1 parent 5f76b27 commit 9d286c8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

doc/source/whatsnew/v0.15.1.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
.. _whatsnew_0151:
22

3-
v0.15.1 (November ??, 2014)
4-
-----------------------
3+
v0.15.1 (November 8, 2014)
4+
--------------------------
55

6-
This is a minor release from 0.15.0 and includes a small number of API changes, several new features,
6+
This is a minor bug-fix release from 0.15.0 and includes a small number of API changes, several new features,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88
users upgrade to this version.
99

10-
- Highlights include:
11-
1210
- :ref:`Enhancements <whatsnew_0151.enhancements>`
1311
- :ref:`API Changes <whatsnew_0151.api>`
1412
- :ref:`Performance Improvements <whatsnew_0151.performance>`
@@ -30,10 +28,10 @@ API changes
3028

3129
.. code-block:: python
3230

33-
# this was underreported and actually took (in < 0.15.1) about 24008 bytes
31+
# this was underreported in prior versions
3432
In [1]: dfi.memory_usage(index=True)
3533
Out[1]:
36-
Index 8000
34+
Index 8000 # took about 24008 bytes in < 0.15.1
3735
A 8000
3836
dtype: int64
3937

0 commit comments

Comments
 (0)