Skip to content

Commit 89880ad

Browse files
authored
Preparing 0.3.0 release (#202)
1 parent 1e798b7 commit 89880ad

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/news.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Release Notes
55

66
.. towncrier release notes start
77
8+
tinygp 0.3.0 (2024-01-05)
9+
-------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Added a more robust and better tested implementation of the ``CARMA`` kernel for
15+
use with the ``QuasisepSolver``. (`#90 <https://github.com/dfm/tinygp/issues/90>`_)
16+
- 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>`_)
17+
18+
19+
Bugfixes
20+
~~~~~~~~
21+
22+
- Fixed use of `jnp.roots` and `np.roll` to make CARMA kernel jit-compliant. (`#188 <https://github.com/dfm/tinygp/issues/188>`_)
23+
24+
825
tinygp 0.2.4 (2023-09-29)
926
-------------------------
1027

news/188.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/200.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/90.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)