Skip to content

v0.3.2

Choose a tag to compare

@Zeitsperre Zeitsperre released this 06 Mar 19:05
· 902 commits to main since this release
4a6d054

Contributors: Trevor James Smith (Zeitsperre).

This is a patch fix in order to ensure that all necessary runtime dependencies are marked in the package.

Refer to https://github.com/Ouranosinc/xsdba/releases/tag/v0.3.0 for the summary of changes.

Fixes

  • Packaging and security adjustments. (PR/106):
    • Added deptry, codespell, vulture, and yamllint to the dev dependencies.
    • Added a few transitive dependencies (packaging, pandas) to the core dependencies.
    • Added fastnanquantile to the dev dependencies (to be placed in an extras recipe for xsdba v0.4.0+).
    • Configured deptry to handle optional imports.
    • A new Makefile command lint/security has been added (called when running $ make lint).
    • Updated tox.ini with new linting dependencies.