Anne Heimes
Anne Heimes
Good question, but then sorting the bins does not make much scence, doesn't it? or we also add concatenate, which just concatenate the data, and merge does the sorting... an...
this is ment to concatenate in in freq or time domain. Its for objects with the same ``cshape``.
https://github.com/c4urself/bump2version?tab=readme-ov-file bump2version is also deprecated
@mberz seems like the docker container python:latest is not the latest python version https://hub.docker.com/layers/circleci/python/latest/images/sha256-573319853615e623acf89d325e3f3e2281891b5283f7c4d23fca8da84085ebdd?context=explore and the docker container also have some preinstallations which would make our live more difficult (e.g....
So its not possible to use the latest docker container, @mberz do you have an other idea?
@mberz maybe we should go for the github action, here we can test python version which are not released yet. on cirlce ci its not possible. maybe they also have...
also based on https://github.com/pyfar/pyfar/pull/638
edit: - setitem as it might lead to funky behavior. (not getitem)
done in #716 , wil be released in v0.8.0
and i would also add the the discussion: - "C4" [flake8-comprehensions](https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4) - "I" sort import, might be good to also uniform our imports and make them properly - "C90" [Checks...