Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 -o src/pymadng/bin/mad_Linux
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o src/pymadng/bin/mad_Darwin
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o src/pymadng/bin/mad_Linux
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pymadng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 -o ./src/pymadng/bin/mad_Linux
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o ./src/pymadng/bin/mad_Darwin
curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o ./src/pymadng/bin/mad_Linux
curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -o ./src/pymadng/bin/mad_Darwin
chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
- name: Install dependencies
run: |
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
0.7.0 (2024/12/05)
0.6.3 (2024/30/05)

Rewrite documentation
Update to MAD-NG 1.1.1
Handle opening and closing of MAD-NG process more robustly
Update to MAD-NG 1.1.2


0.6.2 (2024/12/05)

Rewrite documentation. \
Update to MAD-NG 1.1.1. \
Handle opening and closing of MAD-NG process more robustly. \


0.6.0 (2024/12/05)
Expand Down
2 changes: 1 addition & 1 deletion tests/inputs/example.log
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ match = MAD.match
***pymad.recv: [py:__err(true):send(MAD['env']['version']):__err(false)] 55 bytes
***pymad.send: [str_] 4 bytes
***pymad.send: binary data 4 bytes
***pymad.send: [1.1.1] 5 bytes
***pymad.send: [1.1.2] 5 bytes
***pymad.recv: binary data 4 bytes
***pymad.recv: [
function __mklast__ (a, b, ...)
Expand Down