From ba893e232a49b182f314ebc0a7bf44e5bbfc7334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Sat, 11 May 2019 15:20:30 +0200 Subject: [PATCH] Release madgui 19.5.1 - 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 --- CHANGES.rst | 15 +++++++++++++++ setup.cfg | 2 +- src/madgui/__init__.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b303bd96..a8fbeeb2 100644 --- a/CHANGES.rst +++ b/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 diff --git a/setup.cfg b/setup.cfg index 05e57737..e22c801a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/madgui/__init__.py b/src/madgui/__init__.py index ee3d9f77..9f6ae376 100644 --- a/src/madgui/__init__.py +++ b/src/madgui/__init__.py @@ -34,7 +34,7 @@ ==================== ========================================================= """ -__version__ = '19.5.0' +__version__ = '19.5.1' __title__ = 'madgui' __summary__ = 'GUI for accelerator simulations using MAD-X.'