Skip to content

v1.4.1

Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 30 Jun 12:41
· 7 commits to main since this release
750a4d6

This patch release fixes a bug that would prevent some users from configuring their login info.

Fixed:

  • Fix a bug that prevented the creation of the configuration file, if the "~/.config" folder did not exist yet (#153).

Added:

  • The developer documentation now contains instructions on how to maintain the conda-forge feedstock for era5cli (#150).

Changed:

  • Before asking for a user input, a check is made if the code is running in an interactive terminal or not. If not (e.g. if era5cli is called through a different script and stdin is not available), the input request is skipped (#152).

Dev changes:

  • A pre-commit hook has been added, to facilitate pre-commit users. Documentation on the setup is added to the developer documentation (#153).