Skip to content

Releases: kundajelab/simdna

Bugfix for simdata loading from non-gzipped files

27 Jun 17:18
7562c36
Compare
Choose a tag to compare

Corresponds to PR #10 by @hannahgz

Version 0.4.3.1 with improved random seed behavior

25 Aug 12:07
Compare
Choose a tag to compare

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

03 May 09:49
Compare
Choose a tag to compare

This version patches v0.2 with a custom random number generator to ensure reproducibility in IPython/Jupyter notebooks.

0.2

01 Feb 20:00
Compare
Choose a tag to compare
0.2

Tagged for dragonn 0.1.2. Includes bugfix for partial overwriting of motifs.

Initial pre-release

24 Oct 23:58
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release

Initial pre-release for integration with dragonn.