Skip to content

Commit 0adfc87

Browse files
committed
Add explicit release date to each version in CHANGE.txt
fixes #18
1 parent 9348c58 commit 0adfc87

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

CHANGES.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dev
66

77

88
0.2.1 (2024-07-15)
9-
-----
9+
------------------
1010

1111
- Various improvements to documentation and package metadata suggested by JOSS
1212
review (new example using PC archive and STAC catalogue, Contributing guidelines,
@@ -17,8 +17,8 @@ Dev
1717
- Exclude version 0.59 of numba in requirements due to known bug in pararrel accelerator.
1818
See https://github.com/numba/numba/issues/9490
1919

20-
0.2.0
21-
-----
20+
0.2.0 (2024-01-15)
21+
------------------
2222

2323
- np.linalg.inv replaced by the more recommanded np.linalg.solve in many places
2424
- Integration of numba parallel accelerator in most fitting functions (new argument
@@ -27,11 +27,6 @@ Dev
2727
objects (particularly useful to specify chunking and get a dask based object)
2828
- New example in gallery on parallel fitting
2929
- Add a minimum python version requirement (>=3.9). 3.8 not longer tested
30-
31-
32-
0.1.1
33-
-----
34-
3530
- New set of functions to generate synthetic data (single time-series and DataArrays)
3631
added to the data module
3732
- Gallery section added to the documentation, with one example on use of synthetic data

0 commit comments

Comments
 (0)