- [breaking] Optimum - drop Python 3.9 and use X|Y typing (#2721)
- Update Optimum components to auto call run
warm_upand don't modify Documents in place (#2675)
- Add pydoc configurations for Docusaurus (#2411)
- Change pytest command (#2475)
- Remove Readme API CI workflow and configs (#2573)
- Make fmt command more forgiving (#2671)
- Enhancement: Adopt PEP 585 type hinting (part 5) (#2528)
- Optimum - unpin torch (#2395)
- Optimum - pin torch<2.9.0 (#2392)
- Standardize readmes - part 2 (#2205)
- Fix Optimum types + add py.typed (#2018)
- Remove black (#1985)
- Optimum - use
tokeninstead ofuse_auth_tokenin the backend (#1960)
- Align core-integrations Hatch scripts (#1898)
- Review testing workflows (#1541)
- Add pins for Optimum (#1847)
- Remove Python 3.8 support (#1421)
- Build: Optimum - remove
transformerspin (#1467)
- Fix: Optimum - pin transformers and fix test (#1342)
- Optimum - do not explictly pin
transformers(#1303)
- Do not retry tests in
hatch run testcommand (#954)
- Adopt uv as installer (#1142)
- Update ruff linting scripts and settings (#1105)
- Fix linting/isort (#1215)
- Fix docs build (#633)
- Fix typo in the
ORTModel.inputs_namesfield to align with upstream (#866)
- Disable-class-def (#556)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Make tests show coverage (#566)
- 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)
- Add Optimum Embedders (#379)
- [breaking] Add support for Optimum optimizers and quantizers (#496)
- Add example for Optimum integration, fix docs, CI (#526)
- [breaking] Simplify Optimum backend impl (#477)
- Fix Optimum embedder examples (#517)
- Refactor
optimumnamespacing + bug fixes (#469)