Skip to content

LUME-Genesis v1.4.0

Choose a tag to compare

@ken-lauer ken-lauer released this 17 Apr 20:21
4dae358

What's Changed

  • Genesis 1.3 version 4 v4.6.12 is now supported, with its new FFT field solver options.

  • Added support for archiving and restoring Genesis4 data using the msgpack format alongside HDF5. To use it, simply pick the .msgpack file extension:

    G.archive("file.msgpack")
  • Added backup logic for existing files using date-coded renaming when archiving

  • Now requires openpmd-beamphysics v0.14.1 or newer, and adds a dependency on ormsgpack

Pull Requests

  • ENH: add msgpack as an alternative (and faster) archive format by @ken-lauer in #86
  • MAINT: update to v4.6.12 by @ken-lauer in #87

Full Changelog: v1.3.9...v1.4.0