Skip to content

Commit cf6e520

Browse files
authored
update changelog (#185)
1 parent dbb6bc2 commit cf6e520

File tree

9 files changed

+33
-10
lines changed

9 files changed

+33
-10
lines changed

docs/news.rst

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

66
.. towncrier release notes start
77
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
28+
tutorial. (`#143 <https://github.com/dfm/tinygp/issues/143>`_)
29+
- Unpinned the docs theme version to fix release compatibility with recent
30+
versions of setuptools. (`#153 <https://github.com/dfm/tinygp/issues/153>`_)
31+
- Added past contributor metadata to `.zenodo.json`. (`#154 <https://github.com/dfm/tinygp/issues/154>`_)
32+
- Clarified in documentation that sigma argument is optional in quasisep kernels. (`#176 <https://github.com/dfm/tinygp/issues/176>`_)
33+
34+
35+
Misc
36+
~~~~
37+
38+
- `#184 <https://github.com/dfm/tinygp/issues/184>`_
39+
40+
841
tinygp 0.2.3 (2022-10-31)
942
-------------------------
1043

news/143.doc

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

news/148.feature

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

news/151.feature

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

news/153.doc

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

news/154.doc

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

news/159.bugfix

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

news/176.doc

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

news/184.misc

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

0 commit comments

Comments
 (0)