Recent Releases of starry
starry - v1.2.0
What's Changed
- Implements the Doppler imaging model described in https://github.com/rodluger/paparazzi
- Implements transits across oblate stars by @rodluger and @shashankdholakia in https://github.com/rodluger/starry/pull/289
- Minor bugfixes
Full Changelog: https://github.com/rodluger/starry/compare/v1.1.2...v1.2.0
- Python
Published by rodluger over 4 years ago
starry - v1.1.2
Fixes issue with the nexsci extension, which previously checked for new planet data on import. Changes to the online database were causing starry to crash when imported. This patch fixes the issue and delays nexsci database checks to the first call of the from_nexsci method (instead of on import).
- Python
Published by rodluger almost 5 years ago
starry - v1.1.0
This version fixes several issues with the code and introduces several new features:
- Implements phase curves and occultations in reflected light
- Fixes several compatibility issues with
theanoandpymc3 - Removes all dependencies on
healpy; now computing spherical harmonic transforms in-house - Deprecates the
add_spotmethod in favor of a newspotmethod adapted from the algorithm developed instarry_process - Makes
starry.Mapobjects picklable - Allows the
showmethod to be called within apymc3model - Fixes an issue with RVs for multi-planet systems
- Fixes several small bugs, closes several GitHub issues
- Python
Published by rodluger almost 5 years ago
starry - Version 0.3.0
Final release of the code before publication of the paper in the Astronomical Journal. Minor bug fixes, speed-ups, and improvements.
- Python
Published by rodluger about 7 years ago
starry - Version 0.2.2
Release of the code for submission of the paper to the arXiv. Minor bugfixes here and there, speed-ups in the case of pure limb darkening, and improvements to some gradient calculations.
- Python
Published by rodluger over 7 years ago
starry - Version 0.2.1
First official release of the code for resubmission of the paper to AJ and submission to the arXiv. This is a major code re-write with a redesigned user interface and faster flux routines, particularly for gradient evaluation.
- Python
Published by rodluger over 7 years ago
starry - Beta release
Beta release of the code for submission of the paper to ApJ.
- Python
Published by rodluger over 7 years ago