Skip to content

Releases: IBM/lale

Version 0.8.2

16 May 18:20
Compare
Choose a tag to compare
  • Improvements to the release deployment scripts

Version 0.8.1

16 May 13:46
Compare
Choose a tag to compare

This release includes minor bug fixes

  • 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

Version 0.8.0

21 Feb 13:17
Compare
Choose a tag to compare
  • 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).

Version 0.7.11

20 Jan 15:07
0293695
Compare
Choose a tag to compare

Fix a bug where links from pipeline visualizations to operator documentation did not work.

Version 0.7.10

03 Jan 16:39
Compare
Choose a tag to compare
  • guard import of mystic
  • add upper bound to tensorflow dependency
  • remove protobuf installation version constraint.

Version 0.7.9

05 Sep 17:03
Compare
Choose a tag to compare
  • 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

Version 0.7.8

18 Apr 22:18
Compare
Choose a tag to compare
  • Updates to autoai_libs schemas to improve pretty-printing
  • Update version of static checkers

Version 0.7.7

31 Mar 14:56
ae87a00
Compare
Choose a tag to compare
  • 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

0.7.6

28 Feb 14:08
24f10ea
Compare
Choose a tag to compare
  • suppress warnings from AIF360 when tempeh or fairlearn are not installed
  • support np.bool_ in JSON schema validation and lale.lib.aif360
  • eliminate duplicates in lale.lib.autogen to make it easier to maintain

0.7.5

09 Feb 18:03
Compare
Choose a tag to compare
  • Rewrite import_from_sklearn_pipeline, reducing copying and calls to set_params
  • update black version used for formatting code to 2023 standard
  • Improvements to monoidal TargetEnoder implementation
  • minor improvement to task graph code