Recent Releases of dynamont

dynamont - 0.7.1

Changes

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

- C++
Published by JannesSP 10 months ago

dynamont - 0.7.0

Full Changelog: https://github.com/rnajena/dynamont/compare/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

- C++
Published by JannesSP 11 months ago

dynamont - 0.6.5

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)

- C++
Published by JannesSP 11 months ago

dynamont - 0.6.2

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

- C++
Published by JannesSP 12 months ago

dynamont - 0.6.1

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

- C++
Published by JannesSP 12 months ago

dynamont - 0.6

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

- C++
Published by JannesSP 12 months ago

dynamont - 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

- C++
Published by JannesSP about 1 year ago

dynamont - 0.4

Fix citation file for zenodo

- C++
Published by JannesSP over 1 year ago

dynamont - 0.3

Initial Release - pypi package available - conda package available

- C++
Published by JannesSP over 1 year ago