- 02 Apr 2025
- Print
- DarkLight
- PDF
Deprecations
- Updated On 02 Apr 2025
- Print
- DarkLight
- PDF
Overview
The Deprecation page serves as a central resource for tracking features, settings, and services that have been or are scheduled to be deprecated on the Dataloop platform. Deprecations are necessary to enhance performance, improve system stability, and ensure compatibility with the latest technologies.
Deprecation of 4ptBox project setting
The 4ptBox
project setting, which was used to retrieve 4-point box coordinates instead of 2, is being deprecated due to performance issues. This setting generates excessive API calls during annotations, leading to errors and increased latency in the SDK.
Actions taken:
- Removed all related code from the SDK.
- Deleted the setting from global settings.
- Verified and removed any usage of this setting in OA.
Deprecation: Attributes 1.0
The use of list-based attributes (Attributes 1.0) in the Dataloop SDK is deprecated as of SDK version 1.99.0 and has been non-functional since version 1.90.39.
- If you are passing attributes as a
list
, please migrate to the newdict
based format (Attributes 2.0). - The SDK will begin showing warnings for list-type attributes.
- Future SDK versions will raise an error when list attributes are used.
To ensure compatibility and take advantage of the latest schema features, use dict
format for all attributes.
The use_attributes_2()
function is deprecated as of SDK version 1.99.0 and has been non-functional since version 1.90.39.
To work with Attributes 2.0, simply use the update_attributes()
method—no additional configuration is needed.