Yt-xarray

Latest version: v0.2.0

Safety actively analyzes 627551 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

Maintenance release. Minimum python version is now 3.9.

Changes
* improve error messaging for load_grid
* fix deprecation warning from yt.load_amr_grids
* consolidate to pyproject.toml
* expand testing: all platforms, new weekly run
* switch to pre-commit.ci

0.1.4

Bug fix release.

Fixes:
* fix coordinate flipping bug (PR [46](https://github.com/data-exp-lab/yt_xarray/pull/46))

0.1.3

Bug fix release.

Fixes:
* handle the case where data coordinate lengths are 1 (PR [41](https://github.com/data-exp-lab/yt_xarray/pull/41))

0.1.2

Bug fix release.

Fixes:
* fixes handling of xarray variables with dimensions in decreasing
order (e.g., latitude from 90 to -90) without
having to re-index the whole variable (PR [39](https://github.com/data-exp-lab/yt_xarray/pull/39)).

0.1.1

This release builds out the loading functions introduced in v0.1.0 and includes
improvements to documentation

New

`ds.yt.load_grid` now has:
* initial support for loading 3D uniform grid data with chunks
* support for 2D fields for non-chunked data
* support for stretched (non-chunked) and uniform grids

CI improvements, including:
* test coverage checks on PR
* rtd docs build, including builds on PR

Changes
* replaced the multiple load functions with a single function, `ds.yt.load_grid`

Fixes
* correctly handle nodes as cell centers, interpolating if necessary

0.1.0

* First release on PyPI.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.