Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@JoschD JoschD released this 01 Dec 09:59
· 11 commits to master since this release
843dd8b

Release 0.6.0 adds to the SPS-module the possibility to remove the trailing planes (.H/.V) from the BPM names upon reading, and adding them back on writing. Both are enabled by default.
This allows compatibility with the MAD-X models.

Added:

  • sps-reader: remove_trailing_bpm_plane removes the trailing plane-suffixes (.H/.V) from the BPM names, if present
  • sps-writer: add_trailing_bpm_plane adds plane-suffixes (.H/.V) to the BPM names, if not already present

Fixed:

  • ascii-reader: returns TbtData-object instead of the individual parts for one.

What's Changed

  • remove trailing planes from sps data by @JoschD in #16

Full Changelog: 0.5.0...0.6.0