Skip to content

Releases: fraterenz/hsc

4.2.0

02 Apr 13:47
Compare
Choose a tag to compare
  • Add two mus: one for the exp. phase and the other for the Moran phase.

BugFix

  • Add missing factor 2 for the fit variants

4.1.2

05 Mar 15:03
Compare
Choose a tag to compare

BugFix

  • Fix the neutral background mutations

4.1.1

05 Mar 14:34
Compare
Choose a tag to compare
  • Split the exp. growing phase into two: 1. in phase t_N we have the growth phase, and Theta*t_N mutations from the bg 2. in phase t_birth - t_Ncells stop dividing, and we only have (t_birth-t_N)*Theta mutations from the bg.
  • update dependencies: rayon, uuid and others

4.1.0

05 Mar 10:52
Compare
Choose a tag to compare
  • introduce asymmetric divisions and refactor the neutral mutations

4.0.0

04 Mar 11:09
Compare
Choose a tag to compare
  • Add new clap app cmds and organisation

3.0.6

01 Mar 13:46
Compare
Choose a tag to compare
  • tune verbosity

BugFix

  • Fix exponential phase background lambda

3.0.5

28 Feb 14:48
Compare
Choose a tag to compare
  • specfify the neutral background mutation rate for the exponential phase

3.0.4

27 Feb 14:34
Compare
Choose a tag to compare

BugFix

  • When cloning a cell upon division, do not set last_division_t of the daughter cell to 0

3.0.3

26 Feb 15:27
Compare
Choose a tag to compare

BugFix

  • Fix bug with times and background mutations
  • When cloning a cell upon division, set last_division_t of the daughter cell to 0
  • Fix when restarting, set timer to 0 and set all last_division_t to 0

3.0.2

26 Feb 12:38
Compare
Choose a tag to compare

BugFix

  • Fix bug for background mutations, when the interdivision time is small (<0.01) returns None