Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 25 May 08:06
Immutable release. Only release title and notes can be modified.
9be4e99

0.10.0 (2026-05-25)

⚠ BREAKING CHANGES

  • robustness: rename confusing enums (ATTACK verdicts, MethodKind→AssessmentKind) (#200)
  • data: batch object-detection inputs as ragged list[Tensor] (#202)

Bug fixes

  • data: batch object-detection inputs as ragged list[Tensor] (#202) (4f3d7b5)
  • data: resolve detection model-bundled preprocessing by builder name (#198) (1c5aab6)
  • transparency: upsample low-res CAM maps in detection visualiser (#204) (f5ce177)

Dependencies

  • actions: bump actions/cache from 4 to 5 (#195) (d7651f0)

Documentation

  • no smart quotes (e2505dc)
  • readme (56edffe)
  • README (8caf8c7)
  • remove Quick start (d5f2113)
  • revise Python version and enhance setup instructions (d11f638)
  • revise README for package layout and conventions (ddf646d)

Internal code refactoring

  • robustness: rename confusing enums (ATTACK verdicts, MethodKind→AssessmentKind) (#200) (bc695d8)