Skip to content

Releases: pcdshub/lightpath

v1.0.5

03 Sep 17:43
8df784d
Compare
Choose a tag to compare

What's Changed

  • BLD: separate lightpath and lightpath[gui] subpackages (for pip builds) by @tangkong in #190

Full Changelog: v1.0.4...v1.0.5

v1.0.4

12 Apr 22:28
066b6ea
Compare
Choose a tag to compare

What's Changed

  • MNT: skip processing device if branches are not specified by @tangkong in #188
  • DOC: collect release notes for v1.0.4 by @ZLLentz in #189

Full Changelog: v1.0.3...v1.0.4

v1.0.3 (2023-09-14)

14 Sep 21:12
22ec6aa
Compare
Choose a tag to compare

Maintenance

  • Update build requirements to use pip-provided extras for documentation and test builds.
  • Fix some tests, adding assert statements with timeouts.
  • Inherit secrets to the github actions workflow to enable pypi uploads

Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2 (2023-04-04)

04 Apr 21:35
02073a5
Compare
Choose a tag to compare

Bugfixes

  • Prevents cli entrypoint from returning the LightApp instance.
  • Filters the visible LightRow widgets after a path change.
    This fixes a bug where changing paths would show all devices on a path,
    ignoring the state of show-removed or device filter checkboxes.

Maintenance

  • Removes pcdsdevices dependency by vendoring AggregateSignal.
  • Copies test requirements into the conda recipe.
  • Fix a pre-commit issue where we point to a defunct mirror of flake8.

Contributors

v1.0.1

25 Oct 19:08
f68962e
Compare
Choose a tag to compare

v1.0.1 (2022-10-25)

Bugfixes

  • LightController.load_beamlines now properly references the provided
    configuration if provided, rather than the default beamlines config

Contributors

  • tangkong

v1.0.0 (2022-09-28)

28 Sep 21:14
09be87d
Compare
Choose a tag to compare

API Changes

  • Switches assumed device interface to expect a single get_lightpath_state
    function, which returns a LightpathState dataclass

  • Removes SUB_STATE in favor of subscribing to a single lightpath_summary
    signal, which aggregates relevant device signals

  • A short summary of added methods

    • BeamPath: adds load_facility, walk_facility, make_graph
    • LightController: renames branches to branching_devices

Features

  • Adds support for multiple, simultaneous outputs on a device
  • BeamPath now sorts devices at init and saves them in an OrderedDict
    for easy lookup of next device
  • Adds lodcm mock classes for testing
  • Add the option to specify an end-z in the beamlines config, for endstations
    that exist in the middle of a branch.
  • Adds ability to start lightpath with a config file
  • Checks for signal connection status before get_lightpath_state, preventing
    lengthy timeouts
  • Adds a refresh button and loading splash screen
  • Represents the facility as a directed graph, with devices as nodes
  • Uses path-finding algorithms to find routes to beamlines
  • Adds methods to handle multiple possible paths to a single destination
  • Defers device instantiation until needed by BeamPath objects, loading
    facility graph with only happi database information
  • Create a mock device if device in happi cannot be created
  • Sets title of window based on current path
  • Dynamically populates device_type filters with module names of devices
    currently in path
  • Adds cumulative transmission along path as a blocking criteria
  • Updates device icon color logic to consider both device and path state

Bugfixes

  • Fixes behavior of upstream filter checkbox by converting it to a combo
    box that allows users to select a device to filter devices upstream of
    This now works with the current facility representation
  • Disables happi caching to prevent devices from persisting across tests
  • Extends the default EpicsSignal timeout to allow devices to connect
  • Prevent beamlines with no beampath from destination combo box
  • Removes endstation sorting to allow lazy BeamPath loading
  • Fixes various font-awesome deprecation warnings

Maintenance

  • GUI now subscribes to lightpath_summary signals instead of the device
  • Properly unsubscribes from signals on GUI shutdown
  • Fixes some clipping issues with the device icons
  • Reworks documentation to reflect recent changes to lightpath
  • Removes hinted signal widgets loaded from typhos to reduce GUI load times
  • Allows lightpath cli command to be run without arguments, loading all
    default hutches
  • Adds pre-release note framework
  • Updates tests to test new API
  • Updates test database to more accurately simulate LCLS facility complexity
  • Updates documentation with updated API and some tutorial information
  • Adds type hinting throughout package
  • Moves simulated out of the test suite for reuse elsewhere
  • Make the simulated lcls facility import-able
  • Adds tests for cumulative transmission and updated icon coloring
  • Make test_show_devices use regex instead of hard-coded output

Contributors

v0.6.9: Merge pull request #125 from klauer/fix_pypi_install

16 Jul 15:42
5d5b36e
Compare
Choose a tag to compare

Maintenance release - fixes a requirements bug erroneously requiring versioneer, and overall pip requirements/setup.

v0.6.8

24 Feb 00:17
fa4c1a5
Compare
Choose a tag to compare

Packaging/maintenance release to fix strange behavior with recent installs

v0.6.7

13 Jan 17:46
dd06726
Compare
Choose a tag to compare

Maintenance/Packaging release to enable noarch builds and conda installs on python 3.8/3.9

v0.6.6

23 Dec 06:48
c031471
Compare
Choose a tag to compare

Add TMO and RIX beamline definitions because these are currently used in hutch python