Anne Heimes

Results 65 comments of Anne Heimes

- merged configs into ``pyproject.toml`` as suggested by @pingelit - add the commitflag to bump-my-version (as it was configured before)

update: now github-action is creating the PR: see #797 as an example

we decided to also use the created github bot https://github.com/pyfar/closed-educational-resources/pull/4

maybe we should replace cookiecutter by [copier](https://copier.readthedocs.io/en/stable/comparisons/) on hold wait for decistions and deeper research

I think we discussed it for the Gallery, but it might also be helpful here in pyfar

how about renaming the function to ``pyfar.dsp.filter.energy_preserving_fractional_octave_bands``, since we also have ``pyfar.dsp.filter.reconstructing_fractional_octave_bands`` in this way it wouldn't be a breaking change

maybe also the Orientation class, #639

If it is just about the plotting, why don't we just add a ''clabels'' parameter to the plot functions. In this way we would avoid the overhead in the class...

> For plotting you can use the default matplotlib way of labeling things. No need to add extra parameters to the plot functions ;) It does not support multidimensional labels,...