Uxarray

Latest version: v2024.11.1

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

Scan your dependencies

Page 1 of 7

2024.11.1

What's Changed
* Fix pickling error in Numba exception handling & improve cache checks by philipc2 in https://github.com/UXARRAY/uxarray/pull/1083


**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.11.0...v2024.11.1

2024.11.0

This release brings a number of enhancements and bugfixes:

🏗️ `Grid` creation from structured grids
📍 `Grid` creation from point data
🌐 Constant longitude cross sections
🚀 Performance improvements to spherical geometry functions using Numba



What's Changed
* Structured Grid Reader by philipc2 in https://github.com/UXARRAY/uxarray/pull/1040
* Constant Longitude Cross Sections by philipc2 in https://github.com/UXARRAY/uxarray/pull/1011
* `Grid.from_points()` with Spherical Delaunay & Voronoi by philipc2 in https://github.com/UXARRAY/uxarray/pull/1023
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1054
* Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by dependabot in https://github.com/UXARRAY/uxarray/pull/1053
* Constant latitude intersections using bounding box by philipc2 in https://github.com/UXARRAY/uxarray/pull/1017
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1074
* Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by dependabot in https://github.com/UXARRAY/uxarray/pull/1073
* Regional Delaunay by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/1052
* Bump codecov/codecov-action from 4.6.0 to 5.0.2 by dependabot in https://github.com/UXARRAY/uxarray/pull/1078
* Disable `numba` for code coverage by philipc2 in https://github.com/UXARRAY/uxarray/pull/1077
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1080
* Update default parameters to avoid dynamic plot issues by philipc2 in https://github.com/UXARRAY/uxarray/pull/1076
* Optimized Geometry Functions using Numba by philipc2 in https://github.com/UXARRAY/uxarray/pull/1072


**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.10.1...v2024.11.0

2024.10.1

This minor release brings a number of enhancements and bugfixes:

