Skip to content

Commit

Permalink
Release cpymad v1.13.0
Browse files Browse the repository at this point in the history
- change ``Madx.beam`` to provide access to the current default beam instead
  of simply deferring to the ``BEAM`` base command. You can still use it as
  command though.
- add mapping ``Madx.beams`` to provide access to all defined beams by name,
  similar to how ``Madx.table`` and ``Madx.sequence`` currently work.
  • Loading branch information
coldfix committed Mar 20, 2023
1 parent 6752600 commit b038003
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
~~~~~~~~~

1.13.0
======
Date: 20.03.2023

- change ``Madx.beam`` to provide access to the current default beam instead
of simply deferring to the ``BEAM`` base command. You can still use it as
command though.
- add mapping ``Madx.beams`` to provide access to all defined beams by name,
similar to how ``Madx.table`` and ``Madx.sequence`` currently work.


1.12.1
======
Date: 21.02.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.12.1'
__version__ = '1.13.0'

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

0 comments on commit b038003

Please sign in to comment.