Skip to content

Commit

Permalink
Release v0.2.2 (#23)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update pyproject.toml
  • Loading branch information
chrisvanrun authored Jan 2, 2024
1 parent 645a5ca commit 04b3199
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 04b3199

Please sign in to comment.