Skip to content

Releases: xsuite/xpart

Xpart version 0.15.1

29 Jun 15:39
Compare
Choose a tag to compare

Changes:

  • Remove unnecessary seed change for random number generator

Xpart version 0.15.0

06 Jun 14:48
Compare
Choose a tag to compare

Changes:

  • Match distributions for lines including LineSegmentMap objects.

Xpart version 0.14.5

30 May 19:32
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.