v0.9.0.11.post1
NVIDIA/garakv0.9.0.11.post1Jan 26, 2024by leondz
AI Summary
A maintenance release fixing exception printing behavior, clarifying REST generator documentation, and updating generator documentation and examples.
Key Highlights
- Wrap exception printing in repr
- Typos and clarifications in REST generator
- Updated generators.function docs and examples
- HTML report base directory fix
New Features
- Improved exception handling
- REST generator documentation
- Documentation updates
Full Release Notes
## What's Changed * wrap exception printing in repr by @leondz in https://github.com/leondz/garak/pull/425 * typos & clarifications in rest generator by @leondz in https://github.com/leondz/garak/pull/430, https://github.com/leondz/garak/pull/436 * add generators.function docs & examples by @leondz in https://github.com/leondz/garak/pull/437 * html report now uses correct basedir by @leondz in https://github.com/leondz/garak/pull/439 **Full Changelog**: https://github.com/leondz/garak/compare/v0.9.0.11...v0.9.0.11.post1