Releases: xsuite/xtrack
Releases · xsuite/xtrack
Xtrack version 0.78.0
Changes:
- Introduce computation of radiation integrals in
Line.twiss(...)
- Fix issue with
RBend
inLine.configure_radiation(...)
Full Changelog: v0.77.1...v0.78.0
Xtrack version 0.77.1
Changes:
- Support sliced elements when importing lines into an
Environment
Full Changelog: v0.77.0...v0.77.1
Xtrack version 0.77.0
Xtrack version 0.76.2
Changes:
- Fix in
EnergyProgram.get_p0c_increse_per_turn_at_t_s(...)
- Add example for transition crossing and tests for rfbucket and matching during beam acceleration.
Full Changelog: v0.76.1...v0.76.2
Xtrack version 0.76.1
Xtrack version 0.76.0
Changes:
- Add
length
argument toEnvironment.new_line(...)
,Environment.new_builder(...)
,Builder(...)
- Import line length in native MAD-X loader
- Change logic in reverse_line in native mad loader
- Change behavior of
k0_from_h
inBend
andRBend
- Keep
prototype
information when cloning elements - Add methods to
Builder
:resolve_s_positions()
,flatten()
- Fix
Environment.eval(...)
to work with constants - Basic support for
->
in native MAD-X loader
Full Changelog: v0.75.1...v0.76.0
Xtrack version 0.75.1
Xtrack version 0.75.0
Changes:
- In
LineSegmentMap
introduce linear longitudinal focusing - Introduce
Line.set_multipolar_errors(...)
- Introduce possibility to use a list of targets in
Environment.set(...)
Full Changelog: v0.74.2...v0.75.0
Xtrack version 0.74.2
Changes:
- Add
angle
as an xofield toBend
. The values oflength
andangle
are now invariant, meaning that changes to them, changeh
. Whenh
is changed, this changesangle
and keeps the length unchanged (#591).
Full Changelog: v0.74.1...v0.74.2
Xtrack version 0.74.1
Changes:
- Fixes in tests: incompatible ctx in test_rbend; tolerance in test_match_optics (#588)
Full Changelog: v0.74.0...v0.74.1