File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.7.0 (in development)
2+
3+ * Fixed link to _ slice sources_ in documentation main page.
4+
15## Version 0.7.0 (from 2024-03-19)
26
37* Made writing custom slice sources easier and more flexible: (#82 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The `zappend` tool provides the following features:
4040 [ ` zappend() ` ] ( api.md ) function, slice datasets can be passed as local file
4141 paths, URIs, as datasets of type
4242 [ xarray.Dataset] ( https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html ) , or as custom
43- [ slice sources] ( guide#slice-sources ) .
43+ [ slice sources] ( guide.md #slice-sources ) .
4444
4545## How It Works
4646
Original file line number Diff line number Diff line change 22# Permissions are hereby granted under the terms of the MIT License:
33# https://opensource.org/licenses/MIT.
44
5- __version__ = "0.7.0 "
5+ __version__ = "0.8.0.dev0 "
You can’t perform that action at this time.
0 commit comments