File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0151:
2
2
3
- v0.15.1 (November ?? , 2014)
4
- -----------------------
3
+ v0.15.1 (November 8 , 2014)
4
+ --------------------------
5
5
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,
7
7
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
8
8
users upgrade to this version.
9
9
10
- - Highlights include:
11
-
12
10
- :ref:`Enhancements <whatsnew_0151.enhancements>`
13
11
- :ref:`API Changes <whatsnew_0151.api>`
14
12
- :ref:`Performance Improvements <whatsnew_0151.performance>`
@@ -30,10 +28,10 @@ API changes
30
28
31
29
.. code-block:: python
32
30
33
- # this was underreported and actually took ( in < 0.15.1) about 24008 bytes
31
+ # this was underreported in prior versions
34
32
In [1]: dfi.memory_usage(index=True)
35
33
Out[1]:
36
- Index 8000
34
+ Index 8000 # took about 24008 bytes in < 0.15.1
37
35
A 8000
38
36
dtype: int64
39
37
You can’t perform that action at this time.
0 commit comments