Skip to content

Commit be3db38

Browse files
committed
Update CHANGELOG for MAD-NG 1.1.6 release with new features and improvements
1 parent cf1d78b commit be3db38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.8.0 (2025/09/30)
2+
Update to MAD-NG 1.1.6 \
3+
Added comprehensive ruff configuration in pyproject.toml with various linting rules \
4+
Renamed classes and functions to follow PascalCase and snake_case conventions \
5+
Updated imports to use pathlib.Path instead of os.path \
6+
Improved code formatting and removed redundant constructs \
7+
BUG: Fixed used of `py` instead of `py_name`, resulting in py_name being unuable. \
8+
Removed compatibility for Python versions below 3.10, now only supporting Python 3.10 and above. \
9+
Updated GitHub Actions workflows to test against Python 3.10 to 3.14 \
10+
Updated documentation to reflect changes in code style and conventions. \
11+
112
0.7.1 (2025/08/04)
213
Update to MAD-NG 1.1.5
314

0 commit comments

Comments
 (0)