v0.6.3 (2024-03-28)
- Fix bug in
Cavity
transfer map bug. (see #129 and #135) (@cr-xu)
- Add GPL 3 licence (see #131) (@jank324)
v0.6.2 (2024-02-13)
- The handling of
device
anddtype
was overhauled. They might not behave as expected.Element
s also no longer have adevice
attribute. (see #115) (@jank324)
- Add charge to the
ParameterBeam
andParticleBeam
classes (see #86) (@cr-xu) - Add opt-in speed optimisations (see #88) (@jank324)
- Fix the transfer maps in
Drift
andDipole
; Add R56 in horizontal and vertical correctors modelling (see #90) (@cr-xu) - Fix fringe_field_exit of
Dipole
is overwritten byfringe_field
bug (see #99) (@cr-xu) - Fix error caused by mismatched devices on machines with CUDA GPUs (see #97 and #115) (@jank324)
- Fix error raised when tracking a
ParameterBeam
through an activeBPM
(see #101) (@jank324) - Fix error in ASTRA beam import where the energy was set to
float64
instead offloat32
(see #111) (@jank324) - Fix missing passing of
total_charge
inParameterBeam.transformed_to
(see #112) (@jank324) - Fix
Cavitiy.__repr__
printingvoltage
value forphase
property (see #121) (@jank324)
- Add pull request template (see #97) (@jank324)
- Add Acknowledgements section to README (see #103) (@jank324)
benchmark
directory was moved todesy-ml/cheetah-demos
repository (see #108) (@jank324)- Update citations to new arXiv preprint (see #117) (@jank324)
- Improve the docstring with proper units for the phase space dimensions (see #122) (@cr-xu)
- Link to the new paper (on arXiv) in the documentation (see #125) (@jank324)
v0.6.1 (2023-09-17)
- Fix issue where
converters
submodule was not installed properly (see 1562496) (@jank324)
v0.6.0 (2023-09-15)
- Cheetah elements are now subclasses of
torch.nn.Module
, where the parameters should always betorch.Tensor
. This makes cheetah a fully differentiable simulation code. (see #11) - The
cell
keyword argument ofcheetah.Segment
has been renamed toelements
. - Element and beam parameters must now always be passed to the constructor or set afterwards as a
torch.Tensor
. It is no longer possible to usefloat
,int
ornp.ndarray
. (see #11)
- Convert from Bmad lattices files (see #65) (@jank324)
- Add proper transfer map for cavity (see #65) (@jank324, @cr-xu)
- Twiss parameter calculation and generate new beam from twiss parameter (see #62) (@jank324, @cr-xu)
- Saving and loading lattices from LatticeJSON (see #9) (@cr-xu)
- Nested
Segment
s can now be flattened (@jank324) - Ocelot converter adds support for
Cavity
,TDCavity
,Marker
,Monitor
,RBend
,SBend
,Aperture
andSolenoid
(see #78) (@jank324)
- Fix dependencies on readthedocs (see #54) (@jank324)
- Fix error when tracking
ParameterBeam
through segment on CPU (see #68) (@cr-xu)
- Add
CHANGELOG.md
(see #74) - Improved documentation on converting Marker object into cheetah (see #58) (#jank324)
v0.5.19 (2023-05-22)
- Better error messages when beam and accelerator devices don't match (@FelixTheilen)
- Fix BPM issue with
ParameterBeam
(@FelixTheilen) - Fix wrong screen reading dimensions (@cr-xu)
- Improve docstrings (@FelixTheilen)
- Implement better testing with pytest (@FelixTheilen)
- Setup formatting with
black
andisort
as well asflake8
listing (@cr-xu) - Add type annotations (@jank324)
- Setup Sphinx documentation on readthedocs (@jank324)
v0.5.18 (2023-02-06)
- Fix issue where multivariate_normal() crashes because cov is not positive-semidefinite.
v0.5.17 (2023-02-05)
- Faster screen reading simulation by using torch.histogramdd()
v0.5.16 (2023-02-02)
- Fix bug where some screens from the ARES Ocelot lattice were converted to Drift elements.
v0.5.15 (2022-10-12)
- Ocelot has been removed as a mandatory dependency and is now only needed when someone wants to convert from Ocelot objects.
- An error that only packages with all dependencies available on PyPI can be installed from PyPI has been fixed.
v0.5.14 (2022-09-28)
- Introduce black for code formatting and isort for import organisation.
- Prepare release on PyPI as cheetah-accelerator.
v0.5.13 (2022-07-26)
- Add caching of Screen.reading to avoid expensive recomputation
- Fix install dependencies
v0.5.12 (2022-06-16)
- First Release of Cheetah 🐆🎉