Skip to content

Version 0.7.6

Compare
Choose a tag to compare
@M-Mouhcine M-Mouhcine released this 12 Mar 09:50
· 3 commits to main since this release
3b9e4e5
  • Fixed incorrect pre-trained status check in DualPredictor (and MeanVarPredictor). Wrapped underlying models must have their is_trained status set to True to consider that DualPredictor (or MeanVarPredictor) is pre-trained.
  • Further tests for pre-trained status checks were added.
  • Changed pkgutil.find_loader with import lib.util.find_spec as find_loader is deprecated and will be removed in Python 3.14.