We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b804d4 commit a618f1dCopy full SHA for a618f1d
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Prevent session from being built a temporary environment resulting in segfault ([#46](https://github.com/nbigaouette/onnxruntime-rs/pull/46))
13
14
+### Added
15
16
+- Run CI on more platforms ([#34](https://github.com/nbigaouette/onnxruntime-rs/pull/34))
17
+- Re-export `ndarray` for better ergonomics ([#45](https://github.com/nbigaouette/onnxruntime-rs/pull/45))
18
+- Add `with_model_from_memory()` to load a model from memory ([#36](https://github.com/nbigaouette/onnxruntime-rs/pull/36))
19
20
## [0.0.10] - 2020-10-28
21
22
### Changed
0 commit comments