Skip to content

Releases: bluesky/databroker

v2.0.0b17

21 Feb 19:18
Compare
Choose a tag to compare
v2.0.0b17 Pre-release
Pre-release

Fixes Broker.named('temp')

v2.0.0b10

15 Sep 18:52
Compare
Choose a tag to compare
v2.0.0b10 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b9...v2.0.0b10

v2.0.0b9

13 Sep 21:02
Compare
Choose a tag to compare
v2.0.0b9 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b4...v2.0.0b9

v2.0.0b4

29 Jun 19:52
Compare
Choose a tag to compare
v2.0.0b4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.5...v2.0.0b4

v1.2.5

21 Jan 19:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

databroker v1.2.4

07 Oct 18:19
Compare
Choose a tag to compare

Fixed

  • tzlocal support

v1.2.0

18 Dec 01:41
Compare
Choose a tag to compare

Added

  • New accessors on BlueskyEventStream named config, timestamps, and config_timestamps provide xarray Datasets of secondary readings from Event Descriptors and Events.
  • A“summary” projector that operates, inexpensively, on just the ‘start’ document.

Fixed

  • Adjust to upstream (yet unreleased) changes to intake.
  • When the ‘stop’ document is not yet available (or permanently missing) the IPython repr degrades gracefully.
  • When comparing BlueskyRun (v2) or a Header (v1) to another object via equality, return False if the other object is of a different type, instead of raising an exception.

Changed

  • Remove configuration columns from output of BlueskyEventStream.read() and .to_dask(). The new config acccessor should be used to access these.
  • In v1, provide more helpful exceptions when a Datum is referenced by an Event is not found. (In v2 this is already done, via event_model.Filler.)
  • The method BlueskyRun.canonical has been renamed to BlueskyRun.documents. The old name is deprecated and issues a warning when used.

databroker v1.1.0

04 Sep 16:56
Compare
Choose a tag to compare

v1.1.0 (2020-09-03)

Added

  • Experimental databroker.projector module
  • A stats method on the BlueskyMongoCatalog to access MongoDB storage
    info.

Fixed

  • Do more to try to recover from inaccurate shape metadata.
  • Tolerate old Resource documents that rely on MongoDB _id and are missing
    uid.

v0.13.3

22 Aug 22:35
Compare
Choose a tag to compare

Enhancements

  • Replaced deprecated unordered bulk write (requires pymongo >= 3.0).

Documentation

  • Update the links in the sidebar to point to the Bluesky Project.

Packaging

  • Added missing files in the source distribution for PyPI.

See the v0.13.3 GitHub milestone for a full enumeration of the changes in this release.

v0.13.1

30 Jul 14:14
Compare
Choose a tag to compare

This release makes the sqlite-backed asset registry threadsafe, for compatibility with bluesky 1.6.0.