File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ keywords:
13
13
- " forecasting models"
14
14
- sarimax
15
15
title : " pmdarima"
16
- version : 1.8.5
17
- date-released : 2022-02-22
16
+ version : 2.0.3
17
+ date-released : 2023-03-15
18
18
license : MIT
19
19
repository-artifact : https://pypi.org/project/pmdarima
20
20
repository-code : https://github.com/alkaline-ml/pmdarima
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ What's new in pmdarima
7
7
As new releases of pmdarima are pushed out, the following list (introduced in
8
8
v0.8.1) will document the latest features.
9
9
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
+
10
16
`v2.0.2 <http://alkaline-ml.com/pmdarima/2.0.2 >`_
11
17
-------------------------------------------------
12
18
You can’t perform that action at this time.
0 commit comments