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
andpymc3
- Removes all dependencies on
healpy
; now computing spherical harmonic transforms in-house - Deprecates the
add_spot
method in favor of a newspot
method adapted from the algorithm developed instarry_process
- Makes
starry.Map
objects picklable - Allows the
show
method to be called within apymc3
model - Fixes an issue with RVs for multi-planet systems
- Fixes several small bugs, closes several GitHub issues