v0.4.0
v0.4.0 (2023-12-09)
Chore
- chore: refactor tox requirements (#52)
- Put the test deps in requirements-test.txt.
- Put the lint deps in requirements-lint.txt and also include
requirements-test.txt in it. - Create a new dev-py312 environment which uses an editable install.
This will serve as the development environment for VS Code. (d29cb8f
)
Documentation
- docs: added notes on evolution uptill Nov 2023 (#51)
documented the new CI/CD pipeline (748e2c8
)
Feature
- feat: add commonly used utility fixtures (#53)
- add a new
.utils
submodule - add create_temp_dir and create_temp_cwd utility fixtures
- refactor vscode settings
- make mypy strict (
9edf0f4
)
Style
- style(core): apply new ruff format rules (#50)
ruff has acquired a new format rule where even function definitions with
a single argument that are split across multiple lines should have a
trailing comma after that single argument (ae2c5fc
)