Skip to content

Commit 4b56a16

Browse files
committed
DOC: v0.14.1 edits
1 parent 5f845db commit 4b56a16

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

doc/source/v0.14.1.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
.. _whatsnew_0141:
22

3-
v0.14.1 (???)
4-
-------------
3+
v0.14.1 (July 11, 2014)
4+
-----------------------
55

66
This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88
users 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

0 commit comments

Comments
 (0)