From 04b3199a7a03fe7677ddf4682adcb751a933db30 Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Tue, 2 Jan 2024 16:29:49 +0100 Subject: [PATCH] Release v0.2.2 (#23) * Update HISTORY.md * Update pyproject.toml --- HISTORY.md | 11 +++++++++-- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fee79af..cedcc2b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,18 @@ # History -## 0.2.1 (2021-12-15) +## 0.2.2 (2023-01-02) +* Various improvements to spelling and wording in the challenge packs +* Report grand-challenge-forge version in generated pack README +* Use challenge-level archives instead of phase-level archives for the pack README +* Add support for reading and writing TIFF files +* Disable network in test runs + +## 0.2.1 (2023-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) +## 0.2.0 (2023-12-14) * Adds challenge packs, consisting of: * example upload algorithm diff --git a/pyproject.toml b/pyproject.toml index 9ea78da..3cb8b24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grand-challenge-forge" -version = "0.2.1" +version = "0.2.2" description = "Generation of challenge packs" license = "Apache-2.0" authors = ["Grand-Challenge support "]