File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0141:
2
2
3
- v0.14.1 (??? )
4
- -------------
3
+ v0.14.1 (July 11, 2014 )
4
+ -----------------------
5
5
6
6
This is a minor release from 0.14.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
- - Support for ``dateutil`` timezones. See :ref:`Here <whatsnew_0141.enhancements>`
13
-
14
- - :ref:`Other Enhancements <whatsnew_0141.enhancements>`
10
+ - :ref:`Enhancements <whatsnew_0141.enhancements>`
15
11
16
12
- :ref:`API Changes <whatsnew_0141.api>`
17
13
@@ -56,11 +52,11 @@ API changes
56
52
containing ``NaN`` values - now also has ``dtype=object`` instead of
57
53
``float`` (:issue:`7242`)
58
54
59
- - `StringMethods`` now work on empty Series (:issue:`7242`)
55
+ - `` StringMethods`` now work on empty Series (:issue:`7242`)
60
56
- ``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
62
58
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`)
64
60
65
61
- Bug in ``.loc`` performing fallback integer indexing with ``object`` dtype indices (:issue:`7496`)
66
62
You can’t perform that action at this time.
0 commit comments