Skip to content

Commit

Permalink
Increment lale version to 0.8.0
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
shinnar committed Feb 21, 2024
1 parent 0f8efc8 commit 33d8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lale/__init__.py
Expand Up @@ -14,7 +14,7 @@

import sys

__version__ = "0.7.11"
__version__ = "0.8.0"

try:
# This variable is injected in the __builtins__ by the build
Expand Down

0 comments on commit 33d8434

Please sign in to comment.