Skip to content

Herbie 2023.12.1

Compare
Choose a tag to compare
@blaylockbk blaylockbk released this 15 Dec 05:20
· 335 commits to main since this release
e7cfcce

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

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

New Contributors

Full Changelog: 2023.3.0...2023.12.0