v0.3.2
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, andyamllintto the dev dependencies. - Added a few transitive dependencies (
packaging,pandas) to the core dependencies. - Added
fastnanquantileto thedevdependencies (to be placed in anextrasrecipe forxsdbav0.4.0+). - Configured
deptryto handle optional imports. - A new Makefile command
lint/securityhas been added (called when running$ make lint). - Updated
tox.iniwith new linting dependencies.
- Added