Ndpyramid

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 2

0.2.0

What's Changed
* Add `clear_attrs` parameter to `pyramid_reproject` by maxrjones in https://github.com/carbonplan/ndpyramid/pull/104
* Add `clear_attrs` to `level_reproject` docstring by maxrjones in https://github.com/carbonplan/ndpyramid/pull/116
* Add information about pyramid structure and metadata schema by maxrjones in https://github.com/carbonplan/ndpyramid/pull/89
* Add test optional dep install to pyproject.toml by norlandrhagen in https://github.com/carbonplan/ndpyramid/pull/111
* Automatically standardize dtypes for int, datetime64, and object variables by maxrjones in https://github.com/carbonplan/ndpyramid/pull/117
* Change nodata from rioxarray default to nan in pyramid_reproject by maxrjones in https://github.com/carbonplan/ndpyramid/pull/110
* Document coordinate array chunking requirement by katamartin in https://github.com/carbonplan/ndpyramid/pull/98
* Fix typing and ignore missing imports by maxrjones in https://github.com/carbonplan/ndpyramid/pull/100
* Initial docs setup by norlandrhagen in https://github.com/carbonplan/ndpyramid/pull/71
* Pyramid create for creating pyramids with custom funcs by ahuang11 in https://github.com/carbonplan/ndpyramid/pull/120
* Only run benchmarks on labeled PRs by maxrjones in https://github.com/carbonplan/ndpyramid/pull/112
* Only set fill value as nan for floating point arrays by maxrjones in https://github.com/carbonplan/ndpyramid/pull/113
* Run benchmarks in CI by maxrjones in https://github.com/carbonplan/ndpyramid/pull/86
* Setup continuous benchmarking workflow with pytest-codspeed by maxrjones in https://github.com/carbonplan/ndpyramid/pull/85
* Standardize metadata between reproject and regrid methods by maxrjones in https://github.com/carbonplan/ndpyramid/pull/119
* Support generating individual pyramid levels by maxrjones in https://github.com/carbonplan/ndpyramid/pull/84
* Update demo notebook by maxrjones in https://github.com/carbonplan/ndpyramid/pull/102
* Update Dependabot configuration by andersy005 in https://github.com/carbonplan/ndpyramid/pull/108
* Verify bounds of each chunk against WebMercatorQuad by maxrjones in https://github.com/carbonplan/ndpyramid/pull/121

New Contributors
* norlandrhagen made their first contribution in https://github.com/carbonplan/ndpyramid/pull/71
* katamartin made their first contribution in https://github.com/carbonplan/ndpyramid/pull/98
* ahuang11 made their first contribution in https://github.com/carbonplan/ndpyramid/pull/120

**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.1.0...v0.2.0

0.1.0

What's Changed
* Add CRS to metadata according to GeoZarr spec by maxrjones in https://github.com/carbonplan/ndpyramid/pull/68
* Add pyproj to CI deps by maxrjones in https://github.com/carbonplan/ndpyramid/pull/63
* Align package metadata with LICENSE by maxrjones in https://github.com/carbonplan/ndpyramid/pull/58
* Support Equidistant Cylindrical (Plate Carrée) projection by andersy005 in https://github.com/carbonplan/ndpyramid/pull/57
* Update affine translation for web-mercator pyramids by maxrjones in https://github.com/carbonplan/ndpyramid/pull/70
* Update README.md by Fred-Leclercq in https://github.com/carbonplan/ndpyramid/pull/67

New Contributors
* maxrjones made their first contribution in https://github.com/carbonplan/ndpyramid/pull/58
* Fred-Leclercq made their first contribution in https://github.com/carbonplan/ndpyramid/pull/67

**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.0.7...v0.1.0

0.0.7

What's Changed
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/carbonplan/ndpyramid/pull/41
* Update demo.ipynb notebook by andersy005 in https://github.com/carbonplan/ndpyramid/pull/42
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/carbonplan/ndpyramid/pull/43
* update pre-commit hooks by andersy005 in https://github.com/carbonplan/ndpyramid/pull/53
* Drop Python 3.8 and bump min version of xarray-datatree by andersy005 in https://github.com/carbonplan/ndpyramid/pull/54
* Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.6.4 by dependabot in https://github.com/carbonplan/ndpyramid/pull/51
* conform to newest versions of xarray-datatree by andersy005 in https://github.com/carbonplan/ndpyramid/pull/55


**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Fix logo's dark/light mode by andersy005 in https://github.com/carbonplan/ndpyramid/pull/38
* update for datatree 0.5 by jhamman in https://github.com/carbonplan/ndpyramid/pull/40


**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Update installation instructions by andersy005 in https://github.com/carbonplan/ndpyramid/pull/32
* Add metadata/attributes to the created pyramid by andersy005 in https://github.com/carbonplan/ndpyramid/pull/31
* Bump codecov/codecov-action from 2.1.0 to 3 by dependabot in https://github.com/carbonplan/ndpyramid/pull/33
* Bump actions/download-artifact from 2 to 3 by dependabot in https://github.com/carbonplan/ndpyramid/pull/35
* Bump actions/upload-artifact from 2 to 3 by dependabot in https://github.com/carbonplan/ndpyramid/pull/36
* Allow reusing weights saved in a pyramid during xESFM regridding by andersy005 in https://github.com/carbonplan/ndpyramid/pull/34


**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/carbonplan/ndpyramid/pull/28
* Bump xarray-datatree version dependency + support Python 3.8 by andersy005 in https://github.com/carbonplan/ndpyramid/pull/29


**Full Changelog**: https://github.com/carbonplan/ndpyramid/compare/v0.0.3...v0.0.4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.