Releases: hpparvi/PyTransit
Releases · hpparvi/PyTransit
v2.4.0
v2.3.0
Version 2.3
- Brings a new transit model,
pytransit.OblateStarModel
for modelling transits over gravity-darkened rapidly rotating stars (Barnes 2009), - Renames
pytransit.SwiftModel
topytransit.RoadRunnerModel
, - Fixes bugs introduced in 2.2 by moving to use the Taylor series expansion to calculate the projected planet-star distances.
v2.2.3
v2.2.0
v2.1.1
PyTransit 2.1
PyTransit 2.1
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.
PyTransit v2.0
Final release of PyTransit v2.0. However, v2.1 will be out in a day or two ;)
V2.0.0-beta
v2.0.0-beta v2.0.0-beta
v1.0-beta.4
Bugfix: Evaluate wasn't working for eccentric secondary eclipse models.
v1.0-beta.3
Bugfixes and Mandel-Agol speedup.