Skip to content

Commit

Permalink
Add explicit release date to each version in CHANGE.txt
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
loicdtx committed Jul 24, 2024
1 parent 9348c58 commit 0adfc87
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0adfc87

Please sign in to comment.