All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update to OnnxRuntime v1.8.1
- Update to OnnxRuntime v1.7.0
0.0.12 - 2021-04-11
0.0.11 - 2021-02-22
- Prevent session from being built a temporary environment resulting in segfault (#46)
- Update onnxruntime to 1.6.0 (#59)
- Run CI on more platforms (#34)
- Re-export
ndarray
for better ergonomics (#45) - Add
with_model_from_memory()
to load a model from memory (#36)
0.0.10 - 2020-10-28
- Update ONNX Runtime to 1.5.2 from 1.4.0 (#30)
- Refactor feature flags and how bindings are generated (#31)
- Refactor build script for better cross-platform support, including Windows support (#33)
0.0.9 - 2020-10-13
- Added a changelog (#26)
- Integrate Runtime's logging with rust's
tracing
logging (#21) - Update
ureq
used to download pre-trained models, fixing download problem (algesten/ureq#179). - Properly support inputs with dynamic dimensions (#23)
0.0.8 - 2020-08-26
- Use ONNX Runtime 1.4.0
0.0.7 - 2020-08-26
- Use
tracing
crate instead oflog
(#19) - Add integration tests (#17)
- Add possibility to download most pre-trained models available from ONNX Zoo (#16)
0.0.6 - 2020-08-14
- Add feature to download pre-trained pre-trained models available from ONNX Zoo (#15)
- Add coded coverage measurement (#13)
- API renames and cleanups
0.0.5 - 2020-08-9
- Initial working version