Skip to content

Tags: IBM/lale

Tags

v0.8.4

Increment lale version to 0.8.4

* Add support for hyperopt 0.2.7

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
increment version (#1383)

v0.8.2

Increment version to 0.8.2

* Minor fixes to the github deployment action

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.8.1

Increment lale version to 0.8.1

* Fix for xgb classifier without a label encoder
* URL links fix to open them in new tab
* Use newer AIF360 version that does not require an upper bound on numpy version

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.8.0

Increment lale version to 0.8.0

- Add support for Python 3.11
  - The SMAC hyperoptimization backend is not currently supported on 3.11
- Add support for scikit-learn 1.3 and 1.4
- Update supported versions of numpy, scipy, pandas, xgboost, lightgbm, snapml, and tensorflow
  - AIF360 does not currently support numpy>=1.24, so testing for aif360 libraries is done using an older version of numpy
- Fix readthedocs build so our documentation is correctly updated
- Add label encoding to our wrapper for XGBClassifier, since it longer does this.
- Shuffle data in some batching tests to (mostly) avoid problems with encoding
- Remove support for Python 3.7 and scikit-learn < 1.0
- Remove autoai_libs wrappers and tests (they have been moved into the autoai_libs package).

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.7.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert change to test_notebooks_master and instead attemt a different… (

#1341)

* Revert change to test_notebooks_master and instead attemt a different change in test_notebooks_pr.

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>

* After confirming that the test_notebooks_pr matrix worked during a PR build, move it to test_notebooks_master.

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>

---------

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>
Co-authored-by: Martin Hirzel <hirzel@us.ibm.com>

v0.7.10

Increment lale version to 0.7.10

* guard import of mystic
* add upper bound to tensorflow dependency
* remove protobuf installation version constraint.

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.7.9

Increment lale version to 0.7.9

* Relax some dependency upper bounds
* Add RandomUnderSampler from imblearn
* Add Orbis and Urbis Mystic implementations
* Add 7 more fairness datasets
* Documentation improvements
* Add wrapper for autoai_libs.nsfa transformer

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.7.8

Increment version to 0.7.8

- Updates to autoai_libs schemas to improve pretty-printing
- Update version of static checkers

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>

v0.7.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increment lale version to 0.7.7 (#1313)

- Improvements to CI 
   - more static checking
   - only using trusted actions
- Improvements to aif360 schemas and derived operators
- Update SnapML schemas for new version
- loosen scipy release bounds

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>