Skip to content

Releases: maxibor/pydamage

PyDamage v0.80

19 Sep 11:38
65f40b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.72...0.80

PyDamage v0.72

01 Sep 08:58
Compare
Choose a tag to compare

Changelog:

  • Fix the reference column not being written to csv output. Thanks to @rozwalak for reporting it !

PyDamage v0.71

04 Aug 13:56
Compare
Choose a tag to compare

Changelog:

  • Add option to filter out reference sequences shorter than threshold with --minlen

PyDamage v0.70

10 Mar 12:56
Compare
Choose a tag to compare

0.70 is 0.7 🤦‍♂️

Changelog

  • Remove pypmml dependancy #23
    • The GLM model prediction is now performed in native python
  • Fix memory issue when making more than 20 plots 35dc2de
  • ski references with 0 aligned reads 2cab44d

PyDamage v0.7

08 Mar 15:14
a83a643
Compare
Choose a tag to compare

Changelog

  • Remove pypmml dependancy #23
    • The GLM model prediction is now performed in native python
  • Fix memory issue when making more than 20 plots 35dc2de
  • ski references with 0 aligned reads 2cab44d

PyDamage v0.62

28 Jul 10:51
Compare
Choose a tag to compare

Changelog

  • Update citation command to PeerJ
  • Update documentation

PyDamage v0.61

20 Jul 10:30
Compare
Choose a tag to compare

Changelog

  • Fix issue #19
  • More flexible exit with warnings if alignment file is empty

PyDamage v0.60

02 Jul 15:04
Compare
Choose a tag to compare
  • Adding analyze, filter, and cite subcommand
  • Switched accuracy model from statsmodels to PMML imported model from R GLM
  • Code refactoring and cleanup
  • Documentation update
  • addressing various issues

0.50beta

18 Nov 14:35
5b8c0c9
Compare
Choose a tag to compare
0.50beta Pre-release
Pre-release

Changelog

  • Improved pred_accuracy modelling

Pydamage v0.40

22 Sep 12:00
Compare
Choose a tag to compare

Changelog

  • Add prediction accuracy model
  • Update docs and README