Releases: xsuite/xpart
Releases · xsuite/xpart
Xpart version 0.8.3
Changes:
- Adding name field to Particles for pipeline.
Xpart version 0.8.2
Changes:
- Adapted to new xobjects API
- Moved a few methods from xtrack to LocalParticle API
Xpart version 0.8.1
Changes:
- Removed
Particles.set_particlesmethod - Using
xobjects.HybridClassinstead ofxobjects.dressfollowing change in xobjects.
Xpart version 0.8.0
Changes:
- Restored set of canonically conjugate variables in R matrix definition, now using (x, px, y, py, zeta, pzeta)
Xpart version 0.7.1
Changes:
- Add copyright statement to all files
- Add license file
- Add metadata in setup.py
Xpart version 0.7.0
Change:
- Definition of longitudinal coordinate
zetachanged fromzeta = s beta/beta0 - beta c ttozeta = s - beta0 c t.
Xpart version 0.6.4
Fix:
- Gaussian bunch generation with particle_ref on GPU.
Xpart version 0.6.3
Changes:
- Introduced
Particles.sort(...) - Introduced support for xtrack I/O buffer
Xpart version 0.6.2
Changes:
- Fix issue with negative charge in longitudinal matching
- Fix handling of particle weights in PyHEADTAIL interface
Xpart version 0.6.1
Changes
- Minor API polishing