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.
0.10.0 - 2022-03-11
- Upgrade
onnxrt-sys
to version 0.7.0, which supports Apple M1.
0.9.0 - 2022-01-13
- Upgrade
onnxrt-sys
to version 0.6.0, which supportsORT_INCLUDE_DIR
andORT_LIB_DIR
.
0.8.0 - 2022-01-05
- Support ONNX Runtime v1.9.0.
0.7.0 - 2021-09-24
- Upgrade
onnxrt-sys
to version 0.4.0, which supports Apple M1.
0.6.0 - 2021-08-23
- Support ONNX Runtime v1.8.1.
0.5.0 - 2021-08-22
- Support ONNX Runtime v1.8.0.
- Fix
Session::run_with_bytes_with_nul
, which detects the null character byb'0'
, notb'\0'
.
0.4.0 - 2021-07-28
- Support ONNX Runtime v1.7.
0.3.1 - 2021-06-03
- Fix
ModelMetadata::{description, domain}
andThreadingOptions::set_global_inter_op_num_threads
, which invoke wrong C functions.
0.3.0 - 2021-06-02
- Upgrade
onnxruntime-sys
to version 0.0.12.
0.2.1 - 2021-04-01
- Clean up
clippy::upper_case_acronyms
warnings.
0.2.0 - 2021-03-15
- Support ONNX Runtime v1.6.
0.1.0 - 2021-03-15
- Support ONNX Runtime v1.5.