Skip to content

Commit

Permalink
Release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Apr 26, 2024
1 parent 1e8db4d commit 817a063
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.4.7 (2024-04-26)
--------------------------

* Added: support for Python 3.11
* Added: support for Python 3.12
* Fixed: avoid ``pandas`` future warning
for ``pandas.DataFrame.applymap()``
* Fixed: avoid deprecation warning
by replacing
``pkg_resources``
internally with
``importlib.metadata``
* Removed: support for Python 3.7


Version 1.4.6 (2022-12-21)
--------------------------

Expand Down

0 comments on commit 817a063

Please sign in to comment.