From 445af38f82fe6c49a61fb10e19b78c8ae00c943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Mon, 15 Jan 2024 16:29:00 +0100 Subject: [PATCH] Update change file --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4cccf8b..8e33874 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,17 @@ Changes ======= +0.2.0 +----- + +- 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 + to control number of threads in the .fit method of BaseNrt class) +- Possibility to pass kwargs to function of data module that load xarray.Datasets + objects (particularly useful to specify chunking and get a dask based object) +- New example in gallery on parallel fitting + + 0.1.1 -----