v6.2.1

The-Vibe-Company/megaparsev6.2.1Feb 24, 2026by adamnsandle

AI Summary

This release makes the ONNX Runtime dependency optional, requiring users to explicitly install it via pip if they need to use ONNX-related features.

Key Highlights

  • ONNX Runtime is now an optional dependency instead of a required one
  • Installation instructions provided for CPU (`onnxruntime`) and GPU (`onnxruntime-gpu`) environments

Breaking Changes

  • ONNX Runtime is no longer a default dependency; users must install it explicitly to use ONNX features

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU