v0.9.0

MinishLab/model2vecv0.9.0Aug 12, 2026by stephantul

AI Summary

This release focuses on enhancing the testing framework and refactoring the inference pipeline. It introduces regression and integration tests while removing the PyTorch Lightning dependency. A bug regarding safetensors contiguity has also been fixed to ensure model loading stability.

Key Highlights

  • Added regression and integration tests for improved reliability
  • Refactored inference code for better performance
  • Removed PyTorch Lightning dependency
  • Fixed a safetensors contiguity bug
  • Updated Skeletoken dependency

New Features

  • Add regression tests
  • Add integration or regression tests
  • Refactor inference
  • Bump skeletoken & update integration test results

Full Release Notes

## What's Changed
* feat: add regression by @stephantul in https://github.com/MinishLab/model2vec/pull/333
* feat: Integration or regression tests by @stephantul in https://github.com/MinishLab/model2vec/pull/336
* feat: remove lightning by @stephantul in https://github.com/MinishLab/model2vec/pull/337
* feat: refactor inference by @stephantul in https://github.com/MinishLab/model2vec/pull/338
* fix: guard against safetensors contiguity bug by @stephantul in https://github.com/MinishLab/model2vec/pull/341
* feat: bump skeletoken & update integration test results by @stephantul in https://github.com/MinishLab/model2vec/pull/342
* chore: bump version by @stephantul in https://github.com/MinishLab/model2vec/pull/343


**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.8.2...v0.9.0