Skip to content

Xtrack version 0.31.0

Compare
Choose a tag to compare
@giadarol giadarol released this 29 Mar 07:18
· 4938 commits to main since this release

Changes:

  • Add Line.get_footprint(...) method.
  • Introduce smart table for twiss and survey (e.g. tw[['betx', 'bety'], 'drift.*'], tw[:, ip1:ip5], tw[:, 100.3:200.4:"s"].
  • Discontinue Line.twiss(reverse=True) and Line.survey(reverse=True), replaced by Line.twiss().reverse() and Line.survey().reverse()
  • Introduce possibility of disabling all Xsuite printed output (xtrack._print.suppress = True).

Full Changelog: v0.30.1...v0.31.0