v2.0.0
What's Changed
- Use shapely 1.8 or newer by @SorooshMani-NOAA in #39
- fix HWM multi-storm bug for Hurricane Laura [#40] by @zacharyburnett in #43
- fix issue where Sphinx config was attempting to read from
setup.cfg
instead ofpyproject.toml
by @zacharyburnett in #45 - fix coordinate parsing (casting to
float16
was altering the data) by @zacharyburnett in #49 - add
.status
property to check if storm is currently being updated in real-time by @zacharyburnett in #46 - update workflows by @zacharyburnett in #52
- remove CO-OPS module (moved to
searvey
) by @zacharyburnett in #41 - update
pyproject.toml
to usesetuptools
by @zacharyburnett in #51
New Contributors
- @zacharyburnett made their first contribution in #43
Full Changelog: v1.4.1...v2.0.0