Skip to content

Releases: IndicoDataSolutions/indico-client-python

6.14.1

23 Apr 19:37
411049d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.14.0...6.14.1

6.14.0

12 Feb 17:17
049d802
Compare
Choose a tag to compare

What's Changed

  • feat: [DEV-12506]: Static Import/Export by @Sung96kim in #336
  • fix: [DEV-12677]: Static Model fixes by @Sung96kim in #344
  • [DEV-11651] Reduce base install size by making Msgpack, Numpy, and Pandas optional dependencies by @mawelborn in #314
  • [DEV-12949] Python 3.13 Compatibility by @mawelborn in #349

New Contributors

Full Changelog: 6.8.1...6.14.0

6.8.1

19 Sep 19:09
71d17a9
Compare
Choose a tag to compare

What's Changed

Dataset creation now supports configuring email options

6.8.1-alpha1

16 Sep 15:29
Compare
Choose a tag to compare
6.8.1-alpha1 Pre-release
Pre-release

dataset email options on dataset creation

Full Changelog: 6.8.0...6.8.1-alpha1

6.8.1-alpha0

16 Sep 13:58
Compare
Choose a tag to compare
6.8.1-alpha0 Pre-release
Pre-release

Full Changelog: 6.8.0-alpha3...6.8.1-alpha0

Support email options during dataset creation

6.8.0

26 Aug 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.8.0

draft release process

13 Aug 03:49
797b4b0
Compare
Choose a tag to compare
draft release process Pre-release
Pre-release
fix: change dockerfile (#330)

* fix: change dockerfile

* Create tox.Dockerfile

---------

Co-authored-by: MC <meg.cahill@indico.io>

6.8.0-alpha0

06 Aug 14:32
Compare
Choose a tag to compare
6.8.0-alpha0 Pre-release
Pre-release

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

Full Changelog: 6.1.0-alpha1...6.8.0-alpha0

6.7.0-alpha0

11 Apr 14:22
c3503bc
Compare
Choose a tag to compare
6.7.0-alpha0 Pre-release
Pre-release

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

Full Changelog: 6.6.0...6.7.0-alpha0

5.1.5

09 Apr 15:35
Compare
Choose a tag to compare

Adds patch to loosen required requests library version