Skip to content

v1.1.0

Compare
Choose a tag to compare
@shuds13 shuds13 released this 08 Nov 22:48
· 814 commits to main since this release
06ae667

:Date: November 8, 2023

New capabilities:

  • New history array save options in libE_specs. #1103/#1139/#1141
    • save_H_on_completion saves history before exiting main libE function.
    • save_H_with_date includes date and timestamp in the save.
    • H_file_prefix provides prefix for saved file.
    • save_H_on_completion defaults to True when save_every_k_gens/sims is set.

Support for Python versions:

  • Adds support/testing for Python 3.12
  • Removes testing of Python 3.8

:Note:

  • Tests were run on Linux and MacOS with Python versions 3.9, 3.10, 3.11, 3.12
  • Heterogeneous workflows tested on Frontier (OLCF), Polaris, and Perlmutter (NERSC).
  • Tests were also run on Bebop and Improv LCRC systems.

:Known Issues:

  • See known issues section in the documentation.