Releases: bluesky/event-model
Releases · bluesky/event-model
v1.23.1
What's Changed
- Update link in docs by @coretl in #358
- Removed duplicate uid key erroneously included by @evvaaaa in #361
- MNT: restore missing init.py from tests module by @tacaswell in #356
- ENH: generate
Documentunion type by @jacopoabramo in #364 - Added release notes for upcoming v1.23.1 by @evvaaaa in #366
New Contributors
- @jacopoabramo made their first contribution in #364
Full Changelog: v1.23...v1.23.1
v1.23
What's Changed
- Convert from
BaseModeltojsonschema+TypedDictby @evvaaaa in #343 - Add py.typed file to package by @thomashopkins32 in #346
- Fix EPICS enum signals support by @flowln in #347
- Pin pydantic to <2.11, newer versions not supported on Python 3.8 by @Tom-Willemsen in #353
- Allow None in descriptor shape by @Tom-Willemsen in #352
New Contributors
- @thomashopkins32 made their first contribution in #346
- @flowln made their first contribution in #347
- @Tom-Willemsen made their first contribution in #353
Full Changelog: v1.22.3...v1.23
v1.22.3
v1.22.2
v1.22.1
v1.22.1rc1
What's Changed
- added
types-requeststo fix linting CI by @evalott100 in #319 - Adopt copier template by @evalott100 in #320
- made
unitsoptional again by @evalott100 in #325 - made precision optional by @evalott100 in #328
Full Changelog: v1.22.0...v1.22.1rc1
v1.22.0
What's Changed
- Added a
NX_classfield as aPerObjectHintto theEventDescriptordocument. - Removed
OptionalonDataKeyfieldsprecision,choices, andunits. These fields can still be left out of theDataKey, but if provided they cannot beNone. - Added a
Limitstype for storing EPICS limit data and aNotRequired[Limits]limitsfield toDataKey. - Added a
NotRequireddtype_numpyfield toDataKeyfor specifying the numpy dtype of data. - Bumped from
jsonschema 3.*tojsonschema 4.*. - Added all documents to
event_modelnamespace.
Full Changelog: v1.21.0...v1.22.0
v1.21.0
What's Changed:
- Update schemas for StreamResource and StreamDatum by @genematx in #301. Introduced
uri,parameters, andmimetypefields; removedpath_semanticsandresource_kwargs. More detail: #296 - Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by @dependabot in #303
- DOC: Fix the switcher URL by @AlexanderWells-diamond in #305
Full Changelog: v1.20.0...v1.21.0
v1.20.0
Changed
- Bumped from
pydantic 1.*topydantic 2.*
Fixed
- Bug in
rechunk_event_pagesaffecting Events with an emptyfilledkey
v1.19.9
Changed
Dropped support for jsonschema 2.*.