Xtrack version 0.31.0
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)
andLine.survey(reverse=True)
, replaced byLine.twiss().reverse()
andLine.survey().reverse()
- Introduce possibility of disabling all Xsuite printed output (
xtrack._print.suppress = True
).
Full Changelog: v0.30.1...v0.31.0