Skip to content

event-model v1.19.0

Compare
Choose a tag to compare
@danielballan danielballan released this 03 Nov 18:04

v1.19.0 (2022-11-03)

Added

  • Add two experimental new document types: a stream_resource that manages an
    unknown number of contiguous stream_datum, with the potential for multiple
    streams. This is especially relevant when the data is expected to be ragged
    or has no pre-determined shape (number of rows).

Changed

  • Added object_name to Event Descriptor schema. The RunEngine has been
    adding this for many years. This change merely documents the status quo.
  • Use importlib instead of __version__ to implement logic conditional
    on jsonschema version.