Skip to content

v0.0.8

Compare
Choose a tag to compare
@Yura52 Yura52 released this 06 Nov 22:07
· 161 commits to main since this release

API changes:

  • zero.random.seed
    • the argument must be less than 2 ** 32 - 10000
    • the seed argument was renamed to base_seed

New features:

  • zero.random.seed:
    • sets better seeds based on the given argument
    • the new argument one_cuda_seed (False by default) allows to choose if the same seed is set for all CUDA devices

Documentation

  • style improvements

Dependencies

  • numpy>=1.18