Skip to content

Latest commit

 

History

History
167 lines (85 loc) · 3.11 KB

File metadata and controls

167 lines (85 loc) · 3.11 KB

Changelog

[integrations/optimum-v2.0.0] - 2026-01-13

🧹 Chores

  • [breaking] Optimum - drop Python 3.9 and use X|Y typing (#2721)

[integrations/optimum-v1.3.0] - 2026-01-09

🚀 Features

  • Update Optimum components to auto call run warm_up and don't modify Documents in place (#2675)

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

  • Remove Readme API CI workflow and configs (#2573)
  • Make fmt command more forgiving (#2671)

🌀 Miscellaneous

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

[integrations/optimum-v1.2.2] - 2025-10-17

🧹 Chores

  • Optimum - unpin torch (#2395)

[integrations/optimum-v1.2.1] - 2025-10-16

🐛 Bug Fixes

  • Optimum - pin torch<2.9.0 (#2392)

🧹 Chores

  • Standardize readmes - part 2 (#2205)

[integrations/optimum-v1.2.0] - 2025-06-30

🐛 Bug Fixes

  • Fix Optimum types + add py.typed (#2018)

🧹 Chores

  • Remove black (#1985)

[integrations/optimum-v1.1.0] - 2025-06-17

🐛 Bug Fixes

  • Optimum - use token instead of use_auth_token in the backend (#1960)

🧹 Chores

  • Align core-integrations Hatch scripts (#1898)

[integrations/optimum-v1.0.1] - 2025-05-28

⚙️ CI

  • Review testing workflows (#1541)

🌀 Miscellaneous

  • Add pins for Optimum (#1847)

[integrations/optimum-v1.0.0] - 2025-03-05

🧹 Chores

  • Remove Python 3.8 support (#1421)

🌀 Miscellaneous

  • Build: Optimum - remove transformers pin (#1467)

[integrations/optimum-v0.1.3] - 2025-02-03

🌀 Miscellaneous

  • Fix: Optimum - pin transformers and fix test (#1342)

[integrations/optimum-v0.1.2] - 2025-01-20

🐛 Bug Fixes

  • Optimum - do not explictly pin transformers (#1303)

🧪 Testing

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

⚙️ CI

  • Adopt uv as installer (#1142)

🧹 Chores

  • Update ruff linting scripts and settings (#1105)
  • Fix linting/isort (#1215)

[integrations/optimum-v0.1.1] - 2024-07-04

🐛 Bug Fixes

  • Fix docs build (#633)
  • Fix typo in the ORTModel.inputs_names field to align with upstream (#866)

📚 Documentation

  • Disable-class-def (#556)

⚙️ CI

  • Retry tests to reduce flakyness (#836)

🧹 Chores

  • Update ruff invocation to include check parameter (#853)

🌀 Miscellaneous

  • 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-rerunfailures where needed; add retry config to test-cov script (#845)

[integrations/optimum-v0.1.0] - 2024-03-04

🚀 Features

  • Add Optimum Embedders (#379)
  • [breaking] Add support for Optimum optimizers and quantizers (#496)
  • Add example for Optimum integration, fix docs, CI (#526)

🚜 Refactor

  • [breaking] Simplify Optimum backend impl (#477)

📚 Documentation

  • Fix Optimum embedder examples (#517)

🌀 Miscellaneous

  • Refactor optimum namespacing + bug fixes (#469)