We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7627e7f commit 1797f81Copy full SHA for 1797f81
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.4.3 (2023/11/25)
2
+
3
+Update GitHub Actions to always use the latest version of MAD-NG \
4
+Update tests to be more robust.
5
6
0.4.2 (2023/10/18)
7
8
Add `to_df` method to objects, allowing for easy conversion to pandas dataframes. \
src/pymadng/__init__.py
@@ -1,7 +1,7 @@
from .madp_object import MAD
__title__ = "pymadng"
-__version__ = "0.4.2"
+__version__ = "0.4.3"
__summary__ = "Python interface to MAD-NG running as subprocess"
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MADpy"
0 commit comments