|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 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 | + |
4 | 13 | 0.3.1 - Pipelines Discovery |
5 | 14 | --------------------------- |
6 | 15 |
|
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 |
17 | 21 |
|
18 | 22 | 0.3.0 - New Primitives Discovery |
19 | 23 | -------------------------------- |
|
0 commit comments