Releases: dfm/george
Releases · dfm/george
v0.4.3
v0.4.3rc1
v0.4.2
v0.4.2rc1
george v0.4.1
What's Changed
- Fix 142: Rename set_vector to set_parameter_vector. by @arkottke in #143
- Add IEEE paper to docs instead of arXiv by @JBorrow in #148
- Fixed borked bibtex on homepage of docs by @JBorrow in #149
- Fixing Windows C++ data types for conda-forge Python 3.10 builds by @dfm in #155
- add docstring to HODLRSolver solver by @syrte in #159
- Updating build infrastructure by @dfm in #161
- Update RTDs syntax by @dfm in #162
- Use pydata theme for docs by @dfm in #163
- Fix minor inconsistent notation in bayesopt tutorial by @mirca in #164
New Contributors
- @arkottke made their first contribution in #143
- @JBorrow made their first contribution in #148
- @syrte made their first contribution in #159
- @mirca made their first contribution in #164
Full Changelog: v0.4.0...v0.4.1
v0.4.1rc2
v0.4.1rc1
george v0.4.0
0.4.0 (2021-02-15)
- Updated packaging and installation issues
- Updated CI and Python version testing
george v0.3.1
- Fixed issue where george would not compile with GCC<4.9 because of a compiler bug
- Fixed bug when re-using HODLR factorizations
george v0.3.0
- New modeling protocol for parameter fitting
- Rewritten HODLR algorithm - more stable and better performance
- New interface for "easily" implementing new kernel functions