Skip to content

Releases: MethodicalAcceleratorDesign/MAD-NG

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

v1.0.0

04 Dec 18:19

Choose a tag to compare

The changes are too large to be listed here, see the changelog below...

Full Changelog: v0.9.9...v1.0.0-3

v0.9.9

29 Nov 18:13

Choose a tag to compare

Full Changelog: v0.9.8...v0.9.9

v0.9.8

24 Jan 15:22
851929e

Choose a tag to compare

bug fixes of release 0.9.8

What's Changed

Full Changelog: v0.9.7...v0.9.8-1

v0.9.7-1

04 Dec 14:05
a06df86

Choose a tag to compare

minor fixes release

v0.9.7 release

20 Oct 13:22
3cf6908

Choose a tag to compare

Release 0.9.7

What's Changed

Read more

v0.9.6-3

09 Jan 12:55

Choose a tag to compare

  • add embedded debugger
  • update all embedded libraries
  • fix sequence module for PS empty shared subsequences, failing with 0.9.6-2
  • sync mtable module with sequence.
  • better git submodules handling

Full Changelog: v0.9.6-2...v0.9.6-3

v0.9.6-2

20 Dec 15:38

Choose a tag to compare

Release with updated embedded libraries to last versions:

  • LuaJIT v2.1 updated
  • FFTW3 3.3.8 -> 3.3.10
  • NFFT3 3.5.1 -> 3.5.3
  • NLOPT 2.6.1 -> 2.7.1
  • Lapack 3.8.0 -> 3.8.10
  • Luaunit 3.3 -> 3.4
  • LuaFileSystem 1.7 -> 1.8
  • LuaFun minor fixes

Full Changelog: v0.9.6-1...v0.9.6-2

v0.9.6-1

14 Dec 15:26

Choose a tag to compare

The release 0.9.6 has been updated to fix the following:

a problem with the interactive mode with iPython (reported by Riccardo).
a problem with the MAD-X sequence loader (for FCC-ee booster, reported by Barbara).

Full Changelog: v0.9.5...v0.9.6-1

v0.9.6

12 Dec 15:25

Choose a tag to compare

Version 0.9.6 [12/12/2022]:

  • new python interface (Thanks to Joshua Mark Gray)
  • non-linear parametric normal form with ANH, GNF and HAM extraction.
  • new MADX sequence parser (solve problems with FCC-ee Booster and other R&D lattices)
  • few speed improvements including parallelisation with OMP.
  • complete review and extensions of many modules including linear algebra (see manual part IV)
  • many extension to GTPSA and DAMAP modules (e.g. some Lie Algebra operators)
  • support for compatible DAMAP with PTC I/O (including (pt,-t) handling inside GTPSA)
  • radiation and photon tracking
  • new manual format using Sphinx to generate PDF and HTML (with search engine)
  • manual part IV added, except ongoing differential algebra manual (coming soon).
  • many bug fixes
  • ...

Full Changelog: v0.9.5...v0.9.6