Skip to content

Releases: bethgelab/foolbox

Version 0.11.1

11 Dec 14:33
Compare
Choose a tag to compare

BoundaryAttack less verbose

Version 0.11.0

08 Dec 11:26
Compare
Choose a tag to compare

BoundaryAttack added: a new, powerful decision-based attack that does not rely on gradients or probabilities

Version 0.10.0

06 Oct 12:59
Compare
Choose a tag to compare

Performance improvements and minor changes. Easier to write fast attacks.

Version 0.9.6

22 Sep 16:48
Compare
Choose a tag to compare

several bugfixes

Version 0.9.5

08 Aug 02:21
Compare
Choose a tag to compare

Fixes a bug in ContrastAttack when the lower bound is non-zero (thanks to @whg1g15)

Version 0.9.3

25 Jul 14:54
Compare
Choose a tag to compare

MXNet model bugfixes
improved support for other Keras backends (in particular Theano; in addition to TensorFlow)

Version 0.9.2

23 Jul 08:08
Compare
Choose a tag to compare

Keras model improvements

Version 0.9.1

23 Jul 08:07
Compare
Choose a tag to compare

MXNet model improvements

Version 0.9.0

21 Jul 20:19
Compare
Choose a tag to compare

Preprocessing has been changed and fixed.

  • Preprocessing can now be specified in all models
  • Preprocessing must now be specified as subtraction and division only
  • Gradients are now correctly backpropagated through the preprocessing
  • Gradients are now tested numerically

Version 0.8.1

14 Jul 14:11
Compare
Choose a tag to compare

fix for the Readme on PyPI