Skip to content

Commit

Permalink
Increment lale version to 0.7.9
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
shinnar committed Sep 5, 2023
1 parent f100c7c commit d65dd20
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.7.8"
__version__ = "0.7.9"

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

0 comments on commit d65dd20

Please sign in to comment.