We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9b8c7 commit f51ac73Copy full SHA for f51ac73
docs/source/changelog.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## v0.x.x (Unreleased)
4
+### New features
5
+
6
+### Maintenance and fixes
7
8
+### Documentation
9
10
## v0.6.0 (2023 Jul 11)
11
### New features
12
* {func}`.ecdf` now returns a DataArray to be compatible with {meth}`~xarray.Dataset.map` {pull}`47`
src/xarray_einstats/__init__.py
@@ -19,7 +19,7 @@
19
"EinopsAccessor",
20
]
21
22
-__version__ = "0.6.0"
+__version__ = "0.7.0.dev0"
23
24
25
def sort(da, dim, **kwargs):
0 commit comments