Change Log¶
v0.8.0 (2024 Sep 19)¶
New features¶
Add
numpy.linalg.pinv
wrapper PR#63
Maintenance and fixes¶
Update to handle modified behaviour of
numpy.linalg.solve
PR#63
v0.7.0 (2024 Jan 17)¶
New features¶
Add support for hashable dimension names PR#56
Maintenance and fixes¶
v0.6.0 (2023 Jul 11)¶
New features¶
Maintenance and fixes¶
Update dependencies and follow new pylint recommendations PR#49
Documentation¶
v0.5.1 (2023 Jan 20)¶
Maintenance and fixes¶
Fix lower cap on xarray version dependency PR#45
v0.5.0 (2023 Jan 16)¶
New features¶
Added
empty_ref
,ones_ref
andzeros_ref
DataArray creation helpers PR#37Added
linalg.diagonal
wrapper PR#37Added
stats.logsumexp
wrapper PR#40Added
searchsorted
andecdf
innumba
module PR#40Added
sort
wrapper for vectorized sort along specific dimension using values PR#40
Maintenance and fixes¶
Documentation¶
v0.4.0 (2022 Dec 9)¶
New features¶
Add
multivariate_normal
distribution class PR#23
Maintenance and fixes¶
Documentation¶
v.0.3.0 (2022 Jun 19)¶
New features¶
Add
DaskBackend
to support using einops functions on Dask backed DataArrays PR#14
Maintenance and fixes¶
Documentation¶
v0.2.2 (2022 Apr 3)¶
Maintenance and fixes¶
Add license file to
pyproject.toml
and remove ignored manifest file PR#13
v0.2.1 (2022 Apr 3)¶
Maintenance and fixes¶
Add manifest file to include the license and changelog in the pypi package PR#12
v0.2.0 (2022 Apr 2)¶
New Features¶
Maintenance and fixes¶
Documentation¶
Developer facing changes¶
Added how-to release guide
v0.1 (2022 Jan 24)¶
Initial version with modules: stats, linalg, einops and numba.