Skip to content

Commit badd7f1

Browse files
committed
Add release notest for v0.3.2
1 parent d5ba6e4 commit badd7f1

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

HISTORY.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
Changelog
22
=========
33

4+
0.3.2 - 2019-08-12
5+
------------------
6+
7+
* Allow passing fit and produce arguments as `init_params` - [Issue #96](https://github.com/HDI-Project/MLBlocks/issues/96) by @csala
8+
* Support optional fit and produce args and arg defaults - [Issue #95](https://github.com/HDI-Project/MLBlocks/issues/95) by @csala
9+
* Isolate primitives from their hyperparameters dictionary - [Issue #94](https://github.com/HDI-Project/MLBlocks/issues/94) by @csala
10+
* Add functions to explore the available primitives and pipelines - [Issue #90](https://github.com/HDI-Project/MLBlocks/issues/90) by @csala
11+
* Add primitive caching New Feature - [Issue #22](https://github.com/HDI-Project/MLBlocks/issues/22) by @csala
12+
413
0.3.1 - Pipelines Discovery
514
---------------------------
615

7-
* Support flat hyperparameter dictionaries
8-
[Issue #92](https://github.com/HDI-Project/MLBlocks/issues/92) by @csala
9-
* Load pipelines by name and register them as `entry_points`
10-
[Issue #88](https://github.com/HDI-Project/MLBlocks/issues/88) by @csala
11-
* Implement partial re-fit
12-
[Issue #61](https://github.com/HDI-Project/MLBlocks/issues/61) by @csala
13-
* Move argument parsing to MLBlock
14-
[Issue #86](https://github.com/HDI-Project/MLBlocks/issues/86) by @csala
15-
* Allow getting intermediate outputs
16-
[Issue #58](https://github.com/HDI-Project/MLBlocks/issues/58) by @csala
16+
* Support flat hyperparameter dictionaries - [Issue #92](https://github.com/HDI-Project/MLBlocks/issues/92) by @csala
17+
* Load pipelines by name and register them as `entry_points` - [Issue #88](https://github.com/HDI-Project/MLBlocks/issues/88) by @csala
18+
* Implement partial re-fit -[Issue #61](https://github.com/HDI-Project/MLBlocks/issues/61) by @csala
19+
* Move argument parsing to MLBlock - [Issue #86](https://github.com/HDI-Project/MLBlocks/issues/86) by @csala
20+
* Allow getting intermediate outputs - [Issue #58](https://github.com/HDI-Project/MLBlocks/issues/58) by @csala
1721

1822
0.3.0 - New Primitives Discovery
1923
--------------------------------

0 commit comments

Comments
 (0)