Skip to content

Commit

Permalink
Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
atrabattoni committed Jul 23, 2024
1 parent 4b6abc2 commit d1ce6e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Found a bug, or you want to propose new features? Follow these instructions to l
```
````

## Release Notes

Head [here](release-notes) to learn about the latest features.

## Citing xdas

If you use *Xdas* for your DAS data processing, please consider [citing the project](cite).
Expand All @@ -55,5 +59,6 @@ getting-started
user-guide/index
api/index
contribute
release-notes
cite
```
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release notes

## 0.1.1

- Add support for `hdf5plugin` compression schemes.
- Drop `netCDF4` dependency and only use `h5netcdf` to fix incompatibilities.
- Drop useless `dask` dependency.

## 0.1

Initial stable version

0 comments on commit d1ce6e6

Please sign in to comment.