From c389371882815d3ec3a2a77d4785f14ede67682f Mon Sep 17 00:00:00 2001 From: Giacomo Petrillo Date: Fri, 22 Sep 2023 23:17:02 +0200 Subject: [PATCH] maint: prepare for release 0.20.1 --- docs/development/changelog.md | 5 +++++ src/lsqfitgp/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/development/changelog.md b/docs/development/changelog.md index 44e8bf93..d6fd7d0a 100644 --- a/docs/development/changelog.md +++ b/docs/development/changelog.md @@ -24,6 +24,11 @@ # Changelog +## 0.20.1 I beg to insist it was not my fault (2023-09-22) + +This release pins `jax` and `jaxlib` to <0.4.16 to avoid a new inaccurate implementation of the special functions zeta and polygamma. + + ## 0.20. Kernels, kernels, kernels. All you can think about is covariance functions. I am sick of your kernels. I am sick of cleaning the leftover eigenspaces you leave on the carpet when you come home, late in the night, after spending all day hewing positive semidefinite operators. I am sick of hearing your breath, the stale unique acrid smell that fills the algebraists' workrooms, wafting through the linen to my nostrils. Go away. Go away from here and rest with your beloved kernels! (2023-08-29) ### Release highlights diff --git a/src/lsqfitgp/__init__.py b/src/lsqfitgp/__init__.py index 0ad7079f..38e892d6 100644 --- a/src/lsqfitgp/__init__.py +++ b/src/lsqfitgp/__init__.py @@ -23,7 +23,7 @@ See the manual at https://gattocrucco.github.io/lsqfitgp/docs """ -__version__ = '0.21.dev0' +__version__ = '0.20.1' # these first because they modify global state from . import _patch_jax