- Add pydoc configurations for Docusaurus (#2411)
- Install dependencies in the
testenvironment when testing with lowest direct dependencies and Haystack main (#2418)
- Standardize readmes - part 1 (#2202)
- Chore: Remove ruff excludes and fix linting for deepeval (#2253)
- Test: Fix tests in deepeval (#2368)
- Chore!: Upgrade to minimum version of python 3.10 (#2476)
- Update deepeval integration to be unpinned (#2068)
- Fix deepeval types + add py.typed (#2028)
- Align core-integrations Hatch scripts (#1898)
- Update md files for new hatch scripts (#1911)
- Remove black (#1985)
- Skip tests that require credentials on PRs from forks for some integrations (#1485)
- Review testing workflows (#1541)
- Remove Python 3.8 support (#1421)
- Remove pin for Deepeval (#1826)
- Implement
DeepEvalEvaluator(#346)
- Fix order of API docs (#447)
- Deepeval - pin indirect dependencies based on python version (#1187)
- Update paths and titles (#397)
- Update category slug (#442)
- Update
deepeval-haystackdocstrings (#527) - Disable-class-def (#556)
- Do not retry tests in
hatch run testcommand (#954)
- Retry tests to reduce flakyness (#836)
- Adopt uv as installer (#1142)
- Exculde evaluator private classes in API docs (#392)
- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- Pin deepeval version (#473)
- Make tests show coverage (#566)
- Refactor tests (#574)
- Remove references to Python 3.7 (#601)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Ci: install
pytest-rerunfailureswhere needed; add retry config totest-covscript (#845)