Releases: IndicoDataSolutions/indico-client-python
6.8.1
What's Changed
Dataset creation now supports configuring email options
- [DEV-11721]: create dataset with email options by @jacobmanderson in #333
Full Changelog: 6.8.0...6.8.1
6.8.1-alpha1
dataset email options on dataset creation
Full Changelog: 6.8.0...6.8.1-alpha1
6.8.1-alpha0
Full Changelog: 6.8.0-alpha3...6.8.1-alpha0
Support email options during dataset creation
6.8.0
What's Changed
- [DEV-11487] Remove deprecated methods by @nateshim-indico in #299
- [DEV-11498] update getquestionnaire by @nateshim-indico in #300
- GetReviews with changes by @pastap in #301
- [DEV-11501] Update Model Group Settings by @nateshim-indico in #302
- [DEV-11535] deprecate deleted -> filesDeleted for Submission by @nateshim-indico in #305
- DEV-11576 Set autoprocess to True by @madisonmay in #308
- harness pipeline by @goatrocks in #320
- Create inputset pr-input-set by @indicomachineuser in #327
- Create inputset python-sdk-publish by @indicomachineuser in #328
- [DEV-11730]: fix async client handle files by @jacobmanderson in #325
- fix tests by @jacobmanderson in #329
- fix: change dockerfile by @goatrocks in #330
New Contributors
- @indicomachineuser made their first contribution in #327
Full Changelog: 6.1.0...6.8.0
draft release process
fix: change dockerfile (#330) * fix: change dockerfile * Create tox.Dockerfile --------- Co-authored-by: MC <[email protected]>
6.8.0-alpha0
fix a bug in the async indico client where we strip out the extension of a file when generating the file args for an aiohhtp request
What's Changed
- [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
- [DEV-11487] Remove deprecated methods by @nateshim-indico in #299
- [DEV-11498] update getquestionnaire by @nateshim-indico in #300
- GetReviews with changes by @pastap in #301
- [DEV-11501] Update Model Group Settings by @nateshim-indico in #302
- [DEV-11535] deprecate deleted -> filesDeleted for Submission by @nateshim-indico in #305
- DEV-11576 Set autoprocess to True by @madisonmay in #308
Full Changelog: 6.1.0-alpha1...6.8.0-alpha0
6.7.0-alpha0
Adds backwards-compatible static typing support for use in Python 3.8+ typed contexts.
client: IndicoClient = IndicoClient(IndicoConfig(...))
# this is valid
subs: list[Submission] = client.call(ListSubmission(...))
# this is not, and will throw a typing error
subs: list[str] = client.call(ListSubmission(...))
What's Changed
- [DEV-11487] Remove deprecated methods by @nateshim-indico in #299
- [DEV-11498] update getquestionnaire by @nateshim-indico in #300
- GetReviews with changes by @pastap in #301
- [DEV-11501] Update Model Group Settings by @nateshim-indico in #302
- [DEV-11535] deprecate deleted -> filesDeleted for Submission by @nateshim-indico in #305
Full Changelog: 6.6.0...6.7.0-alpha0
5.1.5
Adds patch to loosen required requests library version
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