Skip to content

v0.6.0

Compare
Choose a tag to compare
@ZLLentz ZLLentz released this 28 Jun 00:15
· 867 commits to master since this release
8795b0d

Features

  • Provide well-curated namespaces for bluesky plans. These are in the
    shell as bp (bluesky plans) for normal plans, bps (bluesky plan
    stubs) for plans that are not complete on their own, and bpp
    (bluesky plan preprocessors) for plans that modify other plans.

Bugfixes

  • Show a correct error message when there is an ImportError in an
    experiment file. This previously assumed the ImportError was from
    a missing experiment file. (#126)
  • Prevent duplicate names in tree_namespace from breaking the tree.
    Show a relevant warning message. (#128)
  • Do not configure the matplotlib backend for IPython if a user does not
    have a valid $DISPLAY environment variable. The most common case of this
    is if X-Forwarding is disabled. (#132)