From 8022051221655fab58d3082eacec8b0410c04a43 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Feb 2025 04:00:22 +0000 Subject: [PATCH] 1.1.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1fe19..2083e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.1.3 (2025-02-04) + +### Bug Fixes + +- Fixed docstrings, code and tests of the summarize function + ([`db694f2`](https://github.com/UBC-MDS/summarease/commit/db694f254c035b2e3fec2eb1189f71417623c9d2)) + +### Chores + +- Added badges and more explanation about how to choose threshold + ([`b862e94`](https://github.com/UBC-MDS/summarease/commit/b862e942d648dbd07751e08ca834341fc5780452)) + + ## v1.1.2 (2025-02-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4157c55..c71505e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "summarease" -version = "1.1.2" +version = "1.1.3" description = "A package that provides quick summaries of datasets, including data types, missing value counts, and basic statistics." authors = ["Hrayr Muradyan, Yun Zhou, Stephanie Wu, Zuer Zhong"] license = "MIT"