From 73284b65e2168580c008e1b7ee62d8be5ffdf44e Mon Sep 17 00:00:00 2001 From: Niels Cautaerts Date: Thu, 4 Feb 2021 20:15:11 +0100 Subject: [PATCH] added badges --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 60970b2..712e710 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +

+Actions Status +Coverage Status +PyPI +Code style: black +

+ # Description This is a tool for non-rigid registration, primarily for atomic resolution STEM images, and is a python wrapper of the [match-series](https://github.com/berkels/match-series) code developed by B. Berkels. When using this tool, please cite the papers mentioned in that repository. @@ -16,3 +23,9 @@ Note that, since it directly tries to call the matchSeries binary in a subproces ``` $ conda install -c conda-forge match-series ``` + +# Changelog + +## v0.1.0 +* Significantly simplified the API and made code more future proof +* Trying out CI/CD pipelines