Releases: IBM/lale
Releases · IBM/lale
0.6.6
- Bug fixes
- Improved interface for Monoids
- Spilling in task graphs
- multi-column index in SparkWithIndex
0.6.5
0.5.11
New release that delivers the string_indexer
fix for 0.5.x.
0.6.4
Added a new operator lale.lib.autoai_libs.ColumnSelector.
0.6.3
Release with correct schema updates for xgboost 1.5.1.
0.6.2
A version that is fully tested (almost, without static checks) on Python 3.9.
Contains minor fixes compared to the previous version.
0.6.1
- New RASL operators: MinMaxScaler, OrdinalEncoder and OneHotEncoder
- Fixes and changes for autoai-ts-libs
- Scikit-learn compatibility by creating a
steps
property on lale pipelines and a mechanism to forward attribute access.
0.5.10
- New RASL operators: MinMaxScaler, OrdinalEncoder and OneHotEncoder
- Fixes and changes for autoai-ts-libs
- Scikit-learn compatibility by creating a steps property on lale pipelines and a mechanism to forward attribute access.
0.5.9
0.5.8
- schema changes for autoai_ts_libs.
- partial_fit for a pipeline.
- diff of pipelines.
- some fixes and other changes.
- fixes for autoai_ts_libs.