Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #25

Merged
merged 77 commits into from
Sep 26, 2024
Merged

Dev #25

merged 77 commits into from
Sep 26, 2024

Conversation

cboulay
Copy link
Contributor

@cboulay cboulay commented Sep 24, 2024

Many changes.

  • improve docs
  • More passthrough support
  • bug fixes
  • improve unit tests
  • deduplicate code (GenAxisArray)
  • add filterbank
  • add cwt
  • switch from poetry to uv
  • add linting
  • Setup CI / CD

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.

* faster unit tests on core processing
* accommodate size-0 arrays
* slight optim. using template struct.
… array shape along dimension with labels must also modify labels field.
@cboulay cboulay marked this pull request as ready for review September 24, 2024 04:28
@pperanich
Copy link

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
Copy link
Contributor

I support merge of this PR :)

@cboulay cboulay merged commit 604b693 into main Sep 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants