Anne Heimes

Results 38 issues of Anne Heimes

### fixes 2 deprecation warnings which came up in #644 ``` FAILED tests/test_coordinates_new.py::test__array__getter[x6-10--1] - DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype'...

hot
v0.6.9

check on circle ci for deprecationswarnings in tests, as discussed in #640 requires #670

ci
cookiecutter
v0.6.9

## General * pyfar version: main branch * Python version: 3.12 * Operating System: windoof ## Description (setup.py develop) is deprecated. ## What I Did ``` pip install -e ....

same problem as in #664, but in the coordiantes class we could think to shift the match_shape into the utils, so that we can use it anywhere

v0.6.9

- add D100 - D107 to ruff and add remaining docs - here are the things we need to fix https://circleci.com/gh/pyfar/pyfar/8710 - ChatGPT and I have added documentation where its...

ci
v0.7.0
cookiecutter

[pyfar.Orientations](https://pyfar.readthedocs.io/en/stable/classes/pyfar.orientations.html) is derived form [scipy.spatial.transform.Rotation](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.html) our aim was to also add the view/up notation to the class (and plots, e.g. ``show``) there are a few points which we can discuss...

[fractional_octave_bands](https://pyfar.readthedocs.io/en/stable/modules/pyfar.dsp.filter.html#pyfar.dsp.filter.fractional_octave_bands) and [reconstructing_fractional_octave_bands](https://pyfar.readthedocs.io/en/stable/modules/pyfar.dsp.filter.html#pyfar.dsp.filter.reconstructing_fractional_octave_bands) have different output parameter seems like ``reconstructing_fractional_octave_bands``returns signal, frequencies or filter, frequencies and ``fractional_octave_bands`` returns signal or filter also the inputs are not perfect. the ``sampling_rate`` is...

discuss

It would be nice to be able to use arithmetic operations with pf.Coordinates, similar to audio objects. ideas would be: - [ ] addition of 2 Coordinates objects - [...

enhancement
coordinates

based on the pyproject.toml in #681 closes #669 closes #700 - [x] config setuptools and build in pytoml.py - [x] fix readthedocs build - [x] apply changes to cicleci -...

ci
v0.8.0