Releases: bluesky/event-model
Releases · bluesky/event-model
v1.16.0
Added
- The schema for Run Start documents now includes an optional “projections” key. See Projections (Experimental).
- Added the method emit and an emit parameter to DocumentRouter to support chaining them.
- The Filler now provides public methods for clearing its caches, clear_handler_cache() and clear_document_caches().
- The method deregister_handler() returns the handler that it has deregistered.
- The filler_state attribute of Filler now includes attributes resource and datum which may be used by coercion functions to work around incorrect shape metadata.
Changed
The function register_coercion() replaces the misspelled register_coersion(), which is retained as an alias for backward-compatibility.
v1.15.2
v1.13.3
Filler updates
Merge pull request #92 from gwbischof/rechunk added rechunk_event_pages
REL: v1.6.0
- enforce that the 'name' field in Descriptors must be a string