Skip to content

Armory 0.15.1

Choose a tag to compare

@davidslater davidslater released this 26 May 01:23
· 1275 commits to master since this release
96285f1

Changelog

Eval 5

Add multimodal weights to CARLA scenario on new data #1515
Updated CARLA video attack #1516
Add numerous baseline poisoning configs, including perfect filtering #1484
Updated to ART 1.10.2 #1525

Bug Fixes

Config fixes and cleanup #1501 #1502 #1507 #1525
DAPRICOT bug fixes pertaining to metric measurement #1488

User Experience

Added ability to export inputs at user-defined places in the code, e.g. in model code following preprocessing operations #1488
Reduced time to import armory #1521

Documentation

Poisoning documentation update #1503
Minor updates to export API #1488

Instrumentation and Measurement

Writer updates - enable limits on max record size and total results size to prevent blowing up disk space. #1499
Add disconnect method to hub class #1519
Added ExportMeter class for exporting inputs at arbitrary places in code #1488

Development and Testing

Update release yaml #1483
Add black[jupyter] for linting (added the jupyter extension) #1500
Use version string from armory as the canonical method #1522

Refactor

Postprocessing moved to own module. Unused webapi module removed. #1505
Poisoning scenario and fairness metrics refactoring #1503
Updated compute and perturbation metrics. Moved to armory.metrics.compute and armory.metrics.perturbation, improved testing, and enabled namespace-based access. #1490 #1493