Releases: oceanmodeling/StormEvents
Releases · oceanmodeling/StormEvents
v2.2.0
What's Changed
- Support
pandas
version>=2
by @SorooshMani-NOAA in #79
Full Changelog: v2.1.4...v2.2.0
v2.1.4
v2.1.3
What's Changed
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Multiple bugfixes for
CARQ
correction ofOFCL
track by @SorooshMani-NOAA in #68
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- split build workflow and upload package to release by @zacharyburnett in #54
- handle dynamic storm list in tests by @zacharyburnett in #56
- add newlines to docstrings by @zacharyburnett in #55
- Fix
typepigeon
version to pre 2 & test failures due to USGS response change by @SorooshMani-NOAA in #60 - Fix upload to github workflow env by @SorooshMani-NOAA in #63
Full Changelog: v2.0.0...v2.1.1
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
v1.4.1
What's Changed
- move configuration into
pyproject.toml
by @zacharyburnettNOAA in #36
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- advisories by @zacharyburnettNOAA in #30
- add
.forecasts
property that retrieves forecasts by @zacharyburnettNOAA in #32 - fill missing values in MRD and MSLP by @zacharyburnettNOAA in #31
- Fix the issue with data files not being copied to the installation directory by @SorooshMani-NOAA in #34
New Contributors
- @SorooshMani-NOAA made their first contribution in #34
Full Changelog: v1.3.2.2...v1.3.3
v1.3.2.2
- removed
pooch
from requirements
Full Changelog: v1.3.2.1...v1.3.2.2
v1.3.2.1
- replaced
bs4
withbeautifulsoup4
(bs4
is a dummy package, and messes with namespace when building withconda
)
Full Changelog: v1.3.2...v1.3.2.1