Skip to content

Commit 5f66629

Browse files
authored
DOC: Add pandas-stubs and potential 2.0 API breaks to 1.5 whatsnew (#47922)
* DOC: Add pandas-stubs and potential 2.0 API breaks to 1.5 whatsnew * Add link to zoneinfo * Address comments
1 parent 46c615d commit 5f66629

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/source/whatsnew/v1.5.0.rst

+18
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ including other versions of pandas.
1414
Enhancements
1515
~~~~~~~~~~~~
1616

17+
.. _whatsnew_150.enhancements.pandas-stubs:
18+
19+
``pandas-stubs``
20+
^^^^^^^^^^^^^^^^
21+
22+
The ``pandas-stubs`` library is now supported by the pandas development team, providing type stubs for the pandas API. Please visit
23+
https://github.com/pandas-dev/pandas-stubs for more information.
24+
25+
We thank VirtusLab and Microsoft for their initial, significant contributions to ``pandas-stubs``
26+
1727
.. _whatsnew_150.enhancements.dataframe_interchange:
1828

1929
DataFrame interchange protocol implementation
@@ -544,6 +554,14 @@ Other API changes
544554
Deprecations
545555
~~~~~~~~~~~~
546556

557+
.. warning::
558+
559+
In the next major version release, 2.0, several larger API changes are being considered without a formal deprecation such as
560+
making the standard library `zoneinfo <https://docs.python.org/3/library/zoneinfo.html>`_ the default timezone implementation instead of ``pytz``,
561+
having the :class:`Index` support all data types instead of having multiple subclasses (:class:`CategoricalIndex`, :class:`Int64Index`, etc.), and more.
562+
The changes under consideration are logged in `this Github issue <https://github.com/pandas-dev/pandas/issues/44823>`_, and any
563+
feedback or concerns are welcome.
564+
547565
.. _whatsnew_150.deprecations.int_slicing_series:
548566

549567
Label-based integer slicing on a Series with an Int64Index or RangeIndex

0 commit comments

Comments
 (0)