Skip to content

Xtrack version 0.70.0

Compare
Choose a tag to compare
@giadarol giadarol released this 15 Nov 17:11
· 99 commits to main since this release

Changes

  • Introduce native MAD-X parser xtrack.mad_parser.loader.MadxLoader.
  • Introduce OptimizeLine.clone
  • OptimizeLine.targets and OptimizeLine.vary can be accessed with tags
  • Introduce take_best option in OptimizeLine.step(), active by default
  • Introduce Environment.vars.to_dict(), Environment.from_json(...), Environment.vars.default_to_zero
  • Introduce Environment.call(...)
  • Support element insertion in lines with repeated elements.
  • xt.LessThan and xt.GreaterThan support references as value.
  • New properties to control aperture element parameters.
  • More powerful MAD-NG interface. Introduce Line.madng_twiss().
  • Fix in LineSegmentMap for high-order chromaticities
  • Fix in Environment.new_line(...) s position resolution and support for refer='entry'

Full Changelog: v0.69.7...v0.70.0