Skip to main content
Version: v1.1.0

Release notes

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