Skip to content

Commit

Permalink
Add release notest for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Aug 12, 2019
1 parent d5ba6e4 commit badd7f1
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Changelog
=========

0.3.2 - 2019-08-12
------------------

* Allow passing fit and produce arguments as `init_params` - [Issue #96](https://github.com/HDI-Project/MLBlocks/issues/96) by @csala
* Support optional fit and produce args and arg defaults - [Issue #95](https://github.com/HDI-Project/MLBlocks/issues/95) by @csala
* Isolate primitives from their hyperparameters dictionary - [Issue #94](https://github.com/HDI-Project/MLBlocks/issues/94) by @csala
* Add functions to explore the available primitives and pipelines - [Issue #90](https://github.com/HDI-Project/MLBlocks/issues/90) by @csala
* Add primitive caching New Feature - [Issue #22](https://github.com/HDI-Project/MLBlocks/issues/22) by @csala

0.3.1 - Pipelines Discovery
---------------------------

* Support flat hyperparameter dictionaries
[Issue #92](https://github.com/HDI-Project/MLBlocks/issues/92) by @csala
* Load pipelines by name and register them as `entry_points`
[Issue #88](https://github.com/HDI-Project/MLBlocks/issues/88) by @csala
* Implement partial re-fit
[Issue #61](https://github.com/HDI-Project/MLBlocks/issues/61) by @csala
* Move argument parsing to MLBlock
[Issue #86](https://github.com/HDI-Project/MLBlocks/issues/86) by @csala
* Allow getting intermediate outputs
[Issue #58](https://github.com/HDI-Project/MLBlocks/issues/58) by @csala
* Support flat hyperparameter dictionaries - [Issue #92](https://github.com/HDI-Project/MLBlocks/issues/92) by @csala
* Load pipelines by name and register them as `entry_points` - [Issue #88](https://github.com/HDI-Project/MLBlocks/issues/88) by @csala
* Implement partial re-fit -[Issue #61](https://github.com/HDI-Project/MLBlocks/issues/61) by @csala
* Move argument parsing to MLBlock - [Issue #86](https://github.com/HDI-Project/MLBlocks/issues/86) by @csala
* Allow getting intermediate outputs - [Issue #58](https://github.com/HDI-Project/MLBlocks/issues/58) by @csala

0.3.0 - New Primitives Discovery
--------------------------------
Expand Down

0 comments on commit badd7f1

Please sign in to comment.