v2024.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 #1040
- Constant Longitude Cross Sections by @philipc2 in #1011
Grid.from_points()
with Spherical Delaunay & Voronoi by @philipc2 in #1023- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1054
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #1053
- Constant latitude intersections using bounding box by @philipc2 in #1017
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1074
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #1073
- Regional Delaunay by @aaronzedwick in #1052
- Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #1078
- Disable
numba
for code coverage by @philipc2 in #1077 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1080
- Update default parameters to avoid dynamic plot issues by @philipc2 in #1076
- Optimized Geometry Functions using Numba by @philipc2 in #1072
Full Changelog: v2024.10.1...v2024.11.0