I know, it's about time for another release with some small additions.
The biggest change is dropping the pygrib dependency, because I was having problems with it and Numpy v2+. Since Herbie only used pygrib for parsing the coordinate reference system, Herbie now attempts to parse those details using additional keys from cfgrib. This feature could use refactoring, but it gets the job done for now.
The second big change is Heribe can access the latest and archived Climate Forecast System (see examples in docs)
If you have issues with this release, please open an issue. Thanks!
What's Changed
- Update core.py to fix links to search docs by @williamhobbs in #385
- Add CFS model by @blaylockbk in #199
- Examples for CFS by @blaylockbk in #402
- Remove pygrib as a dependency; manually parse coordinate reference system from eccodes keys by @blaylockbk in #403
Full Changelog: 2024.8.0...2025.2.0