Releases: hibtc/cpymad
Releases · hibtc/cpymad
v1.16.3
v1.16.1
Release cpymad v1.16.1 - maintenance release to trigger new build after fix in build pipeline
v1.15.0
Release cpymad v1.15.0 - update to MAD-X 5.09.01 - add wheels for python 3.12
v1.14.2
Release cpymad v1.14.2 - fix error in ``get_copyright_notice`` due to backward incompatible API changes of ``importlib_resources``. This function now requires py>=3.7, as supporting it for lower python versions would be unwarranted effort.
v1.14.0
Release cpymad 1.14.0 - update to MAD-X 5.09.00
v1.13.0
Release cpymad v1.13.0 - 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.
v1.12.1
Release cpymad v1.12.1 - ignore comment markers within string literals (#121)
v1.12.0
Release cpymad v1.12.0 - add experimental wheels for MacOS M1. Beware: Due to lack of hosted runners, these are completely untested!
v1.11.0
Release cpymad v1.11.0 - add wheels for python 3.11 - fix platform identification to work with Apple Silicon architecture (no upstream M1 wheels yet)
v1.10.0
Release cpymad v1.10.0 - remove support for python 3.5 - fix TypeError in jupyter on windows 10 (#110) - fix output to go to jupyter notebook instead of terminal on linux in recent versions of python and jupyter