Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraterenz committed Feb 26, 2024
1 parent 2dadf59 commit eeb08ee
Show file tree
Hide file tree
Showing 14,957 changed files with 130 additions and 747,907 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
The semantic versioning is kind of random.

## 3.0.0
- implement the background mutations for the exponential growing phase, by default it's on now.
- remove all the remaining symmetric stuff

### BugFix
- update all the background mutations while saving (even without taking a snapshot)

## 2.2.14
- increase the range of sigma up to 1

Expand Down
15 changes: 14 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "hsc"
version = "2.2.14"
version = "3.0.0"
edition = "2021"

[dependencies]
anyhow = "1.0.79"
chrono = "0.4"
clap = { version = "4.4.14", features = ["derive"] }
enum_dispatch = "0.3.12"
indicatif = { version = "*", features = ["rayon"] }
num-traits = "0.2"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down
Empty file removed docs/.lock
Empty file.
10 changes: 0 additions & 10 deletions docs/anstream/adapter/fn.strip_bytes.html

This file was deleted.

11 changes: 0 additions & 11 deletions docs/anstream/adapter/fn.strip_str.html

This file was deleted.

Loading

0 comments on commit eeb08ee

Please sign in to comment.