Skip to content

Commit 09f740b

Browse files
committed
DOC: update release.rst for 0.15.0
1 parent 3d31938 commit 09f740b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/source/release.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,22 @@ Highlights include:
5858
- Drop support for numpy < 1.7.0 (:issue:`7711`)
5959
- The ``Categorical`` type was integrated as a first-class pandas type, see :ref:`here <whatsnew_0150.cat>`
6060
- New scalar type ``Timedelta``, and a new index type ``TimedeltaIndex``, see :ref:`here <whatsnew_0150.timedeltaindex>`
61+
- New DataFrame default display for ``df.info()`` to include memory usage, see :ref:`Memory Usage <whatsnew_0150.memory>`
6162
- New datetimelike properties accessor ``.dt`` for Series, see :ref:`Datetimelike Properties <whatsnew_0150.dt>`
6263
- Split indexing documentation into :ref:`Indexing and Selecting Data <indexing>` and :ref:`MultiIndex / Advanced Indexing <advanced>`
64+
- Split out string methods documentation into :ref:`Working with Text Data <text>`
6365
- ``read_csv`` will now by default ignore blank lines when parsing, see :ref:`here <whatsnew_0150.blanklines>`
6466
- API change in using Indexes in set operations, see :ref:`here <whatsnew_0150.index_set_ops>`
6567
- Internal refactoring of the ``Index`` class to no longer sub-class ``ndarray``, see :ref:`Internal Refactoring <whatsnew_0150.refactoring>`
6668
- dropping support for ``PyTables`` less than version 3.0.0, and ``numexpr`` less than version 2.1 (:issue:`7990`)
67-
- Refactor ``Index`` to no longer subclass ``ndarray`` See :ref:`Internal Refactoring <whatsnew_0150.refactoring>`
6869

69-
See the :ref:`v0.15.0 Whatsnew <whatsnew_0140>` overview or the issue tracker on GitHub for an extensive list
70+
See the :ref:`v0.15.0 Whatsnew <whatsnew_0150>` overview or the issue tracker on GitHub for an extensive list
7071
of all API changes, enhancements and bugs that have been fixed in 0.15.0.
7172

73+
This is a major release from 0.14.1 and includes a small number of API changes, several new features,
74+
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
75+
users upgrade to this version.
76+
7277
Thanks
7378
~~~~~~
7479

0 commit comments

Comments
 (0)