Feature update!
Major updates:
- Now supporting interpolation of up to 6D grids (thank you Amanda Ash for the use case!)
- Added a utility and demo notebook to look at the lengths of the tracks in each grid. Useful for debugging EEP issues
- Huge improvement to
gridsearch_fit
, which now uses the few closest models as starting points (credit @lmariemorales) - New notebook to fit grids to RGB stars (credit @lmariemorales and see Morales et al. 2025)
- Added a new subpackage
extensions
with our first extension of the code by @AstroAware to look at continuously habitable zones around stars - Fully customizable EEPs! (credit @AstroAware, and solves #12 )
Bug fixes and minor improvements:
- Added some interpolation tests
- Fixed #5 keyerror in mcmc.ipynb
- Fixed #11 file naming error
- Fixed #6 (I think! let me know if this persists)
GitHub-generated changelog
- add comment by @lmariemorales in #4
- Updates for Morales et al. 2025 by @zclaytor in #13
- Added HZ calculation module by @AstroAware in #10
- Tweaks to the HZ calc additions by @zclaytor in #14
- Merge feature update (dev 2.1.0 into main) by @zclaytor in #15
New Contributors
- @lmariemorales made their first contribution in #4
- @AstroAware made their first contribution in #10
Full Changelog: v2.0.0...v2.1.0