Marco Berzborn
Marco Berzborn
Currently we're not enforcing ruff rules marked as preview. These include rules for PEP8 indentation and multiple other style guidelines defined in PEP8 which we typically decided to follow (or...
Currently we're not enforcing ruff rules marked as preview. These include rules for PEP8 indentation and multiple other style guidelines defined in PEP8 which we typically decided to follow (or...
This is still work in progess - Adding a Zenodo config for auto-configuration of meta-data when publishing to Zenodo
### Changes proposed in this pull request: - Create a GitHub release from CircleCI on version tags after successful publication on PyPI. Additional changes - Separate building the package from...
When defining a orientation with view vector [1, 0, 0] and up vector [0, 0, 1] and use scipy's functionality to return the rotation matrix I get the following results....
### Which issue(s) are closed by this pull request? Closes #847 #### TODO: - [ ] Add test verifying conversion between view and up convention and scipy implented `from_*` and...
Currently, our fractional octave smoothing function only accepts `pf.Signal` as input, although I don't see any reason why `pf.FrequencyData` shouln't be supported as well. I suggest extending the function to...