Skip to content

Commit

Permalink
Prepare 0.6 release (#53)
Browse files Browse the repository at this point in the history
* add some decoration icons to homepage

* prepare release
  • Loading branch information
OriolAbril committed Jul 10, 2023
1 parent 4fc61d7 commit 4d9b8c7
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 255 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.md
@@ -1,6 +1,6 @@
# Change Log

## v0.x.x (Unreleased)
## v0.6.0 (2023 Jul 11)
### New features
* {func}`.ecdf` now returns a DataArray to be compatible with {meth}`~xarray.Dataset.map` {pull}`47`
* Added `.linalg` and `.einops` accessors for `DataArray` objects {pull}`51`
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.md
Expand Up @@ -57,29 +57,29 @@ and around [einops](https://einops.rocks/) with an api and features adapted to x
:gutter: 3

::::{grid-item-card}
Label aware
{material-outlined}`bookmarks;1.1em` Label aware
^^^

Apply operations over named dimensions.
Automatically aligns and broadcasts inputs,
and preserves dimensions and coordinates.
::::
::::{grid-item-card}
Interoperability
{material-outlined}`hub;1.1em` Interoperability
^^^

Wrappers in xarray-einstats are designed to be minimal
to preserve as many features from xarray as possible,
for example, Dask support.
::::
::::{grid-item-card}
Batched operations
{material-outlined}`backup_table;1.1em` Batched operations
^^^

All operations can be batched over one or multiple dimensions.
::::
::::{grid-item-card}
Flexible inputs
{material-outlined}`mediation;1.1em` Flexible inputs
^^^

DataArrays, Datasets and even GroupBy xarray objects can
Expand Down
82 changes: 41 additions & 41 deletions docs/source/tutorials/einops-basics-port.ipynb

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions docs/source/tutorials/linalg_tutorial.ipynb

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/source/tutorials/np_linalg_tutorial_port.ipynb

Large diffs are not rendered by default.

253 changes: 130 additions & 123 deletions docs/source/tutorials/stats_tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/xarray_einstats/__init__.py
Expand Up @@ -19,7 +19,7 @@
"EinopsAccessor",
]

__version__ = "0.6.0.dev0"
__version__ = "0.6.0"


def sort(da, dim, **kwargs):
Expand Down

0 comments on commit 4d9b8c7

Please sign in to comment.