From 0adfc87da48e12418ed9211649779dabd54bd49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Wed, 24 Jul 2024 14:55:06 +0200 Subject: [PATCH] Add explicit release date to each version in CHANGE.txt fixes #18 --- CHANGES.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 373e711..cf8ad21 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ Dev 0.2.1 (2024-07-15) ------ +------------------ - Various improvements to documentation and package metadata suggested by JOSS review (new example using PC archive and STAC catalogue, Contributing guidelines, @@ -17,8 +17,8 @@ Dev - Exclude version 0.59 of numba in requirements due to known bug in pararrel accelerator. See https://github.com/numba/numba/issues/9490 -0.2.0 ------ +0.2.0 (2024-01-15) +------------------ - np.linalg.inv replaced by the more recommanded np.linalg.solve in many places - Integration of numba parallel accelerator in most fitting functions (new argument @@ -27,11 +27,6 @@ Dev objects (particularly useful to specify chunking and get a dask based object) - New example in gallery on parallel fitting - Add a minimum python version requirement (>=3.9). 3.8 not longer tested - - -0.1.1 ------ - - New set of functions to generate synthetic data (single time-series and DataArrays) added to the data module - Gallery section added to the documentation, with one example on use of synthetic data