Releases: IndicoDataSolutions/indico-client-python
6.6.0
Introduces a new AsyncIndicoClient - a client which supports concurrent API calls using Python's built-in asyncio library. See examples for more details
Includes Async support plus additional pagination, attributes on submissions.
What's Changed
- update submission example by @meghanhickey in #285
- add banner by @goatrocks in #286
- [CAT-837] Publish docs to readme by @meghanhickey in #280
- beta async support by @pastap in #282
- update app to try by @nateshim-indico in #290
- add support for v3 result in auto review by @nateshim-indico in #291
- [SNC-14] add: pagination and filtering to ListDatasets by @thearchitector in #279
- [SNC-14] add: input files to Submissions by @thearchitector in #287
- [DEV-11433] use uploadbatched instead of upload document by @nateshim-indico in #295
- update submission filter by @nateshim-indico in #294
- [DEV-11438] Get reviews by @nateshim-indico in #296
- [DEV-11455] update async client example by @nateshim-indico in #297
- [DEV-11456] make request chains wait appropriately for sync/async calls by @nateshim-indico in #298
Full Changelog: 6.0.0...6.6.0
6.1.0-alpha1
ALPHA RELEASE - Includes Async support plus additional pagination, attributes on submissions.
What's Changed
- update app to try by @nateshim-indico in #290
- add support for v3 result in auto review by @nateshim-indico in #291
- [SNC-14] add: pagination and filtering to ListDatasets by @thearchitector in #279
- [SNC-14] add: input files to Submissions by @thearchitector in #287
Full Changelog: 6.1.0-alpha0...6.1.0-alpha1
6.1.0-alpha0
Introduces a new AsyncIndicoClient - a client which supports concurrent API calls using Python's built-in asyncio library. See examples for more details
6.0.0
Updates to match with Indico 6!
Deprecates modelLoad
. Adds support for readapi tables. Adds ability to create and remove integrations along with workflows. Adds ability to register custom blueprints for workflows. Makes IndicoRequestError
more descriptive. Updates list of supported mimetypes. Adds python 3.11 as an officially supported version. Many improvements to unit and integration tests. Fixes an issue with timeout parameters not working as intended.
What's Changed
- [CAT-433] Deprecate ModelLoad by @goatrocks in #227
- [CAT-625] fix typo in org_annotate_model_group by @fitzworkhub in #229
- Updates for IPA 6.x by @meghanhickey in #230
- [CAT-633] FIX: document extraction image test by @meghanhickey in #231
- [CAT-634] fix integration tests by @meghanhickey in #232
- ADD: readapi tables v1 by @meghanhickey in #234
- [CAT-504] add mutation for deleting integrations by @fitzworkhub in #235
- [CAT-504] Update docs by @fitzworkhub in #236
- [CAT-503] Add pause integration mutation by @fitzworkhub in #237
- [CAT-646] Fix skipped integration tests by @fitzworkhub in #240
- [CAT-644] FIX: integration tests by @meghanhickey in #238
- adding notes to doc report integration tests by @meghanhickey in #241
- [CAT-657] update structure of labels in addLabels integration test by @fitzworkhub in #242
- [CAT-659] improve test for filtered classes by @goatrocks in #249
- [CAT-707] Add call to register custom blueprints by @meghanhickey in #250
- add filter docs by @meghanhickey in #251
- update workflows docstring by @fitzworkhub in #253
- fix create custom blueprint call and add labels test by @meghanhickey in #254
- Add missing required
error
argument toIndicoRequestError()
by @mawelborn in #247 - fix submission example by @meghanhickey in #271
- [CAT-822] Update Python Version by @nateshim-indico in #270
- [CAT-781] Migrate Mimetypes from Mediocris into Client by @nateshim-indico in #274
- [CAT-799] Timeout Parameter Not Set Up as Expected by @nateshim-indico in #273
New Contributors
- @mawelborn made their first contribution in #247
Full Changelog: 5.9.0...6.0.0
[Pre-Release] 6.0.0-alpha3
Preview release for Indico Platform 6.0
What's Changed
- [CAT-433] Deprecate ModelLoad by @goatrocks in #227
- [CAT-625] fix typo in org_annotate_model_group by @fitzworkhub in #229
- Updates for IPA 6.x by @meghanhickey in #230
Full Changelog: 5.9.0...6.0.0-alpha3
5.9.0
What's Changed
- [CAT-243] Add DeleteWorkflowComponent to python SDK by @meghanhickey in #175
- [CAT-243] DeleteWorkflow mutation, test, & doc update by @meghanhickey in #176
- [CAT-232] FIX: Update Document Report Filter behavior by @meghanhickey in #178
- [CAT-249] Generate new docs & update logo by @meghanhickey in #179
- Added error messaging for Dataset basetype methods by @andrew8bit in #177
- [CAT-250] FIX update model type enum to include all types that exist in the platform by @meghanhickey in #181
- [CAT-108] Enable autoprocessing by default for AddData by @meghanhickey in #180
- ADD: created_by and deleted fields to document report by @meghanhickey in #184
- ADD id for sub file in doc report by @meghanhickey in #185
- FIX: Update docs by @meghanhickey in #188
- [CAT-271] Remove DocExtraction and ModelGroupPredict Stuff from Docs by @fitzworkhub in #189
- [CAT-322] and 320 and 321 by @fitzworkhub in #190
- [CAT-302] add code sample to create a classifier -> extraction workflow by @fitzworkhub in #191
- [Snyk] Security upgrade python from 3.9.5 to 3.9.15 by @snyk-bot in #199
- [CAT-423] adds readapi flag to documentextraction by @nateshim-indico in #206
- [CAT-507] fix hanging image test by @fitzworkhub in #207
- [CAT-511] add instructions for running tests by @fitzworkhub in #208
- [CAT-520] Add ability to submit a string of text to the python sdk by @nateshim-indico in #212
- ADD: support for readapi v2 by @benleetownsend
New Contributors
- @andrew8bit made their first contribution in #177
Full Changelog: 5.1.4...5.9.0
6.0-alpha2
6.0.0-alpha2 [CAT-515] FIX: force decompress when deserializing if url ends in gz …
6.0.0-alpha1
This is an alpha release. This is for internal testing purposes only. It will not work with older versions of the platform.
What's Changed
- [CAT-302] add code sample to create a classifier -> extraction workflow by @fitzworkhub in #191
- [Snyk] Security upgrade python from 3.9.5 to 3.9.15 by @snyk-bot in #199
- [CAT-501] ADD: functionality for adding exchange integration to a workflow by @meghanhickey in #202
- [CAT-502] ADD: support for starting an integration by @meghanhickey in #203
Full Changelog: 5.3.0-alpha2...6.0.0-alpha1
6.0.0-alpha
This is an alpha release. This is for internal testing purposes only. It will not work with older versions of the platform.
What's Changed
This includes changes to the way backend storage functions.
- [CAT-302] add code sample to create a classifier -> extraction workflow by @fitzworkhub in #191
- support batch upload for files by @jacobmanderson in #194
- feat: [DEV-10092] update storage url scheme by @haizhou in #200
New Contributors
Full Changelog: 5.3.0-alpha2...6.0.0-alpha
5.3.0-alpha2
Add after_link_id
to addModelGroupComponent