Skip to content

Releases: als-epics/phoebusgen

3.0.0

09 Sep 00:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...3.0.0

2.8.0

08 Sep 23:47
7c149b7
Compare
Choose a tag to compare

Test release for pyproject.toml and uploading to pip - release 3.0.0 planned next

What's Changed

Full Changelog: 2.7.0...2.8.0

2.7.0

18 Sep 18:27
4753d93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.7.0

  • Fix bug in combobox items dropdown list
  • Add ability to use color as value in rules

2.6.2

01 Aug 22:46
0700ad7
Compare
Choose a tag to compare

fix bug in confirmation dialog for action buttons

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

08 Jun 04:38
Compare
Choose a tag to compare

Add 3 methods to ActionButton widget:

action_execute_external_script(file_name, description=None)
action_execute_javascript_script(script, description=None)
action_execute_python_script(script, description=None)

Small update to shared method for all ActionButton action_execute methods

Full Changelog: 2.6.0...2.6.1

2.6.0

05 Jun 23:38
Compare
Choose a tag to compare

fix TextUpdate widget to add alarm_border method

Full Changelog: 2.5.1...2.6.0

2.5.1

14 Apr 00:06
Compare
Choose a tag to compare

same as 2.5 but used github action to upload to pip

Full Changelog: 2.5.0...2.5.1

2.5.0

13 Apr 23:57
Compare
Choose a tag to compare

same as 2.5 but used github action to upload to pip

Full Changelog: 2.5...2.5.0

2.5

13 Apr 23:47
Compare
Choose a tag to compare
2.5

Bug fix for rule with non-string inputs to expression value field. General updates to repo including pre-commit which fixed trailing whitespace and moved all strings to use single quotes

What's Changed

Full Changelog: 2.4.5...2.5

2.4.5

25 Jul 02:09
Compare
Choose a tag to compare

Added methods for rules and scripts on a widget

    def embedded_python_script(python_script: str, pv_dict: dict, only_trigger_if_connected: bool = True)
    def embedded_javascript_script(js_script: str, pv_dict: dict, only_trigger_if_connected: bool = True)
    def external_script( file_name: str, pv_dict: dict, only_trigger_if_connected: bool = True)
    def rule(name: str, widget_property: str, pv_dict: dict, expression_dict: dict, value_as_expression: bool = False)

Full Changelog: 2.4.4...2.4.5