bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Switch from partials to classes #262

Closed evalott100 closed 1 year ago

evalott100 commented 1 year ago

Closes #261

Switched from using partials to using dataclasses with a __call__ method. Defined compose_* functions as wrappers to these classes.

danielballan commented 1 year ago

Should this be rebased?