Skip to content

Commit 0fa67e0

Browse files
committed
Add placeholders for Pint bits and pieces, update once PR merged
PR link: hgrecco/pint#684
1 parent 3c507e8 commit 0fa67e0

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

doc/source/ecosystem.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,14 @@ Cyberpandas provides an extension type for storing arrays of IP Addresses. These
339339
arrays can be stored inside pandas' Series and DataFrame.
340340

341341
`pint`_
342-
~~~~~~~~~~~~~~
342+
~~~~~~~
343+
344+
`Pint <https://pint.readthedocs.io/en/latest/>` provides an extension type for
345+
storing numeric arrays with units. These arrays can be stored inside pandas'
346+
Series and DataFrame. Operations between Series and DataFrame columns which
347+
use pint's extension array are then units aware.
343348

344-
Pint provides an extension type for storing numeric arrays with units. These
345-
arrays can be stored inside pandas' Series and DataFrame. Operations between
346-
Series and DataFrame columns which use pint's extension array are then units
347-
aware.
349+
Add comment about minimum Pint version required once PR merged (see https://github.com/hgrecco/pint/pull/684)
348350

349351
.. _ecosystem.accessors:
350352

doc/source/whatsnew/v0.23.5.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Fixed Regressions
3030
Development
3131
~~~~~~~~~~~
3232
- 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>`_
3433

3534
.. _whatsnew_0235.bug_fixes:
3635

doc/source/whatsnew/v0.24.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ This is the same behavior as ``Series.values`` for categorical data. See
161161

162162
.. _whatsnew_0240.enhancements.other:
163163

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+
164170
Other Enhancements
165171
^^^^^^^^^^^^^^^^^^
166172
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)

0 commit comments

Comments
 (0)