Skip to content

0.6.3 Bug fix patch

Latest
Compare
Choose a tag to compare
@JasonKChow JasonKChow released this 03 Jan 19:10

0.6.3 changes:

  • Pinned SciPy to 1.14.1, latest SciPy (ver. 1.15.0) causes intermittent model fitting failure from BoTorch. We will remove this pin when the problem is solved.

The last minor release was also a bug fix patch, notes were missed. 0.6.1 was skipped.
0.6.2 changes:

  • Initialize acqf method correct handles bounds again
  • Plotting functions works again, no longer calls missing methods/attributes from models
  • Query constraints works again, fixed by using dims to make dummies
  • MyPy version pinned, copyright headers readded.