Skip to content

Releases: rnajena/dynamont

0.7.2

08 Sep 14:23
7935303

Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

14 May 09:41
9957fe4

Choose a tag to compare

Changes

  • fixed internal model paths
  • fixed bugs in dna mode
  • added KeyboardInterrupt handling

0.7.0

08 Apr 13:59

Choose a tag to compare

Full Changelog: 0.6.5...0.7.0

Changes

  • make model_path optional
  • use of default models
  • removed dna_r9 so far, cause no model exists yet

0.6.5

07 Apr 12:18

Choose a tag to compare

Added

  • add python wrapper to call cpp binaries
  • updating cpp version string dynamically
  • add model_path existence assertion
  • github action for testing code

Changed

  • package building fixes
  • packages now includes cpp binaries
  • fix package compatibility issues with libc (backwards compatible until 2.17)

0.6.2

13 Mar 08:35

Choose a tag to compare

  • writing errors (unsegmented/unalignable reads) to a file instead to console (stdout)

0.6.1

12 Mar 10:08

Choose a tag to compare

  • write errors to file instead of console in dynamont-resquiggle
  • write errors to std::cerr instead of std::cout in cpp scripts

0.6

12 Mar 09:42

Choose a tag to compare

0.6
  • Updated evaluation and visualization scripts
  • unified model names
  • make repository publication ready

0.5

13 Dec 12:45

Choose a tag to compare

0.5

Switch to banded DP in basic mode

Changes

  • banded DP version added
    - reduced memory to O(T)
    - reduced runtime to O(T)
    - basic mode now uses banded
  • split main function from modules for each version
  • general code cleanup

0.4

29 Nov 13:13

Choose a tag to compare

0.4

Fix citation file for zenodo

0.3

29 Nov 12:41

Choose a tag to compare

0.3

Initial Release

  • pypi package available
  • conda package available