v0.3.4 New Metric module / Multiple Bug fix / New transformation and Update Augmentation
What's Changed
- [CODE] Keras parallel attack fix - Issue #499 by @sanchit97 in #515
- Bump tensorflow from 2.4.2 to 2.5.1 in /docs by @dependabot in #517
- Add a high level overview diagram to docs by @cogeid in #519
- readtheDoc fix by @qiyanjun in #522
- Add new attack recipe A2T by @jinyongyoo in #523
- Fix incorrect
__eq__
method ofAttackedText
intextattack/shared/attacked_text.py
by @wenh06 in #509 - Fix a bug when running textattack eval with --num-examples=-1 by @dangne in #521
- New metric module to improve flexibility and intuitiveness - moved from #475 by @sanchit97 in #514
- Update installation.md to add FAQ on installation by @qiyanjun in #535
- Fix dataset-split bug by @Hanyu-Liu-123 in #533
- Update by @Hanyu-Liu-123 in #541
- add custom dataset API use example in doc by @qiyanjun in #543
- Fix logger initiation bug by @Hanyu-Liu-123 in #539
- Updated Tutorial 0 to use the Rotten Tomatoes dataset instead of the … by @srujanjoshi in #542
- Back translation transformation by @cogeid in #534
- Fixed a bug in the allennlp tutorial by @donggrant in #546
- Logger bug fix by @ankitgv0 in #551
- add "textattack[tensorflow]" option in all tutorials by @qiyanjun in #559
- Fix CLARE Extra Character Bug by @Hanyu-Liu-123 in #556
- Fix metric-module Issue#532 by @sanchit97 in #540
- Add API docstrings for back translation by @cogeid in #563
- Fixed the "no attribute" error from #536 by @ankitgv0 in #552
- Enhance augment function by @Hanyu-Liu-123 in #531
- fix read-the-doc installation issue / clean up and add new docstrings for recently added classes/packages by @qiyanjun in #569
New Contributors
- @wenh06 made their first contribution in #509
- @dangne made their first contribution in #521
- @srujanjoshi made their first contribution in #542
- @donggrant made their first contribution in #546
- @ankitgv0 made their first contribution in #551
Full Changelog: v0.3.3...v0.3.4