Skip to content

Commit

Permalink
updating release notes (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Oct 31, 2022
1 parent eb1c96d commit 0d93bd1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
24 changes: 24 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ Release Notes

.. towncrier release notes start
tinygp 0.2.3 (2022-10-31)
-------------------------

Features
~~~~~~~~

- Removed deprecation warning from ``predict`` method and wrapped it in a
``jax.jit`` in order to support interactive use. (`#120 <https://github.com/dfm/tinygp/issues/120>`_)
- Added check for sorted input coordinates when using the ``QuasisepSolver``;
a ``ValueError`` is thrown if they are not. (`#123 <https://github.com/dfm/tinygp/issues/123>`_)


Bugfixes
~~~~~~~~

- Fixed incorrect definition of ``observation_model`` for ``Celerite`` kernel. (`#88 <https://github.com/dfm/tinygp/issues/88>`_)
- Fixed ``FutureWarning`` by updating ``tree_map`` to ``tree_util.tree_map``. (`#114 <https://github.com/dfm/tinygp/issues/114>`_)
- Fixed issue when tree structure and shape of ``X_test`` input to ``condition``
was incompatible with the initial input. (`#119 <https://github.com/dfm/tinygp/issues/119>`_)
- Fixed bug where the gradient of the L2 distance would return NaN when the
distance was zero. (`#121 <https://github.com/dfm/tinygp/issues/121>`_)
- Fixed behavior of DotProduct kernel on scalar inputs. (`#124 <https://github.com/dfm/tinygp/issues/124>`_)


tinygp 0.2.2 (2022-04-20)
-------------------------

Expand Down
1 change: 0 additions & 1 deletion news/114.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/119.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/120.feature

This file was deleted.

2 changes: 0 additions & 2 deletions news/121.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/123.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/124.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/88.bugfix

This file was deleted.

0 comments on commit 0d93bd1

Please sign in to comment.