Skip to content

v1.11.0 (2021-06-04)

Compare
Choose a tag to compare
@ZLLentz ZLLentz released this 04 Jun 22:55
· 495 commits to master since this release
615b5a6

Features

  • Added ability to opt-in to specific Ophyd Object instance DEBUG logs. Call
    logs.log_objects(obj1, obj2) to configure it for obj1 and obj2,
    for example, and clear it by way of logs.log_objects_off().
  • Added a new logs object in the IPython namespace, offering easy access
    to common log-related tools.

Fixes and Maintenance

  • Refactored logging setup to be more modular and slightly better documented.
    The ophyd logger is no longer "hushed", but is now filtered through the
    new ObjectFilter mechanism.