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
15 stars 6 forks source link

Add `key` field to AxisArray structure, with a Unit to set the key and another to filter on key #145

Closed cboulay closed 2 months ago

cboulay commented 2 months ago

(ignore array_chunker commits)

Closes #142

This PR adds a .key field to AxisArray then adds a couple functionalities related to it:

cboulay commented 2 months ago

Close in favour of #146