You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed to use a Taylor series based approach to calculating the planet-star projected distances. The approach is explained in Parviainen & Korth (submitted to MNRAS, 2020), and leads to a significant transit model evaluation speed-up.
Made installation without pyopencl or ldtk possible. Now trying to use classes requiring OpenCL or LDTk will raise an error if the packages are not installed.
Version 2.1 adds a new fast transit model SwiftModel. This model can use any radially symmetric function to model stellar limb darkening while still being faster to evaluate than the analytical transit model for quadratic limb darkening. The model is detailed in Parviainen (submitted to MNRAS, 2020), and examples using the model can be found under the notebooks/swift directory.