There is a newer version of the record available.

Published March 1, 2024 | Version v0.0.2
Software Open

exoplanet-dev/jaxoplanet: Astronomical time series analysis with JAX

  • 1. Department of Astronomy, Columbia University, New York, NY, USA
  • 2. Center for Computational Astrophysics, Flatiron Institute, New York, NY, USA
  • 3. Department of Astrophysical and Planetary Sciences, University of Colorado Boulder, Boulder, CO, USA
  • 4. School of Mathematics and Physics, The University of Queensland, Brisbane, Australia
  • 5. Queloz Group, ETH Zurich, Zurich, Switzerland

Description

What's Changed

  • Updating and applying pre-commit by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/16
  • Adding interface for arbitrary order limb darkening by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/27
  • starry: Rotation matrices by @lgrcia in https://github.com/exoplanet-dev/jaxoplanet/pull/17
  • Adding documentation infrastructure by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/31
  • Refactoring to remove _src private module by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/40
  • Removing quad submodule and simplifying some jaxprs by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/46
  • Adding tutorials by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/35
  • Migrating to hatch instead of poetry for build backend by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/60
  • Implement exposure time integration by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/57
  • Alternative implementation for rotation matrices by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/63
  • Ensuring the square of the kite area calculation is non-negative by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/73
  • Update the basis computations to use sparse linear algebra by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/72
  • Introducing units and refactoring Keplerian orbit models by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/61
  • Implementing polynomial basis by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/76
  • Fixing issue where light curve computation fails because of incorporating JPU units by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/86
  • Adding Zenodo info for releases by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/92
  • Adding light_curves.py file to init file by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/104
  • Upload docs build logs when the build fails by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/115
  • Updating ruff configuration by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/116
  • Truncate _body_stack in Keplerian System's __repr__ by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/117
  • installation instruction by @jiayindong in https://github.com/exoplanet-dev/jaxoplanet/pull/108
  • Merge tutorials updates from tutorials branch into main by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/118
  • Making changes to LimbDarkLightCurve().light_curve() method to make for multiplanetary systems by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/114
  • Adding DJ to Zenodo record by @jiayindong in https://github.com/exoplanet-dev/jaxoplanet/pull/121
  • docs: keplerian orbits by @catrionamurray in https://github.com/exoplanet-dev/jaxoplanet/pull/109
  • docs: synthetic radial velocities by @lgrcia in https://github.com/exoplanet-dev/jaxoplanet/pull/107
  • Adding "jaxoplanet core from scratch" tutorial by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/110
  • Fix syntax in .zenodo.json by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/126
  • feat: public body_vmap (meeting with @dfm) by @lgrcia in https://github.com/exoplanet-dev/jaxoplanet/pull/123
  • feat: interface for starry maps and light curves by @lgrcia in https://github.com/exoplanet-dev/jaxoplanet/pull/111
  • feat: starry spot expansion + maps with amplitude and better default by @lgrcia in https://github.com/exoplanet-dev/jaxoplanet/pull/133
  • Making it harder to instantiate Body objects on their own by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/131
  • docs:Update readme by @soichiro-hattori in https://github.com/exoplanet-dev/jaxoplanet/pull/135
  • Adding autogenerated API docs by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/125
  • Factoring the "body stack" logic out to a generic "object stack" by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/136
  • Experimenting with a different interface for exposure time by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/129
  • Vectorize light curve functions by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/141
  • Adding interpolation transform by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/142
  • Major update to docs by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/143
  • added test test_keplerian_central_from_orbit() by @catrionamurray in https://github.com/exoplanet-dev/jaxoplanet/pull/139
  • Adding @shashankdholakia to zenodo.json by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/145
  • Refactoring surface map interface by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/144
  • Fixing bug in Central.from_orbital_properties by @dfm in https://github.com/exoplanet-dev/jaxoplanet/pull/153
  • Add dgegen to zenodo.json, fix syntax by @dgegen in https://github.com/exoplanet-dev/jaxoplanet/pull/149

New Contributors

  • @lgrcia made their first contribution in https://github.com/exoplanet-dev/jaxoplanet/pull/17
  • @jiayindong made their first contribution in https://github.com/exoplanet-dev/jaxoplanet/pull/108
  • @catrionamurray made their first contribution in https://github.com/exoplanet-dev/jaxoplanet/pull/109

Full Changelog: https://github.com/exoplanet-dev/jaxoplanet/compare/v0.0.1...v0.0.2

Files

exoplanet-dev/jaxoplanet-v0.0.2.zip

Files (189.0 kB)

Name Size Download all
md5:6b3789051b473097dab8a4f3fa89d6e3
189.0 kB Preview Download

Additional details

Related works