ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
10 stars 5 forks source link

Remove GenAxisArray #132

Closed cboulay closed 2 months ago

cboulay commented 3 months ago

GenAxisArray was only being used by ezmsg-sigproc and one class in this repo: ModifyAxis. I changed the ModifyAxis code to do everything that GenAxisArray was doing then removed GenAxisArray. I reimplemented GenAxisArray in ezmsg-sigproc but there I made zero_copy=True though that PR should be merged before this PR is published on pypi.