Skip to content

Commit f109e66

Browse files
committed
make release-tag: Merge branch 'master' into stable
2 parents a094e9f + 1d74b20 commit f109e66

File tree

7 files changed

+488
-234
lines changed

7 files changed

+488
-234
lines changed

HISTORY.md

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

4+
0.3.3 - 2019-09-09
5+
------------------
6+
7+
* Improved intermediate outputs management - [Issue #105](https://github.com/HDI-Project/MLBlocks/issues/105) by @csala
8+
49
0.3.2 - 2019-08-12
510
------------------
611

712
* Allow passing fit and produce arguments as `init_params` - [Issue #96](https://github.com/HDI-Project/MLBlocks/issues/96) by @csala
813
* Support optional fit and produce args and arg defaults - [Issue #95](https://github.com/HDI-Project/MLBlocks/issues/95) by @csala
914
* Isolate primitives from their hyperparameters dictionary - [Issue #94](https://github.com/HDI-Project/MLBlocks/issues/94) by @csala
1015
* 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
16+
* Add primitive caching - [Issue #22](https://github.com/HDI-Project/MLBlocks/issues/22) by @csala
1217

1318
0.3.1 - Pipelines Discovery
1419
---------------------------

mlblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
2121
__email__ = '[email protected]'
2222
__license__ = 'MIT'
23-
__version__ = '0.3.2'
23+
__version__ = '0.3.3-dev'
2424

2525
__all__ = [
2626
'MLBlock', 'MLPipeline', 'add_pipelines_path', 'add_primitives_path',

0 commit comments

Comments
 (0)