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.3

Patch for #292.

- 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.1

  • Implement compatibility with aesara, the reincarnation of theano in the upcoming pymc3 release
  • Miscellaneous bugfixes

- 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 theano and pymc3
  • Removes all dependencies on healpy; now computing spherical harmonic transforms in-house
  • Deprecates the add_spot method in favor of a new spot method adapted from the algorithm developed in starry_process
  • Makes starry.Map objects picklable
  • Allows the show method to be called within a pymc3 model
  • 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 - Minor improvements to the beta version

- Python
Published by rodluger about 6 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