From 6feb14312abb2abd455f01919d2704c4a2edae84 Mon Sep 17 00:00:00 2001 From: barrust Date: Fri, 19 Jan 2024 19:53:55 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbec4f..c283228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # PyProbables Changelog +### Version 0.6.2 + +* Quotient Filter: + * Add retrieve hashes from the filter + * Add resize filter, automatically or programatically + * Add merging two filters into one + ### Version 0.6.1 * Quotient Filter: diff --git a/pyproject.toml b/pyproject.toml index c697c86..f19671c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -requires-python = ">=3.6" +requires-python = ">=3.8" [tool.setuptools.dynamic] version = { attr = "probables.__version__" }