Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 28 Jun 17:17
· 94 commits to master since this release
a4793a7

Release 0.10.0 brings the following:

Added:

  • The track_single_particle function in the cpymadtools.track module can now take a sequence defining observation points as argument.
  • The track_single_particle function in the cpymadtools.track module can now take keyword arguments to be transmitted to the TRACK command in MAD-X.

Changed:

  • The track_single_particle function in the cpymadtools.track module now defaults initial tracking coordinates to all 0.
  • The track_single_particle function in the cpymadtools.track module now returns a dictionary, with one keys per defined observation point and as a value the corresponding track table. The special case where ONETABLE s given to TRACK as a keyword argument is handled, and then a single entry taken from the appropriate table with be found in the returned dictionary.

Tests have been added.