Skip to content

v1.3.4

Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 01 Nov 06:19
· 2 commits to master since this release
73a9078

This is a patch release from v1.3.3v1.3.4.

  • Removed dependency on six.
  • Used modern TensorFlow and Keras to support Python 3.7+.
  • Require NumPy v1.17.0+ to support recommended use of numpy.random.default_rng over numpy.random.random.
  • Added optional rng and seed arguments to energyflow.gen_random_events and energyflow.gen_random_events_mcom to allow passing of a numpy.random.Generator.
  • Adopted hatchling as the build backend.
  • Added support for NumPy 2.0.

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4