Skip to main content

Release 9.0

New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Community

StatusChangeDetails
new-featurePublished the HuggingFace text classification template
  • The HuggingFace text classification template is now available to users. You can use the pre-configured text classifier model template to train with your data and improve the accuracy of your results.
new-featurePublished the silent-face-anti-spoofing model.
  • You can now use the silent face anti-spoofing detection model to determine if a face in an image is a spoofing attempt or not. It is designed to prevent people from tricking facial identification systems, such as those used for unlocking phones or accessing secure locations.
improvementMade major redesign changes on listing pages
  • Improved the user experience when navigating the listing pages for models and workflows.
  • Added a new design and colors for models and workflows icons.
  • Added ability to list models and workflows by either grid view or list view.
  • Added mobile-responsive support.
improvementMade improvements to the Usage Dashboard
  • Replaced “Stored Inputs” with “Average Stored Inputs.” We now compute it as an average, not as the total.
  • Added the word “Total” to “Training Hours” and “Ops Count.” They are now referred to as “Total Training Hours” and “Total Ops Count” respectively.
improvementAdded ability to hover over collapsible sidebar icons
  • In the collapsed view on the left sidebar, the menu items are hidden and only the icons are left. We have now added a hover pop-up of the same text we hide to help users understand what each menu item is about.
improvementStopped showing name and surname on public profiles
  • Public profiles show a user's name if it's their own account, they are a collaborator of your app, or they are part of your organization.
bugFixed an issue where collaborators' names showed as "undefined" in several places
  • Names of app collaborators are now displayed as desired without any issues.
bugFixed an issue where the collapsible left sidebar sometimes did not display all the menu items unless the page was reloaded
  • All the items of the sidebar are now displayed as desired.
bugFixed an issue where the header items did not display properly on mobile devices
  • The top navigation bar items are now displayed properly on small screens.
bugFixed an issue where editing a model's params did not show the proper original params
  • Previously, if you tried editing a model to see or change its parameters, you could find that some of them were set to default values, even if you set them differently during model creation. This is not the case currently as the proper original params are reflected.

Workflow-Editor

StatusChangeDetails
improvementMade improvements to dynamically render layouts of workflows
  • The workflow editor is now able to interpret an entire workflow graph definition and dynamically calculate the proper 2-dimensional coordinates for each of the nodes in the graph.

API

StatusChangeDetails
new-featureIntroduced the Python Utils package
  • You can now use the collection of small Python functions and classes to make common patterns shorter and easier when interacting with our API.
bugFixed an issue when the API received Base64 decoded masks
  • Previously, if you provided a Base64 mask via an HTTP request, it failed to be created. It now works as expected.