Skip to content

Commit f3828da

Browse files
authored
Merge branch 'main' into ruff
2 parents 8d7a8fd + 5cebb33 commit f3828da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.7.1 (2025/08/04)
2+
Update to MAD-NG 1.1.5
3+
14
0.7.0 (2025/06/05)
25
Update to MAD-NG 1.1.3 \
36
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. \

src/pymadng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .madp_object import MAD
22

33
__title__ = "pymadng"
4-
__version__ = "0.7.0"
4+
__version__ = "0.7.1"
55

66
__summary__ = "Python interface to MAD-NG running as subprocess"
77
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py"

0 commit comments

Comments
 (0)