Skip to content

Releases: MethodicalAcceleratorDesign/MAD-NG

v1.1.9

19 Dec 12:42

Choose a tag to compare

v1.1.8

21 Nov 07:28

Choose a tag to compare

Full Changelog: v1.1.7...v1.1.8

v1.1.7

05 Nov 16:26

Choose a tag to compare

Full Changelog: v1.1.6...v1.1.7

v1.1.6

30 Sep 10:32

Choose a tag to compare

Full Changelog: v1.1.5...v1.1.6

v1.1.5

21 Jul 14:04

Choose a tag to compare

Full Changelog: v1.1.4...v1.1.5

v1.1.4

14 Jul 13:13

Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

06 Jun 09:06

Choose a tag to compare

What's Changed

  • Elements can be split using appropriate attributes like kill_body and kill_xxx_fringe (feature for XSuite, not recommended in native MAD-NG)
  • Assembly can handle arbitrary sequences, elements (including other assemblies), misalignments, reference points, etc...
  • TFS tables can specify per column format for numbers used by print and write methods.
  • Python dictionary transfer (swallow copies) back and forth added.
  • Minor pymadng fixes by @jgray-19 in #463

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Apr 13:03

Choose a tag to compare

bug fix release and minor improvements
Full Changelog: v1.1.1...v1.1.2

v1.1.1

24 Mar 15:48

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Feb 16:01

Choose a tag to compare

Minor bug fixes
Major libraries upgrade, including LuaJIT
Remove range syntax expr..expr[..expr] where expr evaluates to a number. This is the only feature that changed the semantics of Lua, and it required to patch the JIT for generating BC and IR code (not trivial).

Full Changelog: v1.0.0...v1.1.0