You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news.rst
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ Release Notes
5
5
6
6
.. towncrier release notes start
7
7
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>`_)
0 commit comments