Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.2.4 release #185

Merged
merged 1 commit into from
Sep 30, 2023
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
33 changes: 33 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ Release Notes

.. towncrier release notes start

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

Features
~~~~~~~~

- 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>`_)
- Added Zenodo data to improve citation tracking. (`#151 <https://github.com/dfm/tinygp/issues/151>`_)


Bugfixes
~~~~~~~~

- Fixed syntax for `vmap` of `flax` modules in `transforms` tutorial. (`#159 <https://github.com/dfm/tinygp/issues/159>`_)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- Fixed incorrect definition of "spectral mixture kernel" in the custom kernels
tutorial. (`#143 <https://github.com/dfm/tinygp/issues/143>`_)
- Unpinned the docs theme version to fix release compatibility with recent
versions of setuptools. (`#153 <https://github.com/dfm/tinygp/issues/153>`_)
- Added past contributor metadata to `.zenodo.json`. (`#154 <https://github.com/dfm/tinygp/issues/154>`_)
- Clarified in documentation that sigma argument is optional in quasisep kernels. (`#176 <https://github.com/dfm/tinygp/issues/176>`_)


Misc
~~~~

- `#184 <https://github.com/dfm/tinygp/issues/184>`_


tinygp 0.2.3 (2022-10-31)
-------------------------

Expand Down
2 changes: 0 additions & 2 deletions news/143.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/153.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/154.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/159.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/176.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/184.misc

This file was deleted.