Skip to content

Commit

Permalink
Update change file
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Jan 15, 2024
1 parent bc57af7 commit 445af38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit 445af38

Please sign in to comment.