Skip to content

Commit 3d492f1

Browse files
authored
DOC: Add release date for 2.1.4 (#56393)
* DOC: Add release date for 2.1.4 * DOC: Add release date for 2.1.4
1 parent 3b9d1f6 commit 3d492f1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

doc/source/whatsnew/v2.1.4.rst

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_214:
22

3-
What's new in 2.1.4 (December ??, 2023)
3+
What's new in 2.1.4 (December 8, 2023)
44
---------------------------------------
55

66
These are the changes in pandas 2.1.4. See :ref:`release` for a full changelog
@@ -14,7 +14,6 @@ including other versions of pandas.
1414
Fixed regressions
1515
~~~~~~~~~~~~~~~~~
1616
- Fixed regression when trying to read a pickled pandas :class:`DataFrame` from pandas 1.3 (:issue:`55137`)
17-
-
1817

1918
.. ---------------------------------------------------------------------------
2019
.. _whatsnew_214.bug_fixes:
@@ -36,14 +35,6 @@ Bug fixes
3635
- Fixed bug in :meth:`Series.str.split` and :meth:`Series.str.rsplit` when ``pat=None`` for :class:`ArrowDtype` with ``pyarrow.string`` (:issue:`56271`)
3736
- Fixed bug in :meth:`Series.str.translate` losing object dtype when string option is set (:issue:`56152`)
3837

39-
.. ---------------------------------------------------------------------------
40-
.. _whatsnew_214.other:
41-
42-
Other
43-
~~~~~
44-
-
45-
-
46-
4738
.. ---------------------------------------------------------------------------
4839
.. _whatsnew_214.contributors:
4940

0 commit comments

Comments
 (0)