Released on: 2023/06/11
DOI: https://doi.org/10.5281/zenodo.10964877
Note: Verde v1.8.0 is the last release that is compatible with Python 3.7 and 3.8.
Breaking changes:
- Drop support for Python 3.7 and 3.8 (#418).
Bug fixes:
- Fix pandas warnings about
.ravel()
(#449) - Fix dropping non-dimensional coordinates in
grid_to_table
(#441)
Maintenance:
- Remove dependence on
pkg_resources
(#448) - Extend support for Python 3.12 (#442)
- Use Trusted Publishers for PyPI deployment (#436)
- Use Burocrata to check/add license notices (#435)
- Add Dependabot config to update GitHub Actions (#421)
Documentation:
- Replace Sphinx napoleon for numpydoc (#450)
- Refactor the Overview introductory tutorial (#429)
- Update the versions of documentation tools (#419)
This release contains contributions from:
- Leonardo Uieda
- Santiago Soler
- Gelson Ferreira Souza Junior