Skip to content

Commit a38f9dc

Browse files
committed
add release notes
1 parent 2e370ae commit a38f9dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
## 0.4.0 - 2024-03-22
4+
5+
### General Imporvements
6+
7+
* Upgrade python versions 3.9, 3.10, and 3.11 - [Issue #279](https://github.com/MLBazaar/MLPrimitives/issues/279) by @sarahmish
8+
* Adapt to statsmodels.tsa.arima_model.ARIMA deprecation
9+
- [Issue #253](https://github.com/MLBazaar/MLPrimitives/issues/253) by @sarahmish
10+
311
## 0.3.5 - 2023-04-14
412

513
### General Imporvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ combine third party tools or implement new functionalities from scratch.
3939

4040
## Requirements
4141

42-
**MLPrimitives** has been developed and tested on [Python 3.6, 3.7 and 3.8](https://www.python.org/downloads/)
42+
**MLPrimitives** has been developed and tested on [Python 3.8, 3.9, 3.10, and 3.11](https://www.python.org/downloads/)
4343

4444
Also, although it is not strictly required, the usage of a
4545
[virtualenv](https://virtualenv.pypa.io/en/latest/) is highly recommended in order to avoid

0 commit comments

Comments
 (0)