Skip to content

Release 0.9.0

Choose a tag to compare

@jgray-19 jgray-19 released this 09 Jul 15:52
· 16 commits to master since this release
a6f71aa

Release 0.9.0 adds functionality for the loading of tracking simulation data from an xtrack.Line.
A specific tracking setup and the use of ParticleMonitors is necessary.

This version introduces a new top-level function, convert, to handle data that already lives in-memory: the result of an xtrack.Line tracking and potentially data from MAD_NG, for now.

Added:

  • A new module, turn_by_turn.xtrack_line, to handle loading data from an xtrack.Line after tracking. See the documentation for details.
  • A new function, turn_by_turn.convert, similar to turn_by_turn.read` but to handle in-memory data.

What's Changed

Full Changelog: 0.4.2...0.5.0

What's Changed

Full Changelog: 0.8.0...0.9.0