🌎 Support for reading FESOM2 diagnostic grid files: `fesom.mesh.diag`
📔 Two new gallery notebooks: [Plotting E3SMv2 Output with UXarray](https://uxarray.readthedocs.io/en/latest/examples/visualization/e3sm-load-viz.html) and [Analysis of E3SMv2 Model Output](https://uxarray.readthedocs.io/en/latest/examples/e3sm-calc-workflow.html)
💻 New user guide section: [Loading Data with Dask](https://uxarray.readthedocs.io/en/latest/user-guide/parallel-load-ux-with-dask.html)

What's Changed
* JIT Cleanup by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/1007
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1019
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1027
* E3SM UXarray and Dask Examples by rytam2 in https://github.com/UXARRAY/uxarray/pull/836
* Read UGRID files with transposed connectivity (i.e. fesom.mesh.diag) by philipc2 in https://github.com/UXARRAY/uxarray/pull/1025
* Add `blackdoc` and use `ruff` for docstring code formatting by philipc2 in https://github.com/UXARRAY/uxarray/pull/1036
* Bump actions/setup-python from 5.2.0 to 5.3.0 by dependabot in https://github.com/UXARRAY/uxarray/pull/1042
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/UXARRAY/uxarray/pull/1046
* Add FESOM2 to documentation by philipc2 in https://github.com/UXARRAY/uxarray/pull/1037
* Preserve Coordinates when Indexing UxDataArray by philipc2 in https://github.com/UXARRAY/uxarray/pull/1003

New Contributors
* pre-commit-ci made their first contribution in https://github.com/UXARRAY/uxarray/pull/1019

**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.10.0...v2024.10.1

2024.10.0

This release brings a number of enhancements and bugfixes:
* :earth_americas: Plotting refactor using `hvPlot`, which brings improved performance and projection support
* :negative_squared_cross_mark: Constant latitude cross sections
* :computer: Improved `Dask` support for Grid variables
* :diamond_shape_with_a_dot_inside: Support for reading Shapefiles and other geometry files
* :construction_worker: Arbitrary Dual Mesh construction
* :notebook_with_decorative_cover: Documentation cleanup, including updated API reference


What's Changed
* Bump actions/setup-python from 5.1.1 to 5.2.0 by dependabot in https://github.com/UXARRAY/uxarray/pull/929
* Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by dependabot in https://github.com/UXARRAY/uxarray/pull/928
* Fix `vdim` Error in Plotting Routines by philipc2 in https://github.com/UXARRAY/uxarray/pull/926
* Dask Array Support & Chunking for `Grid` by philipc2 in https://github.com/UXARRAY/uxarray/pull/915
* take ICON edge node connectivity from grid file by florianziemen in https://github.com/UXARRAY/uxarray/pull/927
* Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by dependabot in https://github.com/UXARRAY/uxarray/pull/943
* Fix Typo in Grid Formats User Guide by philipc2 in https://github.com/UXARRAY/uxarray/pull/944
* Check Grid for Partial Spherical Coverage by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/899
* Deprecate Remapping Without Accessor by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/940
* Parse Face Areas from MPAS Grids by philipc2 in https://github.com/UXARRAY/uxarray/pull/953
* Zonal mean helpers Fix by hongyuchen1030 in https://github.com/UXARRAY/uxarray/pull/955
* Template Benchmarks by philipc2 in https://github.com/UXARRAY/uxarray/pull/957
* Revert `pfyma` pin to forked version in asv config by philipc2 in https://github.com/UXARRAY/uxarray/pull/960
* Use `fma_disabled=True` by philipc2 in https://github.com/UXARRAY/uxarray/pull/961
* Remove leftover local ASV benchmark by philipc2 in https://github.com/UXARRAY/uxarray/pull/967
* Normalization of Parsed Cartesian Coordinates by philipc2 in https://github.com/UXARRAY/uxarray/pull/878
* Include Grid File Format as Attribute by rytam2 in https://github.com/UXARRAY/uxarray/pull/968
* Implement `Grid.open_file` method support non xarray formats including Shapefile/Geojson by rajeeja in https://github.com/UXARRAY/uxarray/pull/808
* Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by dependabot in https://github.com/UXARRAY/uxarray/pull/971
* Add Code of Conduct by erogluorhan in https://github.com/UXARRAY/uxarray/pull/973
* Remove Light & Dark mode logo selection by philipc2 in https://github.com/UXARRAY/uxarray/pull/975
* Use Miniforge after Mambaforge sunset by philipc2 in https://github.com/UXARRAY/uxarray/pull/982
* Use `hvPlot` in Plotting API, Add Polygon Projection Support by philipc2 in https://github.com/UXARRAY/uxarray/pull/922
* Remapping Code Coverage, Modularize Reused Code, and Documentation Updates by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/974
* Bump codecov/codecov-action from 4.5.0 to 4.6.0 by dependabot in https://github.com/UXARRAY/uxarray/pull/997
* Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by dependabot in https://github.com/UXARRAY/uxarray/pull/996
* Bump mamba-org/setup-micromamba from 1 to 2 by dependabot in https://github.com/UXARRAY/uxarray/pull/995
* Compute Grid Centerpoint using Welzl's algorithm by rajeeja in https://github.com/UXARRAY/uxarray/pull/811
* Use pre-commit CI, fix failing pre-commit by philipc2 in https://github.com/UXARRAY/uxarray/pull/999
* Comment out https test that causes CI to fail randomly by philipc2 in https://github.com/UXARRAY/uxarray/pull/1000
* Add `.codecov.yml` by philipc2 in https://github.com/UXARRAY/uxarray/pull/1001
* Doc Cleanup by philipc2 in https://github.com/UXARRAY/uxarray/pull/977
* Dual Mesh Construction by aaronzedwick in https://github.com/UXARRAY/uxarray/pull/859
* Fast Constant Latitude Cross Sections by philipc2 in https://github.com/UXARRAY/uxarray/pull/989
* Selection for GeoDataFrame `engine` in plotting routines by philipc2 in https://github.com/UXARRAY/uxarray/pull/987

New Contributors
* florianziemen made their first contribution in https://github.com/UXARRAY/uxarray/pull/927

**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.08.2...v2024.10.0

2024.08.2

What's Changed
* Fix Logo URLs and rephrase Zenodo message text a bit by erogluorhan in https://github.com/UXARRAY/uxarray/pull/925


**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.08.1...v2024.08.2

2024.08.1

What's Changed
* Add files to support git archives by kafitzgerald in https://github.com/UXARRAY/uxarray/pull/921

New Contributors
* kafitzgerald made their first contribution in https://github.com/UXARRAY/uxarray/pull/921

**Full Changelog**: https://github.com/UXARRAY/uxarray/compare/v2024.08.0...v2024.08.1

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.