Skip to content

Releases: ImageMarkup/isic-challenge-scoring

v5.8.0

19 Jul 20:19
3bf07c4

Choose a tag to compare

  • Add support for lesion_id in classification ground truth

v5.7.0

08 Jul 13:50
e0ac502

Choose a tag to compare

  • Remove ScoreException alias
  • Add support for Dice coefficient / F1 as a classification target metric

v5.6.0

21 Mar 04:03
24dfe19

Choose a tag to compare

  • Rename ScoreException to ScoreError

v5.5.0

17 Mar 09:21

Choose a tag to compare

Add zipfile-deflate64 support

v5.4.1

30 Dec 21:04
308b67f

Choose a tag to compare

  • Fix a warning from Pandas

v5.4.0

23 Dec 15:43
8001b1c

Choose a tag to compare

  • Switch to GitHub Actions for CI and automated release publication
  • Allow for passing a specific metric to classification tasks

v5.3.0

03 Dec 21:32
8e17c79

Choose a tag to compare

  • Classification now (optionally) expects the validation metric to be provided explicitly

v5.2.6

02 Dec 20:59
39e9e2a

Choose a tag to compare

  • Require Python 3.8
  • Require pandas>=1.1
  • Use isort
  • Update and fix CI testing, adding nightly tests
  • Minor internal refactoring