2023.8.0
Huge thanks to @bryanguarente for his contributions of the new RGB products and his interest in this project. I have to say, it is rewarding to see people in the land of open-source find, use, and contribute to this and other projects I started in grad school. Thanks everyone!
What's Changed
- Update accessors.py with SeaSpray RGB by @bryanguarente in #63
- Update accessors.py with new Air Mass Tropical RGBs by @bryanguarente in #65
- Modernize install using only pyproject.toml and add some GitHub Actions by @blaylockbk in #74
- install stuff is all in the
pyproject.toml
file (no more setpy.py + setup.cfg + pyproject.toml) - pinned requirements to cartopy>=0.22.0, because life is great without the GEOS dependency.
- pinned s3fs>=2023.6.0 because a user reported issues with an older version
- added h5netcdf as a dependency; it always was, but now it's in the install requirements 😁
- install stuff is all in the
New Contributors
- @bryanguarente made their first contribution in #63
Full Changelog: 2023.4.2...2023.8.0