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
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ Release Notes
5
5
6
6
.. towncrier release notes start
7
7
8
+
tinygp 0.2.4 (2023-09-29)
9
+
-------------------------
10
+
11
+
Features
12
+
~~~~~~~~
13
+
14
+
- Removed `__post_init__` checks after kernel construction to avoid extraneous errors when returning kernels out of `jax.vmap`'d functions. (`#148 <https://github.com/dfm/tinygp/issues/148>`_)
15
+
- Added Zenodo data to improve citation tracking. (`#151 <https://github.com/dfm/tinygp/issues/151>`_)
16
+
17
+
18
+
Bugfixes
19
+
~~~~~~~~
20
+
21
+
- Fixed syntax for `vmap` of `flax` modules in `transforms` tutorial. (`#159 <https://github.com/dfm/tinygp/issues/159>`_)
22
+
23
+
24
+
Improved Documentation
25
+
~~~~~~~~~~~~~~~~~~~~~~
26
+
27
+
- Fixed incorrect definition of "spectral mixture kernel" in the custom kernels
0 commit comments