Skip to content

Commit 64b876e

Browse files
authored
update changelog (#76)
1 parent 62fdfe6 commit 64b876e

File tree

8 files changed

+31
-13
lines changed

8 files changed

+31
-13
lines changed

docs/news.rst

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

66
.. towncrier release notes start
77
8+
tinygp 0.2.1 (2022-03-28)
9+
-------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Renamed elements of quasiseparable kernels, and added support for modeling
15+
derivative observations with these kernels. (`#58 <https://github.com/dfm/tinygp/issues/58>`_)
16+
- Added more flexible noise models: diagonal, banded, or dense. (`#59 <https://github.com/dfm/tinygp/issues/59>`_)
17+
- Added :class:`tinygp.kernels.quasisep.CARMA` kernel to implement CARMA models. (`#60 <https://github.com/dfm/tinygp/issues/60>`_)
18+
- Added a minimal solver based on Kalman filtering to use as a baseline for
19+
checking the performance of the :class:`tinygp.solvers.QuasisepSolver`. (`#67 <https://github.com/dfm/tinygp/issues/67>`_)
20+
21+
22+
Bugfixes
23+
~~~~~~~~
24+
25+
- Fixed exception when conditioning with quasiseparable solver, since quasisep
26+
kernels are not hashable. (`#57 <https://github.com/dfm/tinygp/issues/57>`_)
27+
28+
29+
Improved Documentation
30+
~~~~~~~~~~~~~~~~~~~~~~
31+
32+
- Added a new tutorial describing how to model multiband and derivative
33+
observations using quasiseparable kernels. (`#58 <https://github.com/dfm/tinygp/issues/58>`_)
34+
- Add more details to Deep Kernel learning tutorial,
35+
showing comparison with Matern-3/2 kernel
36+
and the transformed features. (`#70 <https://github.com/dfm/tinygp/issues/70>`_)
37+
38+
839
tinygp 0.2.0 (2022-03-03)
940
-------------------------
1041

news/57.bugfix

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

news/58.doc

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

news/58.feature

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

news/59.feature

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

news/60.feature

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

news/67.feature

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

news/70.doc

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

0 commit comments

Comments
 (0)