Skip to content

Commit

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

* Update pyproject.toml
  • Loading branch information
chrisvanrun authored Dec 15, 2023
1 parent da719f4 commit 1b9efb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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:
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.0"
version = "0.2.1"
description = "Generation of challenge packs"
license = "Apache-2.0"
authors = ["Grand-Challenge support <[email protected]>"]
Expand Down

0 comments on commit 1b9efb8

Please sign in to comment.