| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-17 | 1.8 kB | |
| v0.3.11 source code.tar.gz | 2026-04-17 | 6.0 MB | |
| v0.3.11 source code.zip | 2026-04-17 | 6.3 MB | |
| Totals: 3 Items | 12.3 MB | 0 | |
What's Changed
- Use cache to achieve faster generation of Chinese HowNet replacement … by @liuyuyan2717 in https://github.com/QData/TextAttack/pull/786
- Fix bug where EDA augmentation recipe would not accept default Augmentation arguments by @bterrific2008 in https://github.com/QData/TextAttack/pull/797
- Imperceptible Perturbations support for TextAttack by @vlwk in https://github.com/QData/TextAttack/pull/817
- Modernize CI workflows by @yanjunqiAz in https://github.com/QData/TextAttack/pull/822
- [MINOR:TYPO] Update composite_transformation.py by @cakiki in https://github.com/QData/TextAttack/pull/810
- Fix [#791]: HuggingFaceDataset doesn't shuffle the dataset by @liuyuyan2717 in https://github.com/QData/TextAttack/pull/819
- Fix [#741]: ValueError in WordSwapChangeNumber._alter_number for negative numbers by @liuyuyan2717 in https://github.com/QData/TextAttack/pull/818
- (Bug) Update sentence_encoder.py: clamping cos_sim between -1 and 1 to avoid floating point precision errors in torch.acos(cos_sim) by @Aniloid2 in https://github.com/QData/TextAttack/pull/804
- Fix composite transform reproducibility by @mys007 in https://github.com/QData/TextAttack/pull/813
New Contributors
- @vlwk made their first contribution in https://github.com/QData/TextAttack/pull/817
- @yanjunqiAz made their first contribution in https://github.com/QData/TextAttack/pull/822
- @cakiki made their first contribution in https://github.com/QData/TextAttack/pull/810
- @Aniloid2 made their first contribution in https://github.com/QData/TextAttack/pull/804
- @mys007 made their first contribution in https://github.com/QData/TextAttack/pull/813
Full Changelog: https://github.com/QData/TextAttack/compare/v0.3.10...v0.3.11