v0.8.0
Breaking changes
- Dropped data masking, multi-output kernels
- Namespace paths have changed to full-form i.e.,
gpx.Prior->gpx.gps.Prior
What's Changed
- Add search space class for BayesOpt by @Thomas-Christie in #355
- Add classes for forming acquisition functions by @Thomas-Christie in #359
- Add classes for handling posteriors during the decision making loop by @Thomas-Christie in #362
- Add logic for running a decision making loop by @Thomas-Christie in #365
- Prepare for future batching by @Thomas-Christie in #385
- Add decision making functionality by @Thomas-Christie in #386
- formatting and spelling by @ivanshalashilin in #387
- Multi output by @ingmarschuster in #360
- Quick fix to remove duplicate file by @henrymoss in #395
- Add governance doc by @thomaspinder in #398
- Fix obs_noise confusion by @henrymoss in #400
- bump cola to v0.0.5 by @daniel-dodd in #405
- Jaxopt 2 by @henrymoss in #402
- fix config import by @henrymoss in #410
- LOOCV objective by @henrymoss in #412
- Fix AnalyticalGuassianIntegrator by @meta-inf in #414
- Fix bug and add test. by @daniel-dodd in #416
- Fix typo in CollapsedELBO by @meta-inf in #417
- Bump version by @thomaspinder in #411
- Cleanup src by @thomaspinder in #419
- Update README.md by @daniel-dodd in #418
- Update typing.py by @daniel-dodd in #423
- Namespace cleanup by @thomaspinder in #408
New Contributors
Full Changelog: v0.7.0...v0.8.0