From 2634058a5886607f65b94bd0683185198bb72ca7 Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Wed, 8 Nov 2023 16:05:28 +0100 Subject: [PATCH] update change log --- docs/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e69de29..402fbe8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + + +[0.1.0] - 2023-11-19 +******************** + +Added +----- + +The first version of the STMTools package. The following functionalities are implemented: +- Data loading function from csv files; +- Subset function based on thresholding and polygons; +- Enrichment function from polygons; +- Dimension regulating function; +- Metadata registration function; +- Relevant docs and tests.