Releases: bluesky/event-model
Releases · bluesky/event-model
event-model v1.17.2
v1.17.2 (2021-06-21)
Added
- Event, Datum Page were added to TOC
Changed
- The
start documentparameter to :func:~event_model.compose_resourceis now optional - :meth:
~event_model.RunRouter.descriptorhas been modified to record descriptor document
id before executing callbacks
v1.17.1
Any object that implements array is accepted by the schema validators as any array. This enables the validator to tolerate numpy-like variants that are not literal numpy arrays, such as dask, sparse, or cupy arrays.
v1.17.0
Added
*Added data_session and data_groups to Run Start document schema.
Changed
- The package requirements have been relaxed to accept jsonschema versions 2 or 3. Both are supported.
v1.16.1
- The "projections" schema in the Run Start document has been enhanced to accept "configuration" locations intended to link to fields that are in Event stream Configuration See :ref:
projections. Additionally, validation of projections was enhanced. - The method https://github.com/bluesky/event-model/blob/b7a5fd8f54a9ee96c33a2171e8ecb243f0b08391/event_model/__init__.py#L1283 was enhanced to check for repeated runs with colliding uids, raising an ValueError when this occurs.
event-model-1.16.1.tar.gz
event-model-1.16.1.zip
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