ezmsg-org / ezmsg-sigproc

Timeseries signal processing implementations for ezmsg
MIT License
0 stars 1 forks source link

Dev #25

Closed cboulay closed 2 months ago

cboulay commented 2 months ago

Many changes.

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.

pperanich commented 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

griffinmilsap commented 2 months ago

I support merge of this PR :)