Skip to content

Commit ee4f55e

Browse files
authored
Update MAD-NG version to 1.1.2 (#19)
* Update test-pymadng.yml to new version * Update python-publish.yml to new version * Update example.log to new version * Update CHANGELOG.md for new version of mng
1 parent 06abda1 commit ee4f55e

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Get MAD Binaries
3838
run: |
3939
mkdir src/pymadng/bin
40-
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o src/pymadng/bin/mad_Linux
41-
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o src/pymadng/bin/mad_Darwin
40+
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o src/pymadng/bin/mad_Linux
41+
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -o src/pymadng/bin/mad_Darwin
4242
chmod +x src/pymadng/bin/mad_Linux src/pymadng/bin/mad_Darwin
4343
- name: Build package
4444
run: python -m build

.github/workflows/test-pymadng.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Get MAD Binaries
3434
run: |
3535
mkdir ./src/pymadng/bin
36-
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o ./src/pymadng/bin/mad_Linux
37-
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o ./src/pymadng/bin/mad_Darwin
36+
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o ./src/pymadng/bin/mad_Linux
37+
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -o ./src/pymadng/bin/mad_Darwin
3838
chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
3939
- name: Install dependencies
4040
run: |

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
0.7.0 (2024/12/05)
1+
0.6.3 (2024/30/05)
22

3-
Rewrite documentation
4-
Update to MAD-NG 1.1.1
5-
Handle opening and closing of MAD-NG process more robustly
3+
Update to MAD-NG 1.1.2
4+
5+
6+
0.6.2 (2024/12/05)
7+
8+
Rewrite documentation. \
9+
Update to MAD-NG 1.1.1. \
10+
Handle opening and closing of MAD-NG process more robustly. \
611

712

813
0.6.0 (2024/12/05)

tests/inputs/example.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ match = MAD.match
2727
***pymad.recv: [py:__err(true):send(MAD['env']['version']):__err(false)] 55 bytes
2828
***pymad.send: [str_] 4 bytes
2929
***pymad.send: binary data 4 bytes
30-
***pymad.send: [1.1.1] 5 bytes
30+
***pymad.send: [1.1.2] 5 bytes
3131
***pymad.recv: binary data 4 bytes
3232
***pymad.recv: [
3333
function __mklast__ (a, b, ...)

0 commit comments

Comments
 (0)