Skip to content

Commit cce8b4f

Browse files
trial
1 parent 5da5dcb commit cce8b4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,8 @@ Optional libraries below the lowest tested version may still work, but are not c
653653
+------------------------+---------------------+
654654
| lxml | 5.3.0 |
655655
+------------------------+---------------------+
656+
| Jinja2 | 3.1.3 |
657+
+------------------------+---------------------+
656658
| matplotlib | 3.9.3 |
657659
+------------------------+---------------------+
658660
| numba | 0.60.0 |
@@ -1025,6 +1027,7 @@ Performance improvements
10251027
- Performance improvement in ``DataFrameGroupBy.__len__`` and ``SeriesGroupBy.__len__`` (:issue:`57595`)
10261028
- Performance improvement in indexing operations for string dtypes (:issue:`56997`)
10271029
- Performance improvement in unary methods on a :class:`RangeIndex` returning a :class:`RangeIndex` instead of a :class:`Index` when possible. (:issue:`57825`)
1030+
10281031
.. ---------------------------------------------------------------------------
10291032
.. _whatsnew_300.bug_fixes:
10301033

@@ -1042,7 +1045,6 @@ Categorical
10421045
- Bug in :meth:`DataFrame.pivot` and :meth:`DataFrame.set_index` raising an ``ArrowNotImplementedError`` for columns with pyarrow dictionary dtype (:issue:`53051`)
10431046
- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty :class:`CategoricalDtype` :class:`Series` raised an error or got converted to ``null[pyarrow]`` (:issue:`59934`)
10441047

1045-
10461048
Datetimelike
10471049
^^^^^^^^^^^^
10481050
- Bug in :attr:`is_year_start` where a DateTimeIndex constructed via a date_range with frequency 'MS' wouldn't have the correct year or quarter start attributes (:issue:`57377`)

0 commit comments

Comments
 (0)