Skip to main content

2024-06

Table Configuration

  • ✨ Project Decisions, Simulation Outputs, Request Logs, and other tables now support Table Configuration.
  • ✨ Table Configuration allows tables to persist their last-rendered views, including hidden and re-ordered columns.
  • ✨ Table Configuration for supported tables is tracked per table per Project.

Predictions

  • ✨ Live Decisions can now be marked as Reviewed, allowing Organizations to track which requests they have acknowledged.
  • ✨ Reviewed Predictions can be un-Reviewed by the User who marked them as Reviewed or by a User with the Admin Role.
  • 📈 Slow-running Scripts no longer cause concurrent Predictions to sometimes fail.

Data Export

  • ✨ Live Decisions, Simulation Outputs, Request Logs, and other data can now be exported via Export Tasks in CSV format.
  • ✨ Export Tasks run in the background and their progress can be tracked via the Data Files page.
  • ✨ Files generated by successfully completed Export Tasks can be downloaded by permitted Users. Download actions are tracked for auditing purposes.

Workflows

  • ✨ Users can now benefit from Built In Scripts, Konan-defined Scripts that allow Organizations to benefit from ready-made code for immediate use in their Workflows.
  • ✨ Scripts now support Credentials, which allow Users to securely add passwords, API keys, and other secrets to their custom code.
  • ✨ Rulesets, Taglists, and Scorecards can now support more than 8 Rules. The new limit is configurable per Environment, and is 250 Rules by default.
  • ✨ Filters now support complex Conditions.
  • 🛠️ Programs that use the same Scorecard more than once are now consistently updated correctly.
  • 🛠️ Scorecard weights now consistently support decimal numbers.
  • 🛠️ Nested features are now consistently supported in conditions and calculators.
  • 🛠️ Failed Workflow Predictions are now correctly marked as "failed".

Models

  • ✨ Model Logs are now consistently rendered when Model creation fails.

AutoML

  • 🛠️ Updated AutoML Model Configuration is now consistently activated.
  • 🛠️ Re-configuring an AutoML Model no longer automatically bumps it to LIVE.

Simulations

  • 🛠️ Badly encoded CSV entries are now explicitly detected.
  • 🛠️ Predictions are no longer created for Model nodes when used in Simulations.

General UI / UX

  • ✨ Drop-down based menus now all support search functionality.