Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fraterenz committed Aug 24, 2022
1 parent 9ba1e79 commit ecfd2ab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ need more memory)
loss of precision in converting `u16` to `f16`
- Dont panic when computing the variance when there are no N+ cells, but return 0

## 0.4.3
### Changes
Ignore the test `data::tests::ecdna_undersample_reproducible_different_trials`.
Add new dynamics `Uneven` which tracks the number of complete uneven segregation
events.
Simplify `any_individual_left` by removing overflow checks.
2 changes: 1 addition & 1 deletion ecdna-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdna-data"
version = "0.4.2"
version = "0.4.3"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions ecdna-data/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ mod tests {
}

#[quickcheck]
#[ignore]
fn ecdna_undersample_reproducible_different_trials(
seed: u64,
distribution: ValidEcDNADistributionFixture,
Expand Down
2 changes: 1 addition & 1 deletion ecdna-dynamics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdna-dynamics"
version = "0.4.2"
version = "0.4.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion ecdna-sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdna-sim"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["Francesco Terenzi"]
description = "Evolutionary models of extrachromosomal DNA (ecDNA)."
Expand Down
2 changes: 1 addition & 1 deletion ecdna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdna"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["Francesco Terenzi"]
description = "Evolutionary Models of extrachromosomal DNAs"
Expand Down

0 comments on commit ecfd2ab

Please sign in to comment.