Skip to content

Commit

Permalink
Release cpymad 1.14.0
Browse files Browse the repository at this point in the history
- update to MAD-X 5.09.00
  • Loading branch information
coldfix committed May 7, 2023
1 parent da9a0df commit d1734b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
~~~~~~~~~

1.14.0
======
Date: 07.05.2023

- update to MAD-X 5.09.00


1.13.0
======
Date: 20.03.2023
Expand Down
2 changes: 1 addition & 1 deletion src/cpymad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__title__ = 'cpymad'
__version__ = '1.13.0'
__version__ = '1.14.0'

__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
Expand Down

3 comments on commit d1734b3

@eccortes95
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MADX version 5.09.00 appears to be in beta still. Some issues were introduced, for instance, the EMIT module now gives wrong values (v5.08.01 gives correct values).

@rdemaria
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you open an issue in MAD-X for EMIT?

@eccortes95
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed there was already an open issue:
MethodicalAcceleratorDesign/MAD-X#1183 (comment)

Please sign in to comment.