Skip to content

v0.4.0

Choose a tag to compare

@himanshu231204 himanshu231204 released this 11 Jul 20:19

What's Changed

Bug Fixes

  • Improve JSON parsing resilience in synthesis module (_parse_response)
  • Handle malformed JSON from LLM (trailing commas, extra text, single quotes)

New Features

  • Added CI/CD integration module for automated evaluation in pipelines
  • Added CLI test command for running evaluations
  • Added corpus and related modules example notebook

Tests

  • Added 10 new tests for JSON parsing edge cases
  • All 31 synthesis tests pass

Full Changelog: v0.3.0...v0.4.0