Skip to content

Releases: IndicoDataSolutions/indico-client-python

5.0.0-alpha5

11 Mar 21:19

Choose a tag to compare

5.0.0-alpha5 Pre-release
Pre-release
5.0.0-a5

use enums, add extra examples

5.0.0-alpha4

04 Mar 14:21

Choose a tag to compare

5.0.0-alpha4 Pre-release
Pre-release
5.0.0-a4

handle model_training_options correctly

5.0.0-alpha3

03 Mar 16:42

Choose a tag to compare

5.0.0-alpha3 Pre-release
Pre-release
5.0.0-a3

refactor for adding different components

5.0.0-alpha2

25 Feb 20:00

Choose a tag to compare

5.0.0-alpha2 Pre-release
Pre-release
5.0.0-a2

fix tests and also deprecte an option we don't use

Error handling tweaks

14 Feb 14:55
af83ec7

Choose a tag to compare

Adds an 'IndicoHibernationError' for handling hibernating clusters. Adds better exception handling for 500 errors in general.

What's Changed

  • [CAT-171] & [CAT-168] Fix exception handling for hibernation and decoding by @goatrocks in #136

Full Changelog: 4.12.7...4.12.9

Revert num pages change

02 Feb 20:05
a168c2a

Choose a tag to compare

4.12.8

add status into filter (#132)

4.12.6 - Exclude 'tests' package.

15 Dec 19:54
34a4236

Choose a tag to compare

This release excludes the tests package from publish.

4.12.5 - Add in Datafile attributes and the DataFilePage class type

05 Nov 18:47
689e124

Choose a tag to compare

Adds the following:

  • Adds a few more attributes to the Datafile type (pages, page_ids, and num_pages)
  • Adds the DataFilePage class type, so it can be used by the newly added pages attribute.

What's Changed

Full Changelog: 4.12.4...4.12.5

4.12.4 - Add pagination to ListSubmissions call

01 Nov 13:46
2e5b027

Choose a tag to compare

Adds ability to use client.paginate with ListSubmissions

What's Changed

  • [CAT-126] ADD: pagination to ListSubmissions by @pastap in #124

Full Changelog: 4.12.3...4.12.4

Add file_size and num_pages to SubmissionFile

18 Oct 18:34
8184199

Choose a tag to compare

Add the following attributes to the SubmissionFile type:

  • file_size: Size of the file, in bytes
  • num_pages: Number of pages in file