v2023.06.0
What's Changed
This release removes the geocat-f2py dependency. To use these functions, users will need to install the geocat-f2py package directly. Additionally, this release also drops support for python 3.8 and adds support for 3.11.
Deprecations
- Remove
anomaly
andclimatology
by @anissa111 in #416 - Remove f2py dependency by @anissa111 in #421
Bug Fixes
- Fix bug in
_temp_extrapolate
used byinterp_hybrid_to_pressure
by @kafitzgerald in #424 - Dropping support for python 3.8 and adding 3.11 by @anissa111 in #426
Documentation
Maintenance
- Reconfigure and removes src folder by @anissa111 in #419
- update .pre-commit-config.yaml yapf repo by @anissa111 in #417
New Contributors
- @kafitzgerald made their first contribution in #424
Full Changelog: v2023.05.0...v2023.06.0