v0.4.0
- Add CF Convention attributes to coordinate variables when extracting points (pull request #34)
- Reworked how command line entrypoints are discovered (pull request #35)
- Added brief tutorial on writing command line Python scripts using emsarray (pull request #35)
- Various documentation fixes (pull request #42, pull request #43, pull request #52, pull request #58)
- Added Python 3.11 support to CI (pull request #44)
- Allow manual binding of conventions to datasets (pull request #45)
- Renamed Format to Convention (pull request #46)
- Used shapely.polygons() when generating geometry. This results in a massive performance improvement. The minimum version of Shapely has been bumped to 2.0.0 (pull request #47)
- Add emsarray export-geometry command (pull request #48)
- Use coordinate bounds from the dataset when making polygons (pull request #49)
- Fix a bug in Ugrid.drop_geometry() (pull request #50)
- Relicense to BSD 3-Clause (issue #55, pull request #56)
- Automate most of the release process (pull request #60)
- Add a CITATION.cff file and example citation to the FAQ (issue #37, pull request #38)