Skip to content

Commit

Permalink
Release madgui 19.5.1
Browse files Browse the repository at this point in the history
- show UndoStack.macro invocations in the logging area
- add menuitem to reverse current sequence inplace (experimental)
- show DRIFT attributes as inherited
- start usrguide (very basic atm), document QT_SCALE_FACTOR
- add toolbar item to show/hide BPMs
- add Backend.read_params method to read all/multiple params
  (requires hit_acs>=19.5.0)
- export full parameter dump in orm measurement procedure
- update to cpymad 1.2.0, MAD-X version 5.05.00
  • Loading branch information
coldfix committed May 11, 2019
1 parent 602c58b commit ba893e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,21 @@
CHANGELOG
~~~~~~~~~

19.5.1
~~~~~~
Date: 11.05.2019

- show UndoStack.macro invocations in the logging area
- add menuitem to reverse current sequence inplace (experimental)
- show DRIFT attributes as inherited
- start usrguide (very basic atm), document QT_SCALE_FACTOR
- add toolbar item to show/hide BPMs
- add Backend.read_params method to read all/multiple params
(requires hit_acs>=19.5.0)
- export full parameter dump in orm measurement procedure
- update to cpymad 1.2.0, MAD-X version 5.05.00


19.5.0
~~~~~~
Date: 07.05.2019
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -25,7 +25,7 @@ zip_safe = true
include_package_data = true
python_requires = >=3.6
install_requires =
cpymad>=1.1.0
cpymad>=1.2.0
docopt
matplotlib
numpy
Expand Down
2 changes: 1 addition & 1 deletion src/madgui/__init__.py
Expand Up @@ -34,7 +34,7 @@
==================== =========================================================
"""

__version__ = '19.5.0'
__version__ = '19.5.1'

__title__ = 'madgui'
__summary__ = 'GUI for accelerator simulations using MAD-X.'
Expand Down

0 comments on commit ba893e2

Please sign in to comment.