Gpjax

Latest version: v0.8.2

Safety actively analyzes 623567 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.8.2

What's Changed
* add missing jaxopt dependency by st-- in https://github.com/JaxGaussianProcesses/GPJax/pull/445
* Bump to v0.8.2 by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/448


**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.8.1...v0.8.2

0.8.1

What's Changed
* Fix broken docs by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/424
* Add generic typing information for gps objects by frazane in https://github.com/JaxGaussianProcesses/GPJax/pull/425
* Perhaps finally a decent LBFGS? by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/426
* Fix BO notebook by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/430
* Clean up intro to kernels notebook by st-- in https://github.com/JaxGaussianProcesses/GPJax/pull/432
* Update intro_to_gps.py by neel-maniar in https://github.com/JaxGaussianProcesses/GPJax/pull/433
* Minor typos in mathematical definitions in intro_to_gps.py by neel-maniar in https://github.com/JaxGaussianProcesses/GPJax/pull/434
* Minor typo in analytic expression for Bayesian evidence in intro_to_g… by neel-maniar in https://github.com/JaxGaussianProcesses/GPJax/pull/438
* Fixed mutable default value error in VelocityKernel and HelmholtzKernel dataclasses in python 3.11 by wejpurvis in https://github.com/JaxGaussianProcesses/GPJax/pull/439
* Update dependencies by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/442
* Bump version by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/443

New Contributors
* neel-maniar made their first contribution in https://github.com/JaxGaussianProcesses/GPJax/pull/433
* wejpurvis made their first contribution in https://github.com/JaxGaussianProcesses/GPJax/pull/439

**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.8.0...v0.8.1

0.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 https://github.com/JaxGaussianProcesses/GPJax/pull/355
* Add classes for forming acquisition functions by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/359
* Add classes for handling posteriors during the decision making loop by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/362
* Add logic for running a decision making loop by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/365
* Prepare for future batching by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/385
* Add decision making functionality by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/386
* formatting and spelling by ivanshalashilin in https://github.com/JaxGaussianProcesses/GPJax/pull/387
* Multi output by ingmarschuster in https://github.com/JaxGaussianProcesses/GPJax/pull/360
* Quick fix to remove duplicate file by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/395
* Add governance doc by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/398
* Fix obs_noise confusion by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/400
* bump cola to v0.0.5 by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/405
* Jaxopt 2 by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/402
* fix config import by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/410
* LOOCV objective by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/412
* Fix AnalyticalGuassianIntegrator by meta-inf in https://github.com/JaxGaussianProcesses/GPJax/pull/414
* Fix bug and add test. by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/416
* Fix typo in CollapsedELBO by meta-inf in https://github.com/JaxGaussianProcesses/GPJax/pull/417
* Bump version by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/411
* Cleanup src by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/419
* Update README.md by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/418
* Update typing.py by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/423
* Namespace cleanup by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/408

New Contributors
* meta-inf made their first contribution in https://github.com/JaxGaussianProcesses/GPJax/pull/414

**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.7.0...v0.8.0

0.7.3

What's Changed
* Jaxopt 2 by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/402
* fix config import by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/410
* LOOCV objective by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/412
* Fix AnalyticalGuassianIntegrator by meta-inf in https://github.com/JaxGaussianProcesses/GPJax/pull/414
* Fix bug and add test. by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/416
* Fix typo in CollapsedELBO by meta-inf in https://github.com/JaxGaussianProcesses/GPJax/pull/417
* Bump version by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/411

New Contributors
* meta-inf made their first contribution in https://github.com/JaxGaussianProcesses/GPJax/pull/414

**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.7.2...0.7.3

0.7.2

What's Changed
* bump cola to v0.0.5 by daniel-dodd in https://github.com/JaxGaussianProcesses/GPJax/pull/405


**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* Add search space class for BayesOpt by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/355
* Add classes for forming acquisition functions by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/359
* Add classes for handling posteriors during the decision making loop by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/362
* Add logic for running a decision making loop by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/365
* Prepare for future batching by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/385
* Add decision making functionality by Thomas-Christie in https://github.com/JaxGaussianProcesses/GPJax/pull/386
* formatting and spelling by ivanshalashilin in https://github.com/JaxGaussianProcesses/GPJax/pull/387
* Multi output by ingmarschuster in https://github.com/JaxGaussianProcesses/GPJax/pull/360
* Quick fix to remove duplicate file by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/395
* Add governance doc by thomaspinder in https://github.com/JaxGaussianProcesses/GPJax/pull/398
* Fix obs_noise confusion by henrymoss in https://github.com/JaxGaussianProcesses/GPJax/pull/400


**Full Changelog**: https://github.com/JaxGaussianProcesses/GPJax/compare/v0.7.0...v0.7.1

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.