Skip to content

Commit 1001505

Browse files
committed
Add release notes for v0.3.0
1 parent a5c8c28 commit 1001505

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

HISTORY.md

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

3+
## 0.3.0 - 2021-01-09
4+
5+
### New Primitives
6+
7+
* Add primitive `sklearn.naive_bayes.GaussianNB` - [Issue #242](https://github.com/MLBazaar/MLPrimitives/issues/242) by @sarahmish
8+
* Add primitive `sklearn.linear_model.SGDClassifier` - [Issue #241](https://github.com/MLBazaar/MLPrimitives/issues/241) by @sarahmish
9+
10+
### Primitive Improvements
11+
12+
* Add offset to rolling_window_sequence primitive - [Issue #251](https://github.com/MLBazaar/MLPrimitives/issues/251) by @skyeeiskowitz
13+
* Rename the time_index column to time - [Issue #252](https://github.com/MLBazaar/MLPrimitives/issues/252) by @pvk-developer
14+
* Update featuretools dependency - [Issue #250](https://github.com/MLBazaar/MLPrimitives/issues/250) by @pvk-developer
15+
16+
### General Improvements
17+
18+
* Udpate dependencies and add python3.8 - [Issue #246](https://github.com/MLBazaar/MLPrimitives/issues/246) by @csala
19+
* Drop Python35 - [Issue #244](https://github.com/MLBazaar/MLPrimitives/issues/244) by @csala
20+
321
## 0.2.5 - 2020-07-29
422

523
### Primitive Improvements

0 commit comments

Comments
 (0)