Skip to content

Releases: rodluger/starry

v1.2.0

13 Oct 22:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.3

20 Sep 14:07
Compare
Choose a tag to compare

Patch for #292.

v1.1.2

04 May 22:42
47a745d
Compare
Choose a tag to compare

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

v1.1.1

30 Mar 21:49
Compare
Choose a tag to compare
  • Implement compatibility with aesara, the reincarnation of theano in the upcoming pymc3 release
  • Miscellaneous bugfixes

v1.1.0

25 Feb 21:32
Compare
Choose a tag to compare

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

Minor improvements to the beta version

06 Dec 16:17
4355781
Compare
Choose a tag to compare
v0.3.1

Relaxing the kepler tolerance

Version 0.3.0

30 Dec 23:45
0a4fcb0
Compare
Choose a tag to compare

Final release of the code before publication of the paper in the Astronomical Journal. Minor bug fixes, speed-ups, and improvements.

Version 0.2.2

15 Oct 14:32
Compare
Choose a tag to compare

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.

Version 0.2.1

01 Oct 13:25
4262871
Compare
Choose a tag to compare

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.

Beta release

16 Jul 15:11
5dbec24
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

Beta release of the code for submission of the paper to ApJ.