Herbie 2023.12.1
It's been a while since the last release, and I wanted to get out all the changes that have built up.
Please open an issue if you see problems. I'm trying a new "auto release on new tag" workflow action, so I may have some micro releases coming.
What's Changed
New model templates
- NEW MODEL: Add template for URMA and more RTMA by @blaylockbk in #190
- NEW MODEL: Add Canada's HRDPS model by @blaylockbk in #208
- NEW MODEL: Add HAFS model as a Herbie template by @blaylockbk in #227
- NEW MODEL: Update gefs.py to add Azure and Google as source options by @williamhobbs in #248
Enhancements
- ENHANCEMENT: Added fallback to ecmwf to also look in short cutoff by @blaylockbk in #224
- ENHANCEMENT: Only print xarray note if
self.verbose=True
by @joshuaeh in #228 - ENHANCEMENT: Workflow to automatically upload releases to PyPI by @blaylockbk in #211
Bug fixes
- BUG FIX: Added correct URL for 0.25 deg GEFS datasets by @swnesbitt in #176
- BUG FIX: Add quotes around filepath in curl statement by @blaylockbk in #194
- BUG FIX: Add missing requirements for hrrr zarr datasets by @haim0n in #209
- BUG FIX: Fix GEFS member check by @davidlandry93 in #221
- BUG FIX: Fix the UnicodeDecodeError: 'utf-8' error that occurred when Windows usernames contained UTF-8 characters. by @IncubatorShokuhou in #230
- BUG FIX: Fix #232 cURL off-by-one error, add tests, etc. by @GabrielKS in #233
Documentation
- DOCS: Converted searchString docs page to Markdown by @blaylockbk in #238
- DOCS: Add version switcher by @blaylockbk in #191
New Contributors
- @swnesbitt made their first contribution in #176
- @davidlandry93 made their first contribution in #221
- @joshuaeh made their first contribution in #228
- @IncubatorShokuhou made their first contribution in #230
- @GabrielKS made their first contribution in #233
- @williamhobbs made their first contribution in #248
Full Changelog: 2023.3.0...2023.12.0