Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 7.96 KB

release91.md

File metadata and controls

50 lines (43 loc) · 7.96 KB
description sidebar_position pagination_next pagination_prev
Changelog for Clarifai Release 9.1
-40
product-updates/changelog/release92
product-updates/changelog/release90

Release 9.1

New Feature Improvement Bug Fix Enterprise Only
new-feature improvement bug enterprise

Community

Status Change Details
new-feature Introduced the Clarifai Organizations feature within the Community
  • You can now use the powerful feature to consolidate multiple Clarifai accounts into an organization and make the most out of your teams.
  • It enhances collaboration, allows you to centralize the management of your Clarifai operations, and more.
new-feature Published the "Recommended" Resnet template
  • You can now use the template to yield optimal results with your visual classification models.
new-feature Published the moderation-all-resnext-2 model
  • You can now use the image classification model to identify inappropriate content—such as nudity, drugs, suggestive, gore, etc.—in images and video.
new-feature Published the moderation-abuse-japanese model
  • You can now use the text classification/moderation model to detect cyberbullying in Japanese texts.
new-feature Published the moderation-abuse-korean model
  • You can now use the text classification/moderation model to classify Korean text into four concepts: hate speech, offensive language, gender bias, or other bias.
improvement Made "My Apps" text dynamic
  • The top left menu item, "My Apps", now leads to either own apps (on a user's profile) or org apps (if the user has switched to an organization profile). In the latter case, the text now reads "Org Apps."
improvement Made improvements to the model version table
  • Added spinning wheel to model version table. It appears during training and shows the progress of the model evaluation.
  • Fixed a slight issue with model version table padding.
bug Fixed an issue with duplicating apps
  • Previously, when copying an app’s resources, the drop-down list to select a destination app contained app names, which had already been deprecated.
  • The issue has now been fixed and a user cannot choose an app name in the drop-down list; there is only an app id to choose from.
bug Fixed an issue where the model list page loaded excess models other than the ones owned by the user.
  • The model list page now fetches the correct number of models owned by the user within that app. This greatly improves the loading speed of the models' page.
bug Fixed an issue where the sorting drop-down box could be hidden when applying the listing view on apps, models, or workflows
  • The Sort by functionality is now fully visible and sorts apps, models, and workflows correctly when using the list view or the grid view.
bug Fixed an issue where Python code snippets for some models failed to work
  • The Python code snippets now work as desired when used for calling the models via an API request.
bug Fixed an issue where when a member clicked an invite link to join an organization, they got redirected automatically.
  • Previously, when either an existing Clarifai user or an unregistered user clicked an invite link to join an organization, the page with options to accept the invite or register for an account before accepting the invite could appear—but it could redirect to the organization's account or sign up page within a second without a chance for the user to read the message and react accordingly.
  • The redirect no longer happens automatically.
bug Fixed incorrect values displayed in the Usage dashboard for average stored inputs
  • Previously, there was a discrepancy between the value of the average stored inputs displayed in the Usage highlights section and that displayed in the Average Stored Inputs chart.
  • The value of the average stored inputs is now displayed correctly in both places.
bug Fixed an issue with adding a secondary email in the account settings page
  • Previously, if you added a new email to your account, and clicked the sent verification link in your inbox, you could get an error—although the additional email was correctly verified.
bug Fixed an issue with the job monitor not showing when uploading text inputs
  • The input upload job monitor is now visible for text inputs. It correctly shows the progress status of the uploads.
bug Fixed an issue where adding metadata to image inputs was impossible
  • Adding metadata information to image inputs now works as expected.
bug Fixed some issues with displaying polygon points
  • Polygons labeled in the Input Viewer page are now displayed as desired.
bug Fixed an issue with configuring a model template using pre-trained weights
  • Previously, it was not possible to select a pre-trained weight out of the provided list of options when undertaking a deep train model configuration.
  • You can now select any of the options out of the drop-down list.
bug Fixed an issue with loading some models
  • Previously, there was an application-type error when trying to load some models from the Community. The issue has been fixed.

Old Portal

Status Change Details
new-feature Added a SWITCH TO NEW PORTAL button to allow users to switch to the new portal
  • You can now simply click the button on the legacy portal to be redirected to the new portal and try out its features.

API

Status Change Details
improvement Improved the error codes generated when a request fails
  • Users now get more specific error codes that tell them why a particular request failed. The codes reflect specific parameter-related errors, which make debugging issues easy and fast.
improvement Improved the handling of retries for throttle and unconnected errors
  • Added better handling for the throttle error codes returned from API requests and unconnected error codes raised from the gRPC clients.
bug Fixed an issue where using the PostDatasetInputs endpoint to add existing inputs with ids > 32 characters to a dataset resulted in an error
  • Input ids length is no longer validated for the PostDatasetInputs endpoint. So, the character limit is no longer applied.