Skip to content

Releases: xsuite/xpart

Xpart version 0.14.5

30 May 19:32

Choose a tag to compare

Changes:

  • Allow backtrack with compile flag.

Full Changelog: v0.14.4...v0.14.5

Xpart version 0.14.4

24 Apr 07:02

Choose a tag to compare

Changes:

  • Enable OpenMP support.
  • Further improve the documentation.

Full Changelog: v0.14.3...v0.14.4

Xpart versions 0.14.2

03 Apr 19:33

Choose a tag to compare

Changes:

  • Adapt to new xtrack structure (functionality moved from Tracker to Line)

Full Changelog: v0.14.1...v0.14.2

Xpart version 0.14.1

29 Mar 07:17

Choose a tag to compare

Changes:

  • Introduce possibility of disabling all Xsuite printed output (xtrack._print.suppress = True).

Full Changelog: v0.14.0...v0.14.1

Xpart version 0.14.0

22 Mar 09:33

Choose a tag to compare

Changes:

  • Introduce the possibility of overriding the Particles class.
    • As an example of this feature implement ParticlesPurelyLongitudinal.

Full Changelog: v0.13.0...v0.14.0

Xpart version 0.13.0

05 Mar 07:22

Choose a tag to compare

Changes:

  • In all tests and examples the like is used instead of the tracker using new API from xtrack v0.28.0.
  • More flexible particle distribution matching.
  • Fix issue with non-relativistic beams in SingleRFHarmonicMatcher

Xpart version 0.12.1

23 Feb 20:30

Choose a tag to compare

Changes:

  • Allow passing elements exposing behaves_like_drift = True in build_particles(..., match_at_s=VAL).

Xpart version 0.12.0

21 Feb 16:21

Choose a tag to compare

Changes:

  • Remove _pyparticles.py auxiliary module and put the relevant logic in the Particles class. Add setters for p0c, gamma0, beta0.
  • A Particles object can now be constructed with given seeds for the random generator. This is useful to read in a set of particles from json.
  • Add muon mass to constants.

Xpart version 0.11.0

23 Jan 10:08

Choose a tag to compare

Changes:

  • Introduce generate_2D_pencil_with_absolute_cut
  • Extend build_particles to accept a combination of absolute and normalized coordinates

Xpart version 0.10.3

13 Jan 15:42

Choose a tag to compare

Changes:

  • Fix inconsistency in version number.