<!-- Release notes generated using configuration in .github/release.yml at main -->
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` and `climatology` by anissa111 in https://github.com/NCAR/geocat-comp/pull/416
* Remove f2py dependency by anissa111 in https://github.com/NCAR/geocat-comp/pull/421
Bug Fixes
* Fix bug in `_temp_extrapolate` used by `interp_hybrid_to_pressure` by kafitzgerald in https://github.com/NCAR/geocat-comp/pull/424
* Dropping support for python 3.8 and adding 3.11 by anissa111 in https://github.com/NCAR/geocat-comp/pull/426
Documentation
* VIMFC notebook by jukent in https://github.com/NCAR/geocat-comp/pull/388
Maintenance
* Reconfigure and removes src folder by anissa111 in https://github.com/NCAR/geocat-comp/pull/419
* update .pre-commit-config.yaml yapf repo by anissa111 in https://github.com/NCAR/geocat-comp/pull/417
New Contributors
* kafitzgerald made their first contribution in https://github.com/NCAR/geocat-comp/pull/424
**Full Changelog**: https://github.com/NCAR/geocat-comp/compare/v2023.05.0...v2023.06.0