diff --git a/CITATION.cff b/CITATION.cff index 9d9d860e8..15db5d72b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,8 +13,8 @@ keywords: - "forecasting models" - sarimax title: "pmdarima" -version: 1.8.5 -date-released: 2022-02-22 +version: 2.0.3 +date-released: 2023-03-15 license: MIT repository-artifact: https://pypi.org/project/pmdarima repository-code: https://github.com/alkaline-ml/pmdarima diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 816f6d958..06d319718 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -7,6 +7,12 @@ What's new in pmdarima As new releases of pmdarima are pushed out, the following list (introduced in v0.8.1) will document the latest features. +`v2.0.3 `_ +------------------------------------------------- + +* Fix a bug when generating permutations using ``numpy>=1.24.0``. See `#534 `_ +* Fix a bug in ``transform`` when using ``scikit-learn>=1.2.0``, addressing `#539 `_ + `v2.0.2 `_ -------------------------------------------------