From 7002ca9977f43f5cbed5f33d0f886c179c027239 Mon Sep 17 00:00:00 2001 From: Joe Stubbs Date: Tue, 3 Dec 2024 19:39:12 -0600 Subject: [PATCH] Update to the release notes for 0.4.0 --- RELEASE_NOTES.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0139e9f..fafde7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,29 +3,31 @@ ## Version 0.4.0 This major release expands the camera-traps application with several new capabilities: -1. New Oracle plugin for collecting ground truth data +1. New Oracle plugin for collecting ground truth data. * This plugin utilizes data about the image labels as well as events generated by all of the other plugins to create a "image_mapping_final.json" file that can be used to evaluate the performance of individual plugins as well as the overall performance of the application. -2. Incorporation of new CNK daemon for gathering performance data. +2. Incorporation of new CKN daemon for gathering performance data. * This program runs as a standalone process (a separate container) and sends performance data to the cloud via a Kafka broker. * It gathers data from the image_mapping_final.json file generated by the Oracle plugin. -3. Several enhancements to the Image Scoring Plugin: - * Added support for streaming data from a zip archive file +3. Several enhancements to the Image Scoring plugin: + * Added support for streaming (input) data from a zip archive file defined by a publicly accessible URL. * Added support for dynamically configuring the ML model; plugin will fetch the model (pt) files at start up, as needed, from the URL specified by the CKN Model Graph API. -4. Overhaul of the existing Power Monitoring Plugin - * Support was added for the [Power Joular backend](https://github.com/joular/powerjoular), a production-grade power monitoring tool written in Ada. This mitigates any concerns with the lack of maintenance of Scaphandre, which appears to be abandoned. - * The code for the plugin was completely rewritten to simplify maintenance and improve modularity and extensibility so that adding support for additional tools would be easier. +4. Overhaul of the existing Power Monitoring Plugin. + * Support was added for the [Power Joular backend](https://github.com/joular/powerjoular), a production-grade power monitoring tool written in Ada. This mitigates concerns with the lack of maintenance of Scaphandre, which appears to be abandoned. + * The code for the plugin was completely rewritten to simplify maintenance and improve modularity and extensibility so that adding support for additional tools will be easier. 5. New installer command-line program to facilitate installations with a high degree of customization. 6. Complete integration test suite for end-to-end testing of the Camera Traps application (maintained in a separate repo). This test suite is triggered by GitHub actions. +7. Added support for Jetson Nanos through a series of updates and code refactoring. + ## Version 0.3.3