Skip to content

Releases: bnnr-team/bnnr

v0.6.0

16 Jun 10:07
e723591

Choose a tag to compare

0.6.0 (2026-06-16)

Features

  • add icd preset for saliency-guided training (#303) (ba7ba4d)
  • analyze progress output and CV cached-pred reuse (e7d6364)
  • bound the XAI cache and stop unbounded hash-keyed growth (1be85ac)
  • dashboard port auto-fallback, train --dry-run, config warning echo (309d1eb)
  • warn once when branch search projects a very long runtime (#318) (0231591)

Bug Fixes

  • apply augmentations in list order and pass async sample indices (76ea8d9)
  • invalidate XAI cache when a different model shares the cache dir (#317) (202e258)

Performance Improvements

  • lazy-import cv2 so import bnnr no longer pays the OpenCV cost (85f0689)

v0.5.7

12 Jun 09:39
1aeaa4d

Choose a tag to compare

0.5.7 (2026-06-12)

Bug Fixes

  • select the best baseline epoch, not the last (#301) (95b9d8d)

v0.5.6

12 Jun 07:02
3b6ef3f

Choose a tag to compare

0.5.6 (2026-06-12)

Bug Fixes

  • make analyze sequential for shuffled val loaders (#299) (f204f29)

v0.5.5

12 Jun 06:19
de8f8cd

Choose a tag to compare

0.5.5 (2026-06-12)

Bug Fixes

  • forbid unknown config keys and enforce epoch bounds (#297) (985dcc8)

v0.5.4

11 Jun 11:28
fc33a62

Choose a tag to compare

0.5.4 (2026-06-11)

Bug Fixes

  • load checkpoints with weights_only=True first (#298) (233dc36)

v0.5.3

11 Jun 10:22
027668e

Choose a tag to compare

0.5.3 (2026-06-11)

Bug Fixes

  • implement real local_mean fill in DetectionICD (#295) (8b72635), closes #255

v0.5.2

11 Jun 09:32
e33019d

Choose a tag to compare

0.5.2 (2026-06-11)

Bug Fixes

  • raise torch floor to 2.10.0 for security fixes (#293) (76b52bc)

v0.5.1

11 Jun 08:34
2dee14d

Choose a tag to compare

0.5.1 (2026-06-10)

Bug Fixes

  • keep canonical augmentation names instead of indexed aliases (#289) (8e285f9), closes #258

v0.5.0

10 Jun 17:29
133b61f

Choose a tag to compare

0.5.0 (2026-06-10)

Features

  • implement real Opti-CAM and split out GradCAMExplainer (#287) (385aadd)

v0.4.16

10 Jun 09:41
42e7ff3

Choose a tag to compare

0.4.16 (2026-06-10)

Bug Fixes

  • make ICD/AICD CPU-bound to remove apply_tensor recursion (#285) (69435d6)