v0.0.8
API changes:
zero.random.seed
- the argument must be less than
2 ** 32 - 10000
- the
seed
argument was renamed tobase_seed
- the argument must be less than
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