This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_tensor
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard 67eb05212 respect original image format in draw_bounding_box.rs
omit 8e7738377 fix image_to_tensor.rs
omit 41e370dc6 Cargo.toml doesnt need explicit all features
omit 63fab4acf rebase fix
omit 5c045ef6b remove code duplication from InvokeTract model and add
result_via_output_attribute to filter_bounding_boxes.rs
omit e0224fae5 classify_image.rs Failure description fix
omit a21fc1c18 fix 0/0 in IoU
omit b3af53cb5 fix doc drift in descriptions
omit 76aad697e fix panic on malformed tensor payload in tensor_helpers.rs
omit 4f50f1a21 fix
omit 392100dff review changes
omit 03579a6aa fix cargo clippy
omit 919a20017 ruff fix
omit fe04982f5 review changes
omit 94ae28412 MINIFICPP-2892 Tensor extensions based on sonos/tract
omit 406ef784a simplify Cow relationships
omit 8aef20910 cargo fmt
omit 6577d724a adds comment to with_attributes.rs
omit a43d52315 build fix
omit d395922cf with_content changes
omit abd395509 apache license for with_attributes.rs
omit 0a23914da wildcard for generate_docs
omit 1994e98cb tests for with_attribute(s)
omit 05eb239fe revert const PROPERTIES -> const fn properties()
omit 08e739337 review changes
omit b6e9239da add anyhow error support and fold parse errors into
validation errors
omit 074d97612 MINIFICPP-2886 Improve rust api process errors
add 11f92483b MINIFICPP-2896 Fix cpack for openssl-fips in debug mode
using conan (#2255)
add a06d0d872 MINIFICPP-2897 Fix LMDB patch command on Windows (#2256)
add 36f1a2d3f MINIFICPP-2899 procfs: Fix CpuStat and CPUStatTests
inaccuracy (#2260)
add 2559f40d2 MINIFICPP-2886 Improve rust api process errors (#2246)
add 2e85f05a2 MINIFICPP-2892 Tensor extensions based on sonos/tract
add fb6564253 review changes
add d23493007 ruff fix
add 71554bf70 fix cargo clippy
add 6a7032953 review changes
add 55b62aefa fix
add 3b9a9239c fix panic on malformed tensor payload in tensor_helpers.rs
add 1fe0d0f4d fix doc drift in descriptions
add 62f6db4a0 fix 0/0 in IoU
add 46ef668d0 classify_image.rs Failure description fix
add 167bc45fe remove code duplication from InvokeTract model and add
result_via_output_attribute to filter_bounding_boxes.rs
add ed73db9ee rebase fix
add 48af58e24 Cargo.toml doesnt need explicit all features
add 0893786b2 fix image_to_tensor.rs
add 274d5d5f4 respect original image format in draw_bounding_box.rs
add 9cc165b9e rebase fix
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (67eb05212)
\
N -- N -- N refs/heads/minifi_rust_tensor (9cc165b9e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cmake/GetOpenSSL.cmake | 5 +++--
cmake/LMDB.cmake | 2 +-
extensions/procfs/CpuStat.h | 2 +-
extensions/procfs/tests/CPUStatTests.cpp | 22 ++++++++++------------
.../src/processors/draw_bounding_box.rs | 5 ++---
5 files changed, 17 insertions(+), 19 deletions(-)