Skip to content

Release Notes V1.14.0

Version 1.14.0
Release Date 27th Jan 2021

Changes

Data and Model Management
  • Dataset:

    • Allow ability to edit dataset and run multiple simulations on them. Support runtime parameters and global variables in them too.
    • Allow target feature in datasets to be at a different Platform Entity level
  • Export documentation:

    • Supports exporting a standalone model (without a job) as a html or docx file
    • Supports exporting comparison and validation job types as a html or docx file
  • Auto-populate inputs:

    • When defining a feature or model, add ability to Auto fetch the inputs from the definition. Allowing for a faster experience when registering features and models.
  • When running a model simulation, now Transforms simulations are automatically run.
Policy and Strategy Management
  • Supports exporting a policy (with an optional simulation job) as a html or docx file
  • Support multiple methods to define offer parameters during Offer Creation
  • Add policy, strategy, segments, rules, actions, offers, frameworks in the Corridor python package.
  • Support using constant values during simulation/comparison/validation time for Global Variables and Product Type configs. This creates a constant column using the provided value on the fly.
Common Capabilities

Job execution:

  • Advanced dependency resolution: Support dependencies on Runtime Parameters, Global Variables, and Product Type configs in job data-filters or current/challenger objects that the job is running on.
  • Flexible scheduling: Ability to modify any generic runtime parameter during job scheduling, allowing users to set up scheduling in a very flexible way. Table level filters: Support for partitioners that allow each table to be filtered independently when running jobs, allowing more efficient filtering.

  • Flags: Ability to tag objects with Flags which allows users to categorize or add notes to an object after approval.

  • Authentication / Authorization

    • Hiding modules/pages: Add support for “hiding” modules or pages using Roles within the system.
    • User information: Capture additional optional information about users like First Name, Last Name, organization, etc.
    • Improved error message for users which have no roles associated with their account.
  • Admin objects: Revamped user interface with dedicated pages for each object. Added change log for each object to track changes when they are modified.

  • Module placement: Removal of Fraud Management which is now handled as part of Underwriting, Prospecting, and Customer Management. “Resources” has been moved to the front page for easier access.
  • Branding: When using a different name for PLATFORM_NAME, show the same name in the browser’s tab titles.
  • New resource- Artifact repository: The artifact repository enabled users to see all artifacts created by the platform in one common location, leading to easier management of artifacts.
Technical Improvements
  • Support for pidfile as a direct setting variable for daemon mode Multiple performance improvements in the User Interface to improve load times of pages
  • Use log file rotation by default when using daemon mode and the --logfile argument is used. This can also be configured using the python logging mechanism
  • Add userID in access logs for API and WebApp components.
  • Remove extra spaces in certain inputs like Table location, Alias, Name - to avoid issues which are not easily visible when registering objects.