Skip to content

Commit 5a9999f

Browse files
committed
Add release notes for v0.2.5
1 parent c0472ae commit 5a9999f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

HISTORY.md

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

3+
## 0.2.5 - 2020-07-29
4+
5+
### Primitive Improvements
6+
7+
* Accept timedelta `window_size` in `cutoff_window_sequences` - [Issue #239](https://github.com/HDI-Project/MLPrimitives/issues/239) by @joanvaquer
8+
9+
### Bug Fixes
10+
11+
* ImportError: Keras requires TensorFlow 2.2 or higher. Install TensorFlow via `pip install tensorflow` - [Issue #237](https://github.com/HDI-Project/MLPrimitives/issues/237) by @joanvaquer
12+
13+
### New Primitives
14+
15+
+ Add `pandas.DataFrame.set_index` primitive - [Issue #222](https://github.com/HDI-Project/MLPrimitives/issues/222) by @JDTheRipperPC
16+
317
## 0.2.4 - 2020-01-30
418

519
### New Primitives

0 commit comments

Comments
 (0)