Skip to content

Commit

Permalink
v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraterenz committed Jul 8, 2024
1 parent ab15ac1 commit 8952b1c
Show file tree
Hide file tree
Showing 11 changed files with 497 additions and 2,002 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.23.0
Huge update to remove useless stuff and keep only the content relevant for the PhD thesis.
Remove `abc` in rust, do it in python.

## 0.22.0
change the way we save the data at the end of the simulations to simplify subsampling.

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdna-evo"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
repository = "https://github.com/fraterenz/ecdna-evo"
description = "Evolutionary models of extra-chromosomal DNA (ecDNA)"
Expand All @@ -19,7 +19,7 @@ ecdna-lib = "3.0.2"
indicatif = { version = "*", features = ["rayon"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0"
sosa = "2"
sosa = "3.0.3"
rand = { version = "0.8.0", features = ["small_rng"] }
rand_chacha = "0.3.1"
rand_distr = "0.4.0"
Expand Down
156 changes: 0 additions & 156 deletions src/app.rs

This file was deleted.

Loading

0 comments on commit 8952b1c

Please sign in to comment.