From 02cca79ea0acbf3ca522480b7b86149ebb32ebf5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 18 Oct 2018 11:01:32 +0200 Subject: [PATCH 1/4] Create .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8a020c2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: rust +rust: + - stable + - beta + - nightly + From b9e3f04e7ca79e0a6f2e39389825b0955782e80d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 18 Oct 2018 11:10:32 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 738cbaa..551ccb6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.com/danijoo/WHAM.svg?branch=master)](https://travis-ci.com/danijoo/WHAM) + Weighted Histogram Analysis Method (WHAM) === This is an fast implementation of the weighted histogram analysis method From 32df9a14dd5b7cfb5d68b985172dd76bec684dd1 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 18 Oct 2018 11:12:02 +0200 Subject: [PATCH 3/4] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a020c2..32a8229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +cache: cargo rust: - stable - beta From b1bc761f3a65f5af5a38e7d54da22e208d290e8d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 18 Oct 2018 21:32:15 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 551ccb6..9cd0e1f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ TODO - Multithreading (?) - Error analysis / bootstrapping - Better error messages during file I/O +- Autocorrelation +- Replica exchange License ---