Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
102 lines (60 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

102 lines (60 loc) · 2.31 KB

Changelog

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

Changed

  • Upgrade onnxrt-sys to version 0.7.0, which supports Apple M1.

0.9.0 - 2022-01-13

Changed

  • Upgrade onnxrt-sys to version 0.6.0, which supports ORT_INCLUDE_DIR and ORT_LIB_DIR.

0.8.0 - 2022-01-05

Added

  • Support ONNX Runtime v1.9.0.

0.7.0 - 2021-09-24

Changed

  • Upgrade onnxrt-sys to version 0.4.0, which supports Apple M1.

0.6.0 - 2021-08-23

Added

  • Support ONNX Runtime v1.8.1.

0.5.0 - 2021-08-22

Added

  • Support ONNX Runtime v1.8.0.

Fixed

  • Fix Session::run_with_bytes_with_nul, which detects the null character by b'0', not b'\0'.

0.4.0 - 2021-07-28

Added

  • Support ONNX Runtime v1.7.

0.3.1 - 2021-06-03

Fixed

  • Fix ModelMetadata::{description, domain} and ThreadingOptions::set_global_inter_op_num_threads, which invoke wrong C functions.

0.3.0 - 2021-06-02

Changed

  • Upgrade onnxruntime-sys to version 0.0.12.

0.2.1 - 2021-04-01

Fixed

  • Clean up clippy::upper_case_acronyms warnings.

0.2.0 - 2021-03-15

Added

  • Support ONNX Runtime v1.6.

0.1.0 - 2021-03-15

Added

  • Support ONNX Runtime v1.5.