Skip to content

v1.19.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 14:58
· 121 commits to main since this release
d71e567

What's Changed

  • Adopted the bluesky pip python skeleton
  • Fixed validation errors in the schema in #258
  • Added event_counters as an optional kwarg to compose_run in #257
  • Introduced the skeleton method of versioning, removing _version.py in #264
  • Added unit test to test dots aren't accepted in keys in #269
  • Added typing support so mypy passes in #247
    • Documents can now be typed by their TypedDict, the jsonschema is the same but is generated from the TypedDicts.
  • Use importlib resources instead of pkg_resources in #273

New Contributors

Full Changelog: v1.19.2...v1.19.3