v0.2.8
Summary
Dependency and tooling maintenance release.
Changed
- Moved
isort,mypy,pylint, andpytestfrom Poetry dev dependencies to standalonepipxinstalls - Reverted
poetry-corebuild requirement from>=2.3.2to>=2.3.1(latest available) - Alphabetized prerequisites and sorted remaining dev dependencies in
pyproject.toml - Updated
SETUP.mdprerequisites list and install instructions to includeisort,mypy, andpoethepoet
Added
poethepoettask runner with acleantask inpyproject.toml
Removed
isort,mypy,pylint,pytest, andpipxfrom Poetry dev dependency group