File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11.. _whatsnew_0141:
22
3- v0.14.1 (??? )
4- -------------
3+ v0.14.1 (July 11, 2014 )
4+ -----------------------
55
66This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
77enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88users upgrade to this version.
99
10- - Highlights include:
11-
12- - Support for ``dateutil`` timezones. See :ref:`Here <whatsnew_0141.enhancements>`
13-
14- - :ref:`Other Enhancements <whatsnew_0141.enhancements>`
10+ - :ref:`Enhancements <whatsnew_0141.enhancements>`
1511
1612- :ref:`API Changes <whatsnew_0141.api>`
1713
@@ -56,11 +52,11 @@ API changes
5652 containing ``NaN`` values - now also has ``dtype=object`` instead of
5753 ``float`` (:issue:`7242`)
5854
59- - `StringMethods`` now work on empty Series (:issue:`7242`)
55+ - `` StringMethods`` now work on empty Series (:issue:`7242`)
6056- ``Period`` objects no longer raise a ``TypeError`` when compared using ``==``
61- with another object that *isn't* a ``Period``. See :issue:`7376`. Instead
57+ with another object that *isn't* a ``Period``. Instead
6258 when comparing a ``Period`` with another object using ``==`` if the other
63- object isn't a ``Period`` ``False`` is returned.
59+ object isn't a ``Period`` ``False`` is returned. (:issue:`7376`)
6460
6561- Bug in ``.loc`` performing fallback integer indexing with ``object`` dtype indices (:issue:`7496`)
6662
You can’t perform that action at this time.
0 commit comments