Skip to content

Commit

Permalink
updating changelog and citation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed May 4, 2021
1 parent 8fe7ab4 commit cf77e21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.0 (2021-05-04)
++++++++++++++++++

- Adds high-level, pure-Theano/Aesara implementation of ``RegularGridInterpolator`` to replace compiled version `#167 <https://github.com/exoplanet-dev/exoplanet/pull/167>`_
- Moves compiled Ops to `exoplanet-core <https://github.com/exoplanet-dev/exoplanet-core>`_ making exoplanet a pure-Python package `#171 <https://github.com/exoplanet-dev/exoplanet/pull/171>`_
- Moves `ReboundOp` and `ReboundOrbit` to `rebound-pymc3 <https://github.com/exoplanet-dev/rebound-pymc3>`_ `#166 <https://github.com/exoplanet-dev/exoplanet/pull/166>`_
- Removes deprecated submodules (``gp``, ``optimize``, and ``sampling``) and base distributions (e.g. ``xo.Angle``) `#165 <https://github.com/exoplanet-dev/exoplanet/pull/165>`_


0.4.5 (2021-03-15)
++++++++++++++++++

Expand Down
10 changes: 5 additions & 5 deletions src/exoplanet/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ def get_citations_for_model(model=None, width=79):
("exoplanet",),
r"""
@misc{exoplanet,
author = {Daniel Foreman-Mackey and Arjun Savel and Rodrigo Luger and
Ian Czekala and Eric Agol and Adrian Price-Whelan and
Christina Hedges and Emily Gilbert and Tom Barclay and Luke Bouma
author = {Daniel Foreman-Mackey and Arjun Savel and Rodrigo Luger and
Eric Agol and Ian Czekala and Adrian Price-Whelan and
Christina Hedges and Emily Gilbert and Luke Bouma and Tom Barclay
and Timothy D. Brandt},
title = {exoplanet-dev/exoplanet v0.4.5},
month = mar,
title = {exoplanet-dev/exoplanet v0.5.0},
month = may,
year = 2021,
doi = {10.5281/zenodo.1998447},
url = {https://doi.org/10.5281/zenodo.1998447}
Expand Down

0 comments on commit cf77e21

Please sign in to comment.