Skip to content

Releases: DIAGNijmegen/rse-grand-challenge-forge

Release v0.6.1

01 Nov 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Oct 13:34
b397382
Compare
Choose a tag to compare

Small release:

  • Add forging of algorithm templates.
  • Split CLI commands into 'pack' for challenge packs and 'algorithm' for algorithm templates.

v0.5.0

10 Oct 18:20
c3a3991
Compare
Choose a tag to compare

A large release, with a long list of improvement and changes:

  • Fixed interoperability issues when running challenge pack scripts on macOS.
  • Fixed several Docker deprecation warnings.
  • Added examples for file inputs.
  • Reworked multithreading in example evaluation methods:
    • Used concurrent.futures.ProcessPoolExecutor.
    • Dynamically limited the number of workers in evaluation methods (via multiprocessing.cpu_count()).
    • Introduced a controller thread.
  • Silenced Docker volume shell calls.
  • Mounted a dummy /tmp to test scripts, preventing final containers that users might build.
  • Challenge packs now include a proper .gitignore.
  • Added a save.sh script to Docker-based examples to demonstrate how to export a Docker image.
  • Ensured Docker file-mounted inputs are read-only.
  • Dist challenge packs under the Apache License 2.0.

Release v0.4.0

22 Jan 11:06
5ec7c93
Compare
Choose a tag to compare

Stop using '/tmp' in example Dockerfiles to contain non-transient files.

Release v0.3.0

08 Jan 09:09
6fcf923
Compare
Choose a tag to compare

Replace "input"/"output" in the context JSON input with "algorithm_input"/"algorithm_output".

Release v0.2.2

02 Jan 15:30
04b3199
Compare
Choose a tag to compare
  • 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

Release v0.2.1

15 Dec 08:54
1b9efb8
Compare
Choose a tag to compare
  • 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

Release v0.2.0

14 Dec 10:48
a68a93f
Compare
Choose a tag to compare

Adds challenge packs, consisting of:

  • example upload algorithm
  • example submission algorithm
  • example evaluation method