Lale Versions Save

Library for Semi-Automated Data Science

v0.8.0

2 months ago
  • 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).

v0.7.11

3 months ago

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

v0.7.10

4 months ago
  • guard import of mystic
  • add upper bound to tensorflow dependency
  • remove protobuf installation version constraint.

v0.7.9

8 months ago
  • 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

v0.7.8

1 year ago
  • Updates to autoai_libs schemas to improve pretty-printing
  • Update version of static checkers

v0.7.7

1 year ago
  • 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

v0.7.6

1 year ago
  • 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

v0.7.5

1 year ago
  • 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

v0.7.4

1 year ago
  • Add support for scikit-learn 1.2.0
  • Add a monoidal version of TargetEncoder
  • Simplify import_from_sklearn_pipeline and improve how it works with higher order operators
  • Fix spark schema inspection so it uses only metadata
  • Refactor schemas in autoai_libs

v0.7.3

1 year ago
  1. Test-suite improvements such as adding sphinx build
  2. Documentation improvements: fixed all sphinx warnings
  3. New operators: TargetEncoder and fairSMOTE
  4. Bug fixes and support of new schema features such as "transient":"alwaysPrint" to always print a hyperparameter value in pretty_print even if it has default value.