Closed cboulay closed 2 months ago
It all looks good to me. I did notice that though ruff format
is in the pre-commit hook, there are still a number of files that are reformatted when that hook is ran. May want to manually run the format on all files prior to merging this PR @cboulay
I support merge of this PR :)
Many changes.
filterbank
cwt
uv
A note about CD: the version number is pulled from the latest git tag. When publishing to pypi using GitHub release on a 'fresh' tag, the version will come from that tag number. If installing locally (e.g.,
uv sync
) then the version will be the latest tag + a hash if there have been commits since that tag.