Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:41
· 81 commits to main since this release

v1.1.1 (2026-03-18)

Bug Fixes

  • Removed leading zeroes from station strings (#12, 854c58b)

  • proc: Catch runtime warning in binavg, that pops up constantly (#12, 854c58b)

  • proc: Correctly differentiate single or multiple return values (#12, 854c58b)

  • proc: Handle file_suffix option differently than the other arguments (#12, 854c58b)

  • proc: Output full external function name (#12, 854c58b)

  • proc: Removed obsolete array update, that crashed most modules (#12, 854c58b)

  • proc: Using numpydoc package for numpydoc docstring parsing (#12, 854c58b)

Chores

  • deps: Added numpydoc as dependency (#12, 854c58b)

  • docs: Fixed link to github-pages documentation (#12, 854c58b)

Continuous Integration

  • Only run linting and testing when code chances detected (#12, 854c58b)

Refactoring

  • proc: Do not inherit from DataFile as long as not used (#12, 854c58b)

  • proc: Removed obsolete check with file_suffix being its own attribute (#12, 854c58b)

  • proc: Renamed exception for clarity (#12, 854c58b)

Testing

  • proc: Add testing of correct file_suffix behaviour (#12, 854c58b)

  • proc: Update tests to use full external function names (#12, 854c58b)


Detailed Changes: v1.1.0...v1.1.1