Skip to content

v0.7.2

Choose a tag to compare

@xsgeng xsgeng released this 30 Aug 07:57
· 138 commits to main since this release

What's Changed

  • feat: add jit spinner decorator for numba compilation feedback by @xsgeng in #62
  • refactor!: use dataclasses for Simulation and Simulation3D classes by @xsgeng in #63
  • fix: update_psi_z_and_e_3d typo by @xsgeng in #64
  • fix: move common options to in _validate to post_init by @xsgeng in #65
  • feat: update SetTemperature to use eV units for temperature by @xsgeng in #66
  • refactor: replace verbose MPI logging with centralized rank_log function by @xsgeng in #67
  • feat: add simulation time-based execution alongside step-based execution by @xsgeng in #68
  • Fix callback temperature sampling and improve stability by @xsgeng in #69
  • feat(callback): implement float interval support by @xsgeng in #70
  • feat: add LoadParticles callback for HDF5 particle loading with batch processing by @xsgeng in #71

Full Changelog: v0.7.1...v0.7.2