Skip to content

v1.1.0

Compare
Choose a tag to compare
@rodluger rodluger released this 25 Feb 21:32
· 235 commits to master since this release

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