v1.5.2 BROKEN
Caution
Import not working due to init.py files for C extensions
v1.5.2 (2024-08-16)
Build
-
build: add stub files and init.py files for C extensions to build process (
6251b98
) -
build: update build_wheels_and_publish.yaml
add fetch_depth for code checkout (1fd84d2
)
- build: update workflows
add pull_request trigger for Build, add concurrency for Documentation, add event trigger for Documentation (6e8bc98
)
- build: fix build_wheels_and_publish.yaml
add code checkout to github release job (e2c9a39
)
Chore
-
chore: update PyPI classifiers (
21a1994
) -
chore: add CONTRIBUTING.md (
8491e64
) -
chore: update dev dependencies (
ac22ca6
) -
chore: remove sphinx from pre-commit (
2372f99
) -
chore: update args for pre-commit-sphinx (
c672fa5
) -
chore: update dev dependencies (
d769aab
) -
chore: add pre-commit (
83c300c
) -
chore: add lint rules to ignore
ignore E203 and C901 (1372c60
)
Ci
- ci: update build_wheels_and_publish.yaml
perform jobs only if condition released == true is met, add explicit tag for upload_github job (c941bd9
)
Documentation
- docs: update README.md
update Project Status badge to Active, clear todo list, add contributing, improve documentation (503e4f7
)
- docs: rename batch mode page
make "Module" lowercase as all other modules (e1105e1
)
-
docs: restructure docs into api reference and usage page (
0dad6df
) -
docs: add developer guide (
5282655
) -
docs: add favicon (
f2b6ee1
)
Fix
- fix(mad.py): update check for im_slice
in (int or None) int can always be evaluated as true (a245fe9
)
Refactor
- refactor: update test assertion
change is 255 to == 255 (df39f34
)
Style
-
style: update end of file new line (
3c89f86
) -
style: format files
remove trailing whitespace, adjust end of files (1cc275c
)
- style: add mypy check
implement mypy check, update files for mypy, add stub files qmeasurecalc.pyi and statisticscalc.pyi (1997516
)
- style: add yamllint
implement yamllint and refactor .yaml files (6c46ace
)
- style: add rst check
implement rst check and refactor .rst files (92f2dbd
)
- style: update formatting
use ruff formater to format codebase (dc48022
)
- style: update linting
fix and update ruff config, fix lint errors (452b6fc
)
Unknown
- Merge remote-tracking branch 'github/main' (
609891d
)