Skip to content

bluesky v1.8.2

Compare
Choose a tag to compare
@mrakitin mrakitin released this 20 Dec 23:38
dc9819b

v1.8.2 (2021-12-20)

Fixed

  • Changed from using SafeConfigParser to ConfigParser in
    versioneer.py (fix to support Python 3.11).

Enhancements

  • Added public call_returns_result property.
  • Implemented human-readable printable representation for PeakStats.

Documentation

  • Updated RunEngine docstring with call_returns_result property.
  • Fixed a small mistake in bp.scan docstring.
  • Added documentation about intended behavior of fraction in the watch
    method of the status object.