From d0e8476212c8e810707cfb050f90cbab86306a31 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Fri, 4 Oct 2024 11:00:36 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.3=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8661927..92a08448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v1.3.0 (2024-10-04) + +### Feat + +- **multimasks**: binary or multimasks option in training + +### Fix + +- **multimasks**: fix bug on inconsistency between different zoom levels + +### Perf + +- **preprocess**: accepts input in meters instead of pixel width for better user understanding + ## v1.2.3 (2023-10-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 36aab7c3..dc4c1058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "1.2.3" +version = "1.3.0" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]