From 1b9efb8bb57ff7fa7f6fde7aaa1c0a74f24cc43c Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Fri, 15 Dec 2023 09:53:17 +0100 Subject: [PATCH] Release v0.2.1 (#18) * Update HISTORY.md * Update pyproject.toml --- HISTORY.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index da254a2..fee79af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.2.1 (2021-12-15) +* Various improvements to spelling and comments in the challenge packs +* Fixed passing `'is_image'`, `'is_json'` to the prediction.json example of the evaluation method +* Added a generic `read_file()` / `write_file()` to the evaluation.py and inference.py of the algorithm and evaluation examples, respectively + ## 0.2.0 (2021-12-14) * Adds challenge packs, consisting of: diff --git a/pyproject.toml b/pyproject.toml index 84c1271..9ea78da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grand-challenge-forge" -version = "0.2.0" +version = "0.2.1" description = "Generation of challenge packs" license = "Apache-2.0" authors = ["Grand-Challenge support "]