forked from pool/python-xarray-einstats
Markéta Machová
e2942325db
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray-einstats?expand=0&rev=12
64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 5 09:18:35 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Pin numpy < 2 in testing, due to numba
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 2 09:36:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip python39: no xarray anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 12 12:21:36 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Enable again numba tests for python >= 3.11
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 21 11:07:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.0:
|
|
* Add support for hashable dimension names
|
|
* Fix tests to be compatible with latest xarray
|
|
* Address numpy deprecation warnings
|
|
* `.ecdf` now returns a DataArray to be compatible with
|
|
`~xarray.Dataset.map` {pull}`47`
|
|
* Added `.linalg` and `.einops` accessors for `DataArray`
|
|
objects
|
|
* Update dependencies and follow new pylint recommendations
|
|
* Add documentation showing how to use accessors
|
|
* Ease running einops tutorial locally
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 24 20:37:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.5.1
|
|
* Fix lower cap on xarray version dependency #45
|
|
- Release v0.5.0
|
|
* Added {func}.empty_ref, {func}.ones_ref and {func}.zeros_ref
|
|
DataArray creation helpers #37
|
|
* Added {func}.linalg.diagonal wrapper #37
|
|
* Added {func}.stats.logsumexp wrapper #40
|
|
* Added {func}.searchsorted and {func}.ecdf in
|
|
{mod}~xarray_einstats.numba module #40
|
|
* Added {func}~xarray_einstats.sort wrapper for vectorized sort
|
|
along specific dimension using values #40
|
|
* Fix issue in linalg.svd for non-square matrices #37
|
|
* Fix evaluation of distribution methods (e.g. .pdf) on scalars
|
|
#38 and #39
|
|
* Ensure support on inputs with stacked dimensions #40
|
|
- Release v0.4.0
|
|
* Add multivariate_normal distribution class #23
|
|
* Update pyproject.toml to support building the package with both
|
|
flit and setuptools #26
|
|
* Update python and dependency versions #33
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 24 13:41:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add LICENSE
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 17:23:43 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Initial version
|