Skip to content

Releases: fiddler-labs/fiddler-auditor

v0.0.5

08 Nov 23:23
11b2299
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

v0.0.5 RC0

08 Nov 06:02
91e2fa5
Compare
Choose a tag to compare
v0.0.5 RC0 Pre-release
Pre-release

What's Changed

  • Updating dependencies and Notebooks by @iterix in #46

Full Changelog: 0.0.4...0.0.5.rc0

v0.0.4

01 Nov 05:00
e29d606
Compare
Choose a tag to compare

What's Changed

  • 🎆 Added ModelGrading, Toxicity and URLChecker by @iterix in #41
  • Issue#17 - Add Progress Bar to show progress on perturbations and scores by @jimilp7 in #38
  • Fix failing nightly by @iterix in #40
  • Fixing an issue with sentence construction by @iterix in #44
  • Updating notebooks by @iterix in #45

New Contributors

Full Changelog: 0.0.3...0.0.4

RC0 for v0.0.4

23 Oct 23:20
4571156
Compare
Choose a tag to compare
RC0 for v0.0.4 Pre-release
Pre-release

What's Changed

  • Issue#17 - Add Progress Bar to show progress on perturbations and scores by @jimilp7 in #38
  • Fix failing nightly by @iterix in #40
  • Adding ModelGrading, Toxicity and URLChecker by @iterix in #41

New Contributors

Full Changelog: 0.0.3...0.0.4.rc0

v0.0.3

13 Sep 18:40
3167a96
Compare
Choose a tag to compare

What's Changed

  • Contribution guide and checklist dependency management by @iterix in #32
  • bumping up version number by @iterix in #34
  • Updating workflows by @iterix in #35
  • Enabling manual trigger of tests by @iterix in #36

Full Changelog: 0.0.2...0.0.3

v0.0.2

03 Jul 23:17
59ff99f
Compare
Choose a tag to compare

What's Changed

  • Ability to define custom transformations
  • Support for Azure OpenAI
  • In-built Typo based perturbations

Prominent PRs

New Contributors

Full Changelog: 0.0.1...0.0.2

v0.0.1

25 May 16:14
4fe3022
Compare
Choose a tag to compare

First Release of Fiddler Auditor

This version supports

  • Perturbation of prompts via paraphrasing
  • Gathering responses and checking expected behavior
  • Ability to add custom expected behavior
  • Creation and saving of HTML report
  • Langchain integration

v0.0.1 Release Candidate 2

23 May 16:42
7db14c3
Compare
Choose a tag to compare
Pre-release
  • Support restricted to Python 3.10 and 3.11 due to upstream issues with langchain and typing_extensions (Link).
  • Updates to image assets on Readme