From 02e82937f45fb54f19ac84abb25aa307fe8ff2d5 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 27 Oct 2023 07:31:08 +0200 Subject: [PATCH] bump version --- 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