- make sequence.elements.index more convenient: can now handle names with or without the ':d' suffix as well as the special names 's' and 'e'
28.12.2024
- add builds for python 3.13 - add builds for free-threaded python 3.13 (linux only) - migrate to pyproject.toml based packaging - no longer include .c in source distribution, require cython for building - no longer include .c, .pyx, .pxd in binary distributions - show deprecation warning for py3.8 and below
28.08.2023
- fix ``ValueError`` on CERN SWAN jupyter instances due to treating stdout as binary stream (125)
28.08.2018
- remove unused ``error_log`` from ``Madx`` - support passing arbitrary callables to ``Madx(stdout=...)`` - support passing non-file ``IOBase`` objects as ``stdout`` - default to ``sys.stdout`` - can pass almost arbitrary MAD-X scripts to ``input``, including comments/multiline commands
28.04.2021
- drop support for 32bit - drop support for python 2.7 - deprecate python 3.5 - link windows binaries against UCRT (like the official python binary)