Skip to content

Commit 18cbe34

Browse files
Update docs for 2.0.3 (alkaline-ml#542)
1 parent 587c380 commit 18cbe34

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords:
1313
- "forecasting models"
1414
- sarimax
1515
title: "pmdarima"
16-
version: 1.8.5
17-
date-released: 2022-02-22
16+
version: 2.0.3
17+
date-released: 2023-03-15
1818
license: MIT
1919
repository-artifact: https://pypi.org/project/pmdarima
2020
repository-code: https://github.com/alkaline-ml/pmdarima

doc/whats_new.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ What's new in pmdarima
77
As new releases of pmdarima are pushed out, the following list (introduced in
88
v0.8.1) will document the latest features.
99

10+
`v2.0.3 <https://alkaline-ml.com/pmdarima/2.0.3>`_
11+
-------------------------------------------------
12+
13+
* Fix a bug when generating permutations using ``numpy>=1.24.0``. See `#534 <https://github.com/alkaline-ml/pmdarima/pull/534>`_
14+
* Fix a bug in ``transform`` when using ``scikit-learn>=1.2.0``, addressing `#539 <https://github.com/alkaline-ml/pmdarima/issues/539>`_
15+
1016
`v2.0.2 <http://alkaline-ml.com/pmdarima/2.0.2>`_
1117
-------------------------------------------------
1218

0 commit comments

Comments
 (0)