Skip to content

Latest commit

 

History

History
147 lines (77 loc) · 2.71 KB

File metadata and controls

147 lines (77 loc) · 2.71 KB

Changelog

[integrations/ragas-v3.0.0] - 2026-01-13

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

  • Standardize readmes - part 2 (#2205)
  • Remove Readme API CI workflow and configs (#2573)
  • Make fmt command more forgiving (#2671)
  • [breaking] Ragas - drop Python 3.9 and use X|Y typing (#2727)

🌀 Miscellaneous

  • Enhancement: Adopt PEP 585 type hinting (part 5) (#2528)

[integrations/ragas-v2.2.0] - 2025-06-26

🐛 Bug Fixes

  • Fix ragas types + add py.typed (#2000)

🧹 Chores

  • Align core-integrations Hatch scripts (#1898)
  • Update md files for new hatch scripts (#1911)
  • Remove black (#1985)

[integrations/ragas-v2.1.1] - 2025-05-28

⚙️ CI

  • Review testing workflows (#1541)

🌀 Miscellaneous

  • Add pins for Ragas (#1854)

[integrations/ragas-v2.1.0] - 2025-02-24

🚀 Features

  • Use HaystackLLMWrapper instead of LangChain in Ragas evaluators (#1420)

🧹 Chores

  • Remove Python 3.8 support (#1421)

[integrations/ragas-v2.0.0] - 2025-01-28

🚀 Features

  • Update Ragas integration (#1312)

⚙️ CI

  • Adopt uv as installer (#1142)

🧹 Chores

  • Update ruff linting scripts and settings (#1105)

[integrations/ragas-v1.0.1] - 2024-09-11

🐛 Bug Fixes

  • Add upper-bound pin to ragas dependency in ragas-haystack (#1076)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

[integrations/ragas-v1.0.0] - 2024-07-24

⚙️ CI

  • Retry tests to reduce flakyness (#836)

🧹 Chores

  • Update ruff invocation to include check parameter (#853)
  • Ragas - remove context relevancy metric (#917)

🌀 Miscellaneous

  • Chore: add license classifiers (#680)
  • Chore: change the pydoc renderer class (#718)
  • Ci: install pytest-rerunfailures where needed; add retry config to test-cov script (#845)

[integrations/ragas-v0.2.0] - 2024-04-23

🌀 Miscellaneous

  • Unpin ragas (#677)

[integrations/ragas-v0.1.3] - 2024-04-09

🐛 Bug Fixes

  • Fix haystack-ai pins (#649)

📚 Documentation

  • Disable-class-def (#556)

🌀 Miscellaneous

  • Make tests show coverage (#566)
  • Remove references to Python 3.7 (#601)

[integrations/ragas-v0.1.2] - 2024-03-08

📚 Documentation

  • Update ragas-haystack docstrings (#529)

🌀 Miscellaneous

  • [RAGAS] fix: Metric parameter validation and metric descriptors (#555)

[integrations/ragas-v0.1.1] - 2024-02-23

🐛 Bug Fixes

  • Fix order of API docs (#447)

📚 Documentation

  • Update category slug (#442)

🌀 Miscellaneous

  • Add Ragas integration (#404)
  • Pin ragas dependency to 0.1.1 (#476)