Recent Releases of lcgp
lcgp - v0.2.0
Major changes
This release removes the reliance of custom L-BFGS implementation for PyTorch, which requires specific installation procedure. The package opts to use TensorFlow in conjunction with GPFlow's module parameter management to streamline the model usage and development.
What's Changed
- Update citation and readme by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/8
- remove doc redundancy by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/9
- Replacing pytorch with tensorflow for using native L-BFGS with autograd by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/12
Full Changelog: https://github.com/mosesyhc/LCGP/compare/v0.1.2...v0.2.0
- Python
Published by mosesyhc 6 months ago
lcgp - v0.1.2
What's Changed
- Update README.md by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/3
- Update README.md to include pypi version by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/5
- Update CITATION.cff by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/6
- Create publish.yml by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/7
Full Changelog: https://github.com/mosesyhc/LCGP/compare/v0.1.1...v0.1.2
- Python
Published by mosesyhc over 2 years ago
lcgp - v0.1.1 Addition of LCGP submethods and diagonal error
What's Changed
- Include submethods ELBO and profile likelihood by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/2
- Include groupings of diagonal error
- Include printing of model
Full Changelog: https://github.com/mosesyhc/LCGP/compare/v0.1...v0.1.1
- Python
Published by mosesyhc over 2 years ago
lcgp - v0.1 First release
What's Changed
- Now allows grouping of errors in output dimension by @mosesyhc in https://github.com/mosesyhc/LCGP/pull/1
New Contributors
- @mosesyhc made their first contribution in https://github.com/mosesyhc/LCGP/pull/1
Full Changelog: https://github.com/mosesyhc/LCGP/commits/v0.1
- Python
Published by mosesyhc over 2 years ago