Skip to content

Releases: scaleapi/scaleapi-python-client

New v2 Delivery Task Response APIs

Choose a tag to compare

@stuartdietrich stuartdietrich released this 24 Apr 18:35
b4111b2

New Features

Add new APIs

v2.18.3

Choose a tag to compare

@luke-e-schaefer luke-e-schaefer released this 22 Mar 15:42
d2380a4

v2.18.2

Choose a tag to compare

@cakhsu cakhsu released this 23 Jan 18:20
4420a7a
  • Task creation now supports CruiseControl task type

New v2 Datasets APIs

Choose a tag to compare

@stuartdietrich stuartdietrich released this 27 Oct 19:32
8bbb794

New Features

Add new datasets APIs

New v2 APIs

Choose a tag to compare

@EvanWang2 EvanWang2 released this 21 Jul 18:05
7829731

New v2 APIs added

  • Get Project - GET /v2/project
  • Get Multiple Projects - GET /v2/projects
  • Get Batch - GET /v2/batch
  • Get Multiple Batches - GET /v2/batches
  • Create Batch - POST /v2/batch
  • Finalize Batch - POST /v2/batch/finalize
  • Pause Batch - POST /v2/batch/pause
  • Resume Batch - POST /v2/batch/resume
  • Cancel Batch - POST /v2/batch/cancel
  • Set Batch Metadata - POST /v2/batch/metadata
  • Create Chat Task - POST /v2/task/chat
  • Set Task Metadata - POST /v2/task/metadata

Update SDK with new Annotation Types, Message Reasoning, & Message Chunks

Choose a tag to compare

@michaelbishoff michaelbishoff released this 05 Jun 01:45
f5dba5b

New Annotation Types:

  • Boolean
  • File
  • RankedChoices (ranking without ties)
  • RankedGroups (ranking with ties)
  • WorkspaceContainer (virtual environment upload)

Message Reasoning:

Any "reasoning" or "thinking" content provided by the model.

Message Chunks:

A new entity to represent a subset of Message Content. A chunk is a piece of content that exists within the message content. chunks are used to identify specific pieces of content which should have its own annotations. For example, an essay could be broken up into chunks where each chunk is a paragraph with their own annotations.

v2.16.0

Choose a tag to compare

@stuartdietrich stuartdietrich released this 24 Feb 19:17
97bb832

Upgrade Steps

  • requires python >= 3.8

New Features

  • .v2 client for v2 endpoints
  • v2_get_tasks for handling v2.get_tasks pagination like the existing get_tasks

v2.15.14

Choose a tag to compare

@jonathanfeng-scale jonathanfeng-scale released this 05 Sep 23:16
4961474

New Features

  • TaskTemplate class now supports response_schema if the feature is enabled for your account
  • new helper methods TaskTemplate.is_auto_onboardable() and TaskTemplate.get_response_schema() to get response_schema dictionary

v2.15.13

Choose a tag to compare

@fatihkurtoglu fatihkurtoglu released this 27 Aug 01:07
54c3b3f

New Features

  • project_name will be optional parameter for get_tasks_count method. Providing either project or batch name will be enough for this method.

Release - 2.15.12 Adding MultiStage Task Type

Choose a tag to compare

@patrick-scale patrick-scale released this 06 Aug 20:08
e3c2d05

Adding MultiStage to the task type enum in order to create task with that type!