Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@kay-ro kay-ro released this 22 Oct 17:36
0947bfb

AMEP 1.0.3 Release Notes

AMEP 1.0.3 supports Python 3.10.0 or higher and requires the following Python libraries:

  • h5py (3.7.0 or higher)
  • matplotlib (3.6.2 or higher)
  • numba (0.56.4 or higher)
  • numpy (1.21.6 or higher)
  • scipy (1.10.0 or higher)
  • scikit-image (0.20.0 or higher)
  • tqdm (4.65.0 or higher)

Bug fixes:

  • documentation improvements (ME, KS, KD, LH)
  • bug fix related to trajectory.add_particle_info and trajectory.get_particle_info (KD, KS)
  • LammpsReader angular momentum import bug fixed (KD)
  • bug in evaluate.Psi6dist related to default value of number of bins fixed (KD)
  • bug in evaluate.VelDist related to default value of number of bins fixed (KD)
  • faster tests - now based on example data (KS, LH, KD)

Contributors:

  • Lukas Hecht (LH)
  • Kay-Robert Dormann (KD)
  • Kai Luca Spanheimer (KS)
  • Mahdieh Ebrahimi (ME)