diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 79eb210..56f2bcf 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -37,8 +37,8 @@ jobs: - name: Get MAD Binaries run: | mkdir src/pymadng/bin - curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.3 -o src/pymadng/bin/mad_Linux - curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.3 -o src/pymadng/bin/mad_Darwin + curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.5 -o src/pymadng/bin/mad_Linux + curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.5 -o src/pymadng/bin/mad_Darwin chmod +x src/pymadng/bin/mad_Linux src/pymadng/bin/mad_Darwin - name: Build package run: python -m build diff --git a/.github/workflows/test-pymadng.yml b/.github/workflows/test-pymadng.yml index 1176d8c..4b7e507 100644 --- a/.github/workflows/test-pymadng.yml +++ b/.github/workflows/test-pymadng.yml @@ -33,8 +33,8 @@ jobs: - name: Get MAD Binaries run: | mkdir ./src/pymadng/bin - curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.3 -o ./src/pymadng/bin/mad_Linux - curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.3 -o ./src/pymadng/bin/mad_Darwin + curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.5 -o ./src/pymadng/bin/mad_Linux + curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.5 -o ./src/pymadng/bin/mad_Darwin chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 7947119..590a6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +0.7.1 (2025/08/04) +Update to MAD-NG 1.1.5 + 0.7.0 (2025/06/05) Update to MAD-NG 1.1.3 \ Breaking change: tables in lua are always returned as references, so you must use `eval` to get the value of the table. Or use the optional second argument in `py:send` such as `py:send(data, true)` to return the value of the table. \ diff --git a/src/pymadng/__init__.py b/src/pymadng/__init__.py index ff4810f..7bff70a 100644 --- a/src/pymadng/__init__.py +++ b/src/pymadng/__init__.py @@ -1,7 +1,7 @@ from .madp_object import MAD __title__ = "pymadng" -__version__ = "0.7.0" +__version__ = "0.7.1" __summary__ = "Python interface to MAD-NG running as subprocess" __uri__ = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py" diff --git a/tests/inputs/example.log b/tests/inputs/example.log index cc5e409..b0cd72a 100644 --- a/tests/inputs/example.log +++ b/tests/inputs/example.log @@ -27,7 +27,7 @@ match = MAD.match ***pymad.recv: [py:__err(true):send(MAD['env']['version'], false):__err(false)] 62 bytes ***pymad.send: [str_] 4 bytes ***pymad.send: binary data 4 bytes -***pymad.send: [1.1.3] 5 bytes +***pymad.send: [1.1.5] 5 bytes ***pymad.recv: binary data 4 bytes ***pymad.recv: [ function __mklast__ (a, b, ...)