Skip to content

Releases: uoa-compsci399-s2-2023/adversarial-insight-ml

AIML v0.2.2

15 Oct 09:36
Compare
Choose a tag to compare

This release of AIML 0.2.0 updates parameters.

AIML v0.2.0

12 Oct 11:13
Compare
Choose a tag to compare

This release of AIML 0.2.0 introduces denormalised images for output, largely refines its structure, and fixes bugs for new demos.

Added

  • Denormalization
  • Three demos to showcase the usage of the package
  • Usage and Features section on README.md
  • dry parameter (bool) in evaluate() to only test one example
  • Full docstrings in all modules

Changed

  • Reconstruction of the structure, including project setup files and src.

Removed

[None]

Fixed

  • Rendered static documentation page hosted on GitHub pages
  • ValueError getting 3D input where 4D input is expected in attack_evaluation() (#9)

AIML v0.1.1

28 Sep 10:28
Compare
Choose a tag to compare
AIML v0.1.1 Pre-release
Pre-release

This release of AIML 0.1.1 adds some packages for demo.

Added

  • Added tensorboard, tensorboardX, timm and detectors in requirements.txt

Changed

[None]

Removed

[None]

Fixed

[None]

AIML v0.1.0

28 Sep 08:33
Compare
Choose a tag to compare
AIML v0.1.0 Pre-release
Pre-release

This release of AIML 0.1.0 introduces the use of surrogate models.

Added

  • Added surrogate models to be used for applying adversarial attacks and evaluating (#3)

Changed

[None]

Removed

  • Removed error causing entries in requirements.txt

Fixed

  • Fixed setup.py to install pip-compatible requirements from requirements.txt (#5)

AIML v0.0.6

27 Sep 17:14
Compare
Choose a tag to compare
AIML v0.0.6 Pre-release
Pre-release

This pre-release of AIML 0.0.6 slightly changes imports in init.py files.

Added

[None]

Changed

[None]

Removed

[None]

Fixed

  • Fixed import issues by changing src/aiml/init.py to use absolute paths instead.
  • Fixed import issues by removing import statements on all submodules' init.py

AIML v0.0.5

27 Sep 16:06
Compare
Choose a tag to compare
AIML v0.0.5 Pre-release
Pre-release

This pre-release of AIML 0.0.5 fixes import not working.

Added

[None]

Changed

  • Changed conda compatible requirements.txt to pip compatible.

Removed

[None]

Fixed

  • Fixed duplicate submodule names and module file names conflicting with init.py within the submodules.

AIML v0.0.4

27 Sep 14:11
Compare
Choose a tag to compare
AIML v0.0.4 Pre-release
Pre-release

This pre-release of AIML 0.0.4 fixes import not working. Fixed submodules not being recognised.

Added

  • Added the following new attack methods: pixel_attack, auto_projected_cross_entropy, auto_projected_difference_logits_ratio, square_attack
  • Added logo image

Changed

  • Changed the list of applied attack methods to the following: [pixel_attack, auto_projected_cross_entropy, zoo_attack, carlini_L0_attack, carlini_L2_attack, carlini_Linf_attack, square_attack, deep_fool]

Removed

[None]

Fixed

[None]

AIML v0.0.3-alpha

17 Sep 14:57
Compare
Choose a tag to compare
AIML v0.0.3-alpha Pre-release
Pre-release

This pre-release of AIML 0.0.3-alpha slightly refines the initial release (v.0.0.2-alpha) aimed to work with our team's demo at client meeting (15 Sep, 2023).

AIML v0.0.2-alpha

14 Sep 20:05
Compare
Choose a tag to compare
AIML v0.0.2-alpha Pre-release
Pre-release

This initial release of AIML, is only meant to work with our team's demo for a client meeting held (15 Sep, 2023).