Skip to content

Commit

Permalink
remove pintpandas notebook (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored Mar 28, 2022
1 parent cafbeb5 commit b7cb889
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 579 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Pint Changelog
- Fix `to_compact` and `infer_base_unit` for non-float non_int_type.
- Fix `to_reduced_units` to work with dimensionless units. (Issue #919)
- Fix parsing of units string with same canonalized name (Issue #1441 & #1142)
- The pint-pandas example notebook has been moved to the pint-pandas package.

### Breaking Changes

Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ points, like positions on a map or absolute temperature scales.
**Dependency free**: it depends only on Python and its standard library. It interacts with other packages
like numpy and uncertainties if they are installed

**Pandas integration**: Thanks to `Pandas Extension Types`_ it is now possible to use Pint with Pandas.
**Pandas integration**: The `pint-pandas`_ package makes it possible to use Pint with Pandas.
Operations on DataFrames and between columns are units aware, providing even more convenience for users
of Pandas DataFrames. For full details, see the `pint-pandas Jupyter notebook`_.

Expand Down Expand Up @@ -134,7 +134,6 @@ User Guide
performance
systems
currencies
pint-pandas.ipynb
pint-convert

More information
Expand Down Expand Up @@ -165,6 +164,6 @@ One last thing
.. _`NumPy`: http://www.numpy.org/
.. _`PEP 3101`: https://www.python.org/dev/peps/pep-3101/
.. _`Babel`: http://babel.pocoo.org/
.. _`Pandas Extension Types`: https://pandas.pydata.org/pandas-docs/stable/extending.html#extension-types
.. _`pint-pandas`: https://github.com/hgrecco/pint-pandas
.. _`pint-pandas Jupyter notebook`: https://github.com/hgrecco/pint-pandas/blob/master/notebooks/pandas_support.ipynb
.. _`BSD 3-clause style license`: https://github.com/hgrecco/pint/blob/master/LICENSE
Loading

0 comments on commit b7cb889

Please sign in to comment.