**Changes:** * Corrected the sign of `wake_strength` in `function_longitudinal` to ensure a positive wake corresponds to energy loss (consistently with what is already done in the longitudinal resonator). * Correct the `interp1d` interpolation function by adding `bounds_error=False` and `fill_value=0` as done for the transverse wakes.
- Optimization of wake tables giving significant speed-up - Add a new set of simulation examples and simulation-based tests with numerical checks - Remove unused modules and remaining deprecated syntax after Python 3 migration
1.15.0
- Add LongSpaceChargeRectPipe class - Change release and versioning method - Several improvements in GPU support - General package cleanup