Bugfix in transverse_tracking module: Use numpy float comparison in transverse_tracking.py and transverse_tracking_cython.pyx to ensure that s[-1]==C.
Other float comparisons have been eliminated e.g. in the particles.py and the generators.py modules. However, some are still present in the code and need to be fixed (e.g. in wakes.py, tbc how).
1.0.8
Feedback & Particle Monitor stride - re-added feedback module - fixed particle monitor stride - fixed "_ _ init _ _.py" of feedback module to show correct version
1.0.7
Longitudinal Space Charge - Changed range of Gaussian kernel to a sigma of 3 slices (hardcoded), which is applied to the smoothing of the line density derivative. - Suggestion: add parameter to LongSpaceCharge for Gaussian kernel sigma.
1.0.6
Bug fix for generator MatchRFBucket6D and derivations.
Problem: on certain 32bit python environments, sys.maxint as a seed is not allowed and leads to crashes.
Quick fix: use maximum int32 value.
Suggestion: use current time allowing for easier reproducibility.