From 545c0ecbd339ef081c1b18feeaea10ea10a89219 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:02:27 +0200 Subject: [PATCH] bump version (#7) --- Cargo.toml | 2 +- README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c27fad..e731d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "1.1.3" +version = "1.1.4" authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" diff --git a/README.md b/README.md index c62c1e5..a5caebd 100644 --- a/README.md +++ b/README.md @@ -153,12 +153,6 @@ timeseries is used for unbiasing. A more detailed description of the method can *Chodera, J.D. et al. (2007). Use of the weighted histogram analysis method for the analysis of simulated and parallel tempering simulations, JCTC 3(1):26-41* - -TODO ---- -- Option to output histograms -- Replica exchange - License & Citing --- WHAM is licensed under the GPL-3.0 license. Please read the LICENSE file in this