Skip to content

ART 1.12.2

Compare
Choose a tag to compare
@beat-buesser beat-buesser released this 15 Nov 15:30
· 1506 commits to main since this release

This release of ART 1.12.2 provides updates to ART 1.12.

Added

  • Added drop_last option to method fit of PyTorchClassifier (#1883)

Changed

  • Changed documentation of art.metrics.verification_decisions_trees.RobustnessVerificationTreeModelsCliqueMethod to provide addiitonal information (#1897)
  • Changed Numba to be an optional dependency (#1884)
  • Changed BoundaryAttack to enable binary classification by removing unnecessary input check (#1890)

Removed

[None]

Fixed

  • Fixed issue caused by missing variable initialization in SleeperAgentAttack (#1892)
  • Fixed bug in projection_l1_1 and projection_l1_2 where in rare cases they returned the input point rather than the its projection (#1870)