0.8.2
What's Changed
Added
- Simulation user guide
- Example for transfer learning backtesting utility
pyupgrade
pre-commit hook- Better human readable
__str__
representation of objective and targets - Alternative dataframe deserialization from
pd.DataFrame
constructors
Changed
- More detailed and sophisticated search space user guide
- Support for Python 3.12
- Upgraded syntax to Python 3.9
- Bumped
onnx
version to fix vulnerability - Increased threshold for low-dimensional GP priors
- Replaced
fit_gpytorch_mll_torch
withfit_gpytorch_mll
Fixed
telemetry
dependency is no longer a group (enables Poetry installation)
Merged Pull Requests
- New search space userguide by @AVHopp in #170
- Simulation userguide by @AVHopp in #172
- Enable Python 3.12 by @Scienfitz in #153
- Python syntax upgrade by @AdrianSosic in #176
- Feature/pretty print objective by @RimRihana in #175
- Enable flexible dataframe de-serialization by @Scienfitz in #174
- Change order in sidebar by @AVHopp in #180
- Remove optional telemetry group by @AVHopp in #181
- Fix ONNX vulnerability by @AdrianSosic in #185
- Botorch settings by @AdrianSosic in #183
- Release 0.8.2 by @AdrianSosic in #186
Full Changelog: 0.8.1...0.8.2