Skip to content

Releases: bethgelab/foolbox

Version 3.3.4

04 Mar 12:27
f4cb79f
Compare
Choose a tag to compare

Version 3.3.3

02 Apr 15:26
1c55ee4
Compare
Choose a tag to compare

New Features and Improvements

  • Fixed a bug that AdamPGD attacks actually didn't use the Adam optimizer
  • Attacks now verify that the input to them lies within the bounds of the model

Version 3.3.2

08 Mar 08:12
04c12e2
Compare
Choose a tag to compare

New Features and Improvements

  • Added AdamPGD attack
  • Added pointwise attack
  • Hop-skip-jump attack bug fix (thanks @zhuangzi926)
  • other improvements and bug fixes

Version 3.3.1

23 Feb 07:09
Compare
Choose a tag to compare

Serious bug fix for SaltAndPepperAttack (thanks @maurapintor @zangobot)

Version 3.3.0

10 Feb 08:53
Compare
Choose a tag to compare

New Features and Improvements

  • PGD now supports targeted attacks (thanks @zimmerrol)
  • DDN attack bug fixes (thanks @maurapintor)
  • Brendel Bethge attack bug fixes (thanks @wielandbrendel)
  • other improvements and bug fixes

Version 3.2.1

26 Sep 06:48
Compare
Choose a tag to compare

Foolbox release for Zenodo

Version 3.2.0

26 Sep 06:28
Compare
Choose a tag to compare
  • added our JOSS paper
  • added a performance comparison between Foolbox 1, 2, and 3
  • improved tests
  • fixed the TensorFlow example code
  • improved examples
  • improved tutorial
  • updated dependencies

Version 3.1.1

29 Aug 21:00
ef30f7f
Compare
Choose a tag to compare

Bug fix

Version 3.1.0

29 Aug 20:58
5f0e12f
Compare
Choose a tag to compare

New Features

  • ported HopSkipJump attack to v3
  • added clipping-aware noise attacks
  • model wrappers now support data_format
  • JAXModel now supports data_format
  • improved documentation

Bug Fixes

  • EADAttack bug fixes
  • GenAttack bug fixes
  • Other bug fixes and improvements

Version 3.0.4

03 Jul 13:56
Compare
Choose a tag to compare

Fixed the version number