-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates acquire-core-libs and acquire-video-runtime to latest on main - Do not start the runtime in `test_basic.test_storage_capabilities()` (no longer needed) - Bump the patch version to 0.2.1 (behavior change) - Update acquire-driver-zarr to 0.1.7 (fix around start / stop behavior with thread pool) - 🚨🚨 **Potentially controversial decision:** 🚨🚨 Scope `runtime` to "function" (as opposed to "module") for `test_basic.py` and `test_zarr.py`.
- Loading branch information
Showing
6 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "acquire-imaging" | ||
authors = ["Nathan Clack <[email protected]>"] | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
Submodule acquire-core-libs
updated
4 files
+6 −2 | CHANGELOG.md | |
+76 −25 | src/acquire-device-hal/device/hal/storage.c | |
+36 −3 | src/acquire-device-hal/device/hal/storage.h | |
+8 −1 | src/acquire-device-properties/device/props/storage.c |
Submodule acquire-video-runtime
updated
9 files
+1 −1 | src/acquire-core-libs | |
+1 −19 | src/acquire.c | |
+15 −5 | src/runtime/channel.c | |
+22 −2 | src/runtime/channel.h | |
+35 −12 | src/runtime/sink.c | |
+1 −2 | src/runtime/sink.h | |
+1 −1 | tests/acquire-driver-common | |
+12 −3 | tests/no-abort-on-dropped-frames.cpp | |
+1 −2 | tests/one-video-stream.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters