Releases: MLBazaar/MLBlocks
Releases · MLBazaar/MLBlocks
v0.6.2 - 2024-11-18
- Upgrade python version to include 3.12 and 3.13 - Issue #144 by @sarahmish
v0.6.1 - 2023-09-26
- Add python 3.11 to MLBlocks - Issue #143 by @sarahmish
v0.6.0 - 2023-04-14
- Support python 3.9 and 3.10 - Issue #141 by @sarahmish
v0.5.0 - 2023-01-22
- Update
numpy
dependency and isolate tests - Issue #139 by @sarahmish
v0.4.1 - 2021-10-08
- Update NumPy dependency - Issue #136 by @sarahmish
- Support dynamic inputs and outputs - Issue #134 by @pvk-developer
v0.4.0 - 2021-01-09
- Stop pipeline fitting after the last block - Issue #131 by @sarahmish
- Add memory debug and profiling - Issue #130 by @pvk-developer
- Update Python support - Issue #129 by @csala
- Get execution time for each block - Issue #127 by @sarahmish
- Allow loading a primitive or pipeline directly from the JSON path - Issue #114 by @csala
- Pipeline Diagrams - Issue #113 by @erica-chiu
- Get Pipeline Inputs - Issue #112 by @erica-chiu
v0.3.4 - 2019-11-01
- Ability to return intermediate context - Issue #110 by @csala
- Support for static or class methods - Issue #107 by @csala
v0.3.3 - 2019-09-09
- Improved intermediate outputs management - Issue #104 by @csala
v0.3.2 - 2019-08-12
- Allow passing fit and produce arguments as
init_params
- Issue #96 by @csala - Support optional fit and produce args and arg defaults - Issue #95 by @csala
- Isolate primitives from their hyperparameters dictionary - Issue #94 by @csala
- Add functions to explore the available primitives and pipelines - Issue #90 by @csala
- Add primitive caching - Issue #22 by @csala