Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Release Notes

.. towncrier release notes start

tinygp 0.3.0 (2024-01-05)
-------------------------

Features
~~~~~~~~

- Added a more robust and better tested implementation of the ``CARMA`` kernel for
use with the ``QuasisepSolver``. (`#90 <https://github.com/dfm/tinygp/issues/90>`_)
- Switched all base classes to `equinox.Module <https://docs.kidger.site/equinox/api/module/module/>`_ objects to simplify dataclass handling. (`#200 <https://github.com/dfm/tinygp/issues/200>`_)


Bugfixes
~~~~~~~~

- Fixed use of `jnp.roots` and `np.roll` to make CARMA kernel jit-compliant. (`#188 <https://github.com/dfm/tinygp/issues/188>`_)


tinygp 0.2.4 (2023-09-29)
-------------------------

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

This file was deleted.

1 change: 0 additions & 1 deletion news/200.feature

This file was deleted.

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

This file was deleted.