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.24.1 - 2024-04-24
- Upgrade
onnxrt-sys
to version 0.21.1, which reduces dependencies.
0.24.0 - 2023-11-21
- Support ONNX Runtime v1.16.3.
0.23.0 - 2023-11-10
- Support ONNX Runtime v1.16.2.
0.22.0 - 2023-10-12
- Support ONNX Runtime v1.16.1.
0.21.0 - 2023-09-25
- Support ONNX Runtime v1.16.0.
0.20.0 - 2023-06-19
- Support ONNX Runtime v1.15.1.
0.19.0 - 2023-05-26
- Support ONNX Runtime v1.15.0.
0.18.1 - 2023-04-19
- Change the return type of
element_count
intoResult
becauseGetTensorShapeElementCount
may fail.
0.18.0 - 2023-03-09
- Support ONNX Runtime v1.14.1.
0.17.0 - 2023-03-09
- Support ONNX Runtime v1.14.0.
0.16.1 - 2023-01-09
- Upgrade
onnrt-sys
to version 0.13.1, which avoid redundant recompilation.
0.16.0 - 2022-11-01
- Support ONNX Runtime v1.13.1.
0.15.0 - 2022-08-14
- Support ONNX Runtime v1.12.1.
0.14.0 - 2022-08-14
- Support ONNX Runtime v1.12.0.
- Rename
add*
methods toset*
.
0.13.0 - 2022-05-20
- Support ONNX Runtime v1.11.1.
0.12.0 - 2022-05-20
- Support ONNX Runtime v1.11.0.
0.11.0 - 2022-05-18
- Support ONNX Runtime v1.10.0.
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.