Releases: fraterenz/hsc
Releases · fraterenz/hsc
4.2.0
- 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
BugFix
- Fix the neutral background mutations
4.1.1
- Split the exp. growing phase into two: 1. in phase
t_N
we have the growth phase, andTheta*t_N
mutations from the bg 2. in phaset_birth - t_N
cells stop dividing, and we only have(t_birth-t_N)*Theta
mutations from the bg. - update dependencies: rayon, uuid and others
4.1.0
- introduce asymmetric divisions and refactor the neutral mutations
4.0.0
- Add new clap app cmds and organisation
3.0.6
- tune verbosity
BugFix
- Fix exponential phase background lambda
3.0.5
- specfify the neutral background mutation rate for the exponential phase
3.0.4
BugFix
- When cloning a cell upon division, do not set
last_division_t
of the daughter cell to 0
3.0.3
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
BugFix
- Fix bug for background mutations, when the interdivision time is small (<0.01) returns
None