You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.5.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ Fixed Regressions
30
30
Development
31
31
~~~~~~~~~~~
32
32
- The minimum required pytest version has been increased to 3.6 (:issue:`22319`)
33
-
- Added `Pint<https://github.com/hgrecco/pint>`_ to the `Pandas ecosystem documentation<https://pandas.pydata.org/pandas-docs/stable/ecosystem.html#ecosystem-extensions>`_
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,12 @@ This is the same behavior as ``Series.values`` for categorical data. See
161
161
162
162
.. _whatsnew_0240.enhancements.other:
163
163
164
+
Pint Support
165
+
^^^^^^^^^^^^
166
+
# remove once Pint merge done (see https://github.com/hgrecco/pint/pull/684), note docs will go live once Pint merge is done,
167
+
Added `Pint<https://github.com/hgrecco/pint>`_ to the `Pandas ecosystem documentation<https://pandas.pydata.org/pandas-docs/stable/ecosystem.html#ecosystem-extensions>`_.
168
+
Documentation of how to use Pint with Pandas can be found in the `Pint documentation <https://github.com/hgrecco/pint/blob/master/docs/pandas.rst>`_.
169
+
164
170
Other Enhancements
165
171
^^^^^^^^^^^^^^^^^^
166
172
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
0 commit comments