What's Changed
* Important bugfix: s-coordinate was not updating correctly in Everest
* Another small bugfix that was overwritten by the merge to v0.3.0: dumping the lossmap to json needs `xobjects.JEncoder`
* Bugfix to make `BlackAbsorber` work on GPU (`fflush` can only be used on `CPU_serial`)
Develop Updates
* Some small preparations to be able to use prebuilt kernels (will be available once PRs https://github.com/xsuite/xobjects/pull/127, https://github.com/xsuite/xtrack/pull/448, and https://github.com/xsuite/xpart/pull/104 are implemented)
* Moved only_mcs to GeneralMaterial
* Changed the material setter in the Everest elements from a per-particle kernel to a regular kernel
**Full Changelog**: https://github.com/xsuite/xcoll/compare/v0.3.1...v0.3.2