Skip to content

1.5.0

Choose a tag to compare

@juliarobles juliarobles released this 17 Mar 12:31
· 7 commits to master since this release

Version 1.5.0

New Features

  • Multi-extraCalc Support: Models now support the addition of multiple extraCalc instances for more complex calculation layering.
  • Enhanced Tag Manipulation: Each extraCalc iteration can now modify multiple tags simultaneously.
  • Model Management: Added functionality to name and reorder models within the interface for better workspace organization.
  • Focused Predictions: The "Predict" button is now scoped to process only the active collection.
  • Task Control: Added a Cancel button to immediately terminate active Prediction or extraCalc processes.

Bug Fixes

  • Date Field Validation: Resolved an issue where entering numeric values into date fields caused input failures.
  • Iteration Logic: Fixed a bug where the maxIterations parameter in extraCalc was not being correctly applied.

Improvements

  • Error Handling: Overhauled alert systems to provide more descriptive and actionable error messages.
  • UI/UX Refinements: Updated button states and layouts to accommodate new naming and reordering features.

Integration Notes

Caution

Critical: extraCalc configuration changes
The data structure for extraCalc tags has been transitioned from a single value to a list format.

  • Data Migration Warning: Upgrading to this version will result in the removal of existing extraCalc tag configurations.
  • Required Action: Users must manually re-configure their tag settings after the update to restore calculation functionality.
  • Scoped Predictions: Please note that the "Predict" button now only targets the active collection. Verify your selection before initiating a run.