You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
### 🚀 Features
11
11
12
12
- Implement `split` method for the `Solenoid` element (see #380) (@cr-xu)
13
-
- Implement a more robust RPN parser, fixing a bug where short strings in an Elegant variable definition would cause parsing to fail. (see #387) (@amylizzle, @Hespe, @jank324)
13
+
- Implement a more robust RPN parser, fixing a bug where short strings in an Elegant variable definition would cause parsing to fail. (see #387, #417) (@amylizzle, @Hespe, @jank324)
14
14
- Add a `Sextupole` element (see #406) (@jank324, @Hespe)
15
15
16
16
### 🐛 Bug fixes
@@ -21,6 +21,7 @@
21
21
- Fix issue where `Quadrupole.tracking_method` was not preserved on cloning (see #404) (@RemiLehe, @jank324)
22
22
- The vertical screen misalignment is now correctly applied to `y` instead of `px` (see #405) (@RemiLehe)
23
23
- Fix issues when generating screen images caused by the sign of particle charges (see #394) (@Hespe, @jank324)
24
+
- Fix an issue where newer versions of `torch` only accept a `torch.Tensor` as input to `torch.rad2deg` (see #417) (@jank324)
24
25
- Fix bug that caused correlations to be lost in the conversion from a `ParameterBeam` to a `ParticleBeam` (see #408) (@jank324, @Hespe)
0 commit comments