v1.0.0.dev20: Code cleanup and pyproject modernization
·
98 commits
to master
since this release
This release introduces an updated project layout:
- use
uvinstead of bare-metal python pip for development - use
rufffor linting and formatting
CI pipelines
Additions also include new CI/CD pipelines to automatically check and test the project's code base.
ci-docs: updated documentation jobci-test: run pytestci-lint: validate source code format conformance- Updates to
wheel-publishinclude changes introduced while changing touv
Full Changelog: v1.0.0.dev19...v1.0.0.dev20