Releases: kundajelab/simdna
Releases · kundajelab/simdna
Bugfix for simdata loading from non-gzipped files
Version 0.4.3.1 with improved random seed behavior
To get deterministic results, only have to set the seed in simdna.random
(as opposed to setting the seed in both np.random
and simdna.random
). simdna.random
is now a numpy RandomState object augmented with a random()
function to meet the api of the python random
module as well as the np.random
module.
Custom Random Number Generator
0.2
Initial pre-release
Initial pre-release for integration with dragonn.