Skip to content

Releases: spencerwooo/torchattack

v0.7.0

18 Sep 07:26
28e5a72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

v0.5.0

09 May 06:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Feb 08:06
Compare
Choose a tag to compare

What's New

  • Add support for Python 3.12 with PyTorch 2.2.
  • Add FIA attack support.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Jan 04:55
Compare
Choose a tag to compare

🚧 Breaking Changes

  1. The name of parameter transform has been renamed to normalize

  2. The order of function parameters have changed:

-FGSM(model, transform, **attack_cfg, device)
+FGSM(model, normalize, device, **attack_cfg)

v0.2.2

31 Oct 08:21
Compare
Choose a tag to compare
  • New attack torchattack.Admix implemented with reference from TensorFlow version (JHL-HUST/Admix).
  • requirements.txt removed. To develop locally, install the library with pip install -e '.[dev]'.
  • Formatter black replaced with ruff format.

v0.2.1

26 Jul 05:51
Compare
Choose a tag to compare

Default alpha for gradient-based attacks are fixed. (Set to eps / steps if not specified.)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jul 09:28
6258747
Compare
Choose a tag to compare

Bumped support for Python 3.11.

requires-python = ">=3.10"

v0.1.4

02 Mar 06:30
Compare
Choose a tag to compare

What's Changed

  • New attack: DeepFool, torchattack.DeepFool.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

13 Feb 07:34
Compare
Choose a tag to compare

What's Changes

  • Ship package with py.typed to make type hints available when installed.
  • Additional comments for module torchattack.dataset.

Full Changelog: v0.1.2...v0.1.3