@@ -58,17 +58,22 @@ Highlights include:
58
58
- Drop support for numpy < 1.7.0 (:issue: `7711 `)
59
59
- The ``Categorical `` type was integrated as a first-class pandas type, see :ref: `here <whatsnew_0150.cat >`
60
60
- 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 >`
61
62
- New datetimelike properties accessor ``.dt `` for Series, see :ref: `Datetimelike Properties <whatsnew_0150.dt >`
62
63
- 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 >`
63
65
- ``read_csv `` will now by default ignore blank lines when parsing, see :ref: `here <whatsnew_0150.blanklines >`
64
66
- API change in using Indexes in set operations, see :ref: `here <whatsnew_0150.index_set_ops >`
65
67
- Internal refactoring of the ``Index `` class to no longer sub-class ``ndarray ``, see :ref: `Internal Refactoring <whatsnew_0150.refactoring >`
66
68
- 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 >`
68
69
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
70
71
of all API changes, enhancements and bugs that have been fixed in 0.15.0.
71
72
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
+
72
77
Thanks
73
78
~~~~~~
74
79
0 commit comments