User Tools

Site Tools


sift:documentation:release_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sift:documentation:release_notes [2024/07/17 15:41] – removed sgrangersift:documentation:release_notes [2025/03/12 14:08] (current) – Added v2025.02.13 and v2025.03.12. wikisysop
Line 1: Line 1:
 +====== Release Notes ======
  
 +==== 2025 ====
 +  - v2025.03.12
 +    - [Enhancement] Overhauled Sift's command line interface to improve reporting and readability.
 +    - [Enhancement] Normal database files now save to a .sift extension to improve usability within the application.
 +  - v2025.02.13
 +    - [New Feature] Added the ability to re-order queries on the explore page and within the query builder.
 +    - [Enhancement] Improved compatibility, allowing Sift to be run on Apple Parallels.
 +    - [Enhancement] Improved logging of V3D pipelines ran from the Sift Command Line.
 +    - [Bug fix] Fixed a bug causing V3D Default folders to be inaccessible from the V3D engine when run from Sift.
 +  - v2025.02.04
 +    - [New Feature] Individual Visual3D pipeline commands can now be passed directly to Sift via the command line interface.
 +    - [Enhancement] Sift's console application and command line interface now accept forward slashes as delimiters, in addition to dashes.
 +    - [Enhancement] Metric plots now show information for selected traces on the top layer and above the selected bar, increasing readability.
 +    - [Bug fix] Fixed a bug where commands passed on launch that contained a string parameter starting with a dash to fail.
 +    - [Bug fix] Fixed a bug where Mahalanobis Distance exports failed from the command line interface.
 +    - [Bug fix] Fixed a bug where Sift's RunV3D command would fail from the command line interface.
 +    - [Bug fix] Fixed a bug where selecting the "Yes to All" option for recalculating queries did not behave as intended.
 +    - [Bug fix] Fixed a bug where traces negated by a query were returned incorrectly.
 +  - v2025.01.08
 +    - [New Feature] Users can now compute summary metrics of loaded groups and save them to the respective workspace. Summary metrics are automatically queried and saved as a group in Sift.
 +    - [Enhancement] Statistical parametric mapping now allows users to perform one-sample and paired t-tests, and ANOVA tests. One vs. two-tailed statistical inferencing is also now available.
 +    - [Enhancement] The console application’s interface has been refined.
 +    - [Enhancement] The animation widget now displays model segments in line with Visual3D's animation feature.
 +    - [Enhancement] A UI hint for resize mechanism is now provided to the user when hovering over the widget resizing handle.
 +    - [Bug fix] Fixed an error where workspace means would not properly calculate for the specific case where a single C3D file contained both included and excluded traces.
 +    - [Bug fix] Fixed a bug where Directory Watchers could be deleted without being disabled.
 +    - [Bug fix] Several minor fixes to ensure that plotting styles are consistently and correctly applied across all plot types in the Explore Page.
 +    - [Bug fix] Ensured that regular CMZ libraries cannot be loaded as a Normal Database file, which would result in a crash.
 +
 +==== 2024 ====
 +  - v2024.11.07
 +    - [New Feature] Allow users to set one or more directories to be “watched” when a file is added or removed from a watched directory a list of v3s pipelines and or bat scripts will be executed
 +    - [New Feature] Gait Deviation Index (GDI) added to Gait Score suite.
 +    - [Enhancement] Added improvements in GPS usability.
 +    - [Bug Fix] Fixed a bug where running the V3D Engine with a normal database loaded caused loaded files to be corrupted.
 +  - v2024.10.11
 +    - [New Feature] Users can automatically generate .cmz workspaces for .bvh files output by Fujitsu's Human Motion Analytics technology through the CMZ builder.
 +    - [Enhancement] Sift's command line console application can now be used as a drop-in replacement for Auto3D. 
 +    - [Enhancement] Sift's command line console application now allows aliasing as a command.
 +    - [Enhancement] Improved GPS dialog and Normal Database connection.
 +    - [Bug Fix] Plot highlighting bug fixes throughout application.
 +    - [Bug Fix] Duplicating queries no longer adds extra conditions. 
 +  - v2024.09.26
 +    - [Enhancement] Users can now leverage the Sift Normal database feature to generate a reference dataset for Gait Profile Score (GPS)
 +    - [Enhancement]  Application wide changes to speed up analysis 50% decrease in response time across multiple pages.
 +    - [Enhancement] Queries with different data rates can be matched with each other if they represent the same event sequence.
 +    - [Enhancement] Updated Active Plots to ensure they are more distinguishable from other plots
 +    - [Bug Fix] Fixed bug preventing group data styles from being saved with project
 +    - [Bug Fix] Fixed bug where plot axes could not be edited.
 +    - [Bug Fix] Fixed bug where SPM module crashed if loaded with data that all included unknown data.
 +    - [Bug Fix] Fixed bug causing plot bounds to be slightly too small.
 +  - v2024.08.21
 +    - [Enhancement] Allow Sift to be run on command line.
 +    - [Enhancement] Introduced Normal Database file, allowing for quick summaries and comparisons from large conrol groups.
 +    - [Bug Fix] Fixed bug where events captured at different rates was not recognized as the same event.
 +  - v2024.07.15
 +    - [Bug Fix] Corrected an issue with licensing where a failure to activate on the first attempt would prevent subsequent activation attempts.
 +    - [Bug Fix] Resolved a couple of issues related to the OpenGL animation features: first, loaded project files are now animated properly; and second, object files have been more robustly linked.
 +  - v2024.06.12
 +    - [Enhancement] Implemented Squared Prediciton Error (SPE) to run in conjunction with Mahalanobis Distance Test for PCA outlier detection.
 +    - [Enhancement] Added ability to export to text for all PCA outlier detection/QA tests (K-means, LOF, Mahalanobis Distance, and SPE).
 +    - [Enhancement] Updated the Show Animation and Show Video dialogs to auto-populate with the Explore page's selected trace(s) when possible.
 +    - [Enhancement] Added ability to exports results from the active PCA calculation or from all PCA calculations when exporting to text.
 +    - [Enhancement] Significant computational speed-up for calculating PCA using individual traces (instead of workspace means).
 +    - [Bug Fix] Fixed case where changing group selections in the PC Reconstruction plot could cause the application to crash.
 +    - [Bug Fix] Fixed case where missing LOF density scores could cause a crash when displaying the Workspace Scores plot.
 +    - [Bug Fix] Resolved issue preventing Metric-Metric plot jitter values from being cleared when reset graph was selected from the context menu.
 +    - [Bug Fix] Resolved issue causing labels to be displayed incorrectly or not at all on Metric, Metric-Metric, and Signal-Signal plots.
 +    - [Bug Fix] Resolved issue preventing sub-groups from being displayed throughout the application.
 +    - [Bug Fix] Ensured library size has no impact on load times for saved query definitions.
 +    - [Bug Fix] Resolved issue causing application to freeze while updating CMZs.
 +  - v2024.05.16
 +    - [Enhancement] Improved interface and visualization for the Mahalanobis Distance Test.
 +    - [Bug Fix] Resolved issue causing PCA K-means results to be saved incorrectly.
 +    - [Bug Fix] Resolved issue causing cluster styles to be applied incorrectly.
 +    - [Bug Fix] Resolved issue preventing Signal-Signal and Metric-Metric pairs being deleted.
 +    - [Bug Fix] Resolved issue causing conditions to be rendered twice for each group in the Groups widget.
 +    - [Bug Fix] Resolved issue causing workspace styles to be applied incorrectly.
 +  - v2024.05.06
 +    - [Enhancement] Improved interface and visualizations for K-means clustering algorithm.
 +    - [Bug Fix] Resolved issues related to plot styles for the Explore page.
 +    - [Bug Fix] Allowed a workspace to be selected on the Workspace Scores plot while LOF densities are displayed.
 +  - v2024.04.22
 +    - [Enhancement] Improved interface and visualizations for Local Outlier Factor.
 +    - [Bug Fix] Resolved issue where project files containing the results of PCA for raw traces would not load correctly. 
 +  - v2024.03.25
 +    - Initial Release of Sift
sift/documentation/release_notes.1721230918.txt.gz · Last modified: 2024/07/17 15:41 by sgranger