Skip to content

Commit

Permalink
Increment lale version to 0.8.1
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
shinnar committed May 16, 2024
1 parent fb813cf commit 3c7e561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import sys

__version__ = "0.8.0"
__version__ = "0.8.1"

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

0 comments on commit 3c7e561

Please sign in to comment.