v0.71.1
v0.71.1 | 15 Mar 2024
Bugfixes & changes
- Fixed: Replaced all references to old filetypes using the underscore to their respective new filetype names,
e.g. all occurrences ofEDDYPRO_FLUXNET_30MIN
were replaced with the new nameEDDYPRO-FLUXNET-30MIN
. - Environment: Python 3.11 is now allowed in
pyproject.toml
:python = ">=3.9,<3.12"
- Environment: Removed
fitter
library from dependencies, was not used. - Docs: Testing documentation generation using Sphinx, although it looks very
rough at the moment.
What's Changed
- Update pyproject.toml for compatibility with python 3.11 by @inkenbrandt in #58
- V0.71.1 by @holukas in #69
New Contributors
- @inkenbrandt made their first contribution in #58
Full Changelog: v0.71.0...v0.71.1