Skip to main content
Version: v3.1.0

Release notes

v3.0.1 | Apr 12, 2023

New

  • Admins are now able to delete a project for all users, which will remove the deployments and models, and unlink experiments associated with the project
  • A new column named as Shared With is added to the table of projects to show the number of users that have access to the project

v3.0.0 | Mar 1, 2023

New

  • Users are now able to search the content on the Deployments page by deployment environment
  • Enabled Heap analytics
  • Historical scoring data can now be opened from the Deployments page
  • Populated the project overview with project details
  • Added support for project sharing and project ownership transfer
  • Added a close button to the Experiment Overview panel
  • Added tick icons to indicate copy actions
  • Added improvements to the project sharing UI
  • Added support to download table data as a CSV for the dashboard, projects, users, deployments, and scoring data tables
  • Containerized the H2O Admin Analytics app

Fixed

  • Removed the default model version from unregistered experiments
  • Added a fix to avoid using CDN to support air-gapped installations
  • Aligned the fields in the Experiment Overview panel to accommodate longer experiment names
  • Fixed an issue related to loading scoring data in the deployment dropdown
  • Added a fix to hide the deployment data table when there is no deployment data
  • Fixed an issue related to handling missing deployer data from the storage response
  • Added support for single experiments across different projects
  • Fixed an issue related to the role being hardcoded in setup.sh
  • Added a fix to avoid closing and reopening of the side panel when user permissions are changed
  • Added an update to models to support A/B and CC deployments

v2.0.0 | Feb 08, 2023

New

  • Added a list view of all deployments
  • Added a side panel for the deployment overview
  • Added a feature to delete a deployment from the deployment overview side panel
  • Added a feature to delete single or multiple deployments by selecting them in the deployments list view
  • Added an error message that is displayed when a user clicks the delete button without selecting any deployments
  • Introduced the H2O Admin Analytics application version to the nav bar
  • Introduced tooltips for the attributes in the deployment overview side panel
  • Added a loading bar to display when the user clicks the deployments page

Fixed

  • Updated the proto files to reflect storage functionality
  • Reordered the deployments to render deployment types
  • Fixed the table heights
  • Fixed an issue related to scoring data table redirection
  • Fixed an issue related to getting the correct scoring count from InfluxDB
  • Fixed some minor UX issues
  • Added missing annotations
  • Removed the default model version from unregistered experiments

v1.1.0 | Dec 21, 2022

New

  • Added error checking
  • Updated the wave SDK version
  • Added support for search, sort, and pagination for projects
  • Added support for search, sort, and pagination for scoring data
  • Added support for search, sort, and pagination for users
  • Added support for search, sort, and pagination for experiments
  • Added support for nested data manipulation of tables
  • Added support for path based routing
  • Introduced tooltips to dashboard statistics
  • Added support for pagination on top of sorted results

Fixed

  • Fixed missing namespace in the update part of the setup script
  • Fixed an issue related to sending a subject instead of a username for the heap script
  • Fixed an issue related to loading all projects when fetching data
  • Updated the H2O Admin Analytics header with the logo
  • Rearranged the table columns to unify the table views
  • The side panel can now be opened directly without redirecting to a different route to open the side panel
  • Fixed a typo in the users table handler
  • Added missing column names to process_binomial_target_columns
  • Fixed an error related to the model version not being found
  • Table state now gets cleared when the user routes to a different page

v1.0.0 | Mar 31, 2022

  • First stable release

New

  • Added the dashboard view
  • Added a list view of all experiments with models, model versions, and deployed environments
  • Added a list view of all projects
  • Added a list view of all users
  • Added historical scoring data view for deployments
  • Added searching, sorting, and filtering capabilities for each view

Feedback