3.12.0
enekomartinmartinez
released this
02 Oct 15:07
·
43 commits
to master
since this release
Breaking changes
- Remove support for Python 3.7 and 3.8. (@enekomartinmartinez)
- Update the cellrange retrievel to be compatible with openpyxl >= 3.1. It breaks the code for lower versions. (@enekomartinmartinez)
Bug fixes
- Update benchmarking tools to avoid FutureWarning for positional keys from pandas. (@enekomartinmartinez)
Documentation
- Update requirements. (@enekomartinmartinez)
Internal Changes
- Update libraries used for building documentation and .readthedocs.yml. (@enekomartinmartinez)
- Force to use xarray >= 2023.09. (@enekomartinmartinez)
- Use pandas[excel] instead of xlrd dependency in the requirements. (@gdrosos)