Skip to content

Releases: exoplanet-dev/exoplanet

exoplanet v0.4.0

05 Oct 22:14
@dfm dfm
115d6ee
Compare
Choose a tag to compare
  • Adds faster solver for Kepler's equation
  • Improves automation of documentation and release process
  • Removes most C++ Ops and replaces them with pre-compiled functions which allows the distribution of binary wheels
  • Removes gp submodule; moved to new celerite2 package
  • Deprecates some non-exoplanet-specific functions and distributions; moved to pymc3-ext package

exoplanet v0.4.0rc1

26 Sep 14:58
@dfm dfm
Compare
Choose a tag to compare
exoplanet v0.4.0rc1 Pre-release
Pre-release

Release candidate for the v0.4 series

exoplanet v0.3.3

09 Sep 18:00
@dfm dfm
9624944
Compare
Choose a tag to compare
  • Fixes compatibility with PyMC3 version 3.9

exoplanet v0.3.2

04 May 16:40
@dfm dfm
6604f45
Compare
Choose a tag to compare
  • Fixes a documentation bug introduced in v0.3.1

exoplanet v0.3.1

04 May 15:13
@dfm dfm
0a3ef65
Compare
Choose a tag to compare
  • Adds support for light travel time when computing positions in Keplerian orbits
  • Adds SecondaryEclipseLightCurve for modeling eclipsing binaries
  • Adds UnitDisk distribution for fitting eccentricity vectors

exoplanet v0.3.0

03 Apr 15:25
@dfm dfm
2c3158a
Compare
Choose a tag to compare
  • Adds tests and support for Windows
  • Adds a "Jacobian" interface to the orbit objects for reparameterization

exoplanet v0.2.6

24 Mar 02:36
@dfm dfm
fd84928
Compare
Choose a tag to compare
  • Adds support for fitting circular orbits with duration
  • Adds a bls_estimator for transit search using Astropy's BoxLeastSquares

exoplanet v0.2.5

11 Mar 16:50
@dfm dfm
79e2113
Compare
Choose a tag to compare

0.2.5 (2020-03-11)
++++++++++++++++++

  • Improves infrastructure for generating documentation
  • Adds an EclipsingBinaryLightCurve for building binary star models
  • Adds DensityDist implementation for celerite GP likelihoods

exoplanet v0.2.4

30 Dec 13:59
@dfm dfm
57a9730
Compare
Choose a tag to compare
  • Makes rebound an optional dependency

exoplanet v0.2.3

12 Nov 20:29
@dfm dfm
60bba64
Compare
Choose a tag to compare
  • Adds ConditionalMeanOp and DotLOp for scalable conditional mean calculation
    and prior sampling with celerite
  • Adds developer documentation
  • Moves documentation to a separate repository