- update to MAD-X 5.09.01 - add wheels for python 3.12
05.12.2017
- fix order of ``weight`` command in ``Madx.match``
05.10.2015
- expose directory of global MAD-X variables as ``Madx.globals`` - expose directory of global MAD-X elements as ``Madx.elements`` - fix a bug with Elements.__contains__ reporting yes incorrectly - list only those column of a table that are marked for output - add function to get row names of a table
05.06.2019
- fix deadlock if accessing the global ``cpymad.madx.metadata`` object with closed or invalid STDIN (after ``os.close(0)`` or in windows GUI application)
05.03.2015
- add some utility functions to work with MAD-X element names and identifiers - add a setter method for values to Madx - improve install instructions. In particular, recommend WinPython as build environment - fix the MinGW build error due to broken sysconfig inline - run setup only if invoked as main script