Skip to content

Tags: civisanalytics/civis-python

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-12338] DEP Fix "list" versus "get" API methods; release for v2…

….8.0 (#530)

* FIX 'get' vs 'list' method names for GET endpoints

* TST update test_parse_params

* ENH update changelog; client.users.list_me -> client.users.get_me

* TST parse_method_name for legacy names or not

* FIX legacy list* methods now have the correct return annotations

* MAINT update changelog

* VER bummp to v2.8.0

* ENH apply the official deprecated decorator to legacy list* methods

* FIX return type in docstrings of legacy list* methods

* MAINT update changelog

* MAINT update changelog

* DOC __deprecated__

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-11076] FIX add kwarg `user_agent` in `civis.APIClient` in stub…

… file (#522)

* FIX add missing user_agent to APIClient's stub

* MAINT update changelog and bump version

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-11076] ENH add `user_agent` kwarg to `civis.APIClient` (#521)

* ENH add headers kwarg to civis.APIClient

* ENH expose only user_agent at civis.APIClient

* MAINT update changelog and bump version to v2.7.0

* TST update test_generate_classes_maybe_cached

* MAINT update changelog

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-11072] FIX switch to concurrent.futures API in file multipart …

…upload (#520)

* FIX switch to concurrent.futures API in file multipart upload

* MAINT update changelog

* VER bump to v2.6.0

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-10251] Add `civis.utils.job_logs()` function (#509)

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-10059] FIX API calls should send all items in an array query p…

…arameter (#507)

* FIX array params in API calls

* MAINT update changelog

* MAINT update civis api spec

* VER bump version to 2.4.3

* MAINT update changelog

* ENH check for more general __iter__ and filter dict+str

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-10004] DOC resolve CVE-2024-56326 due to jinja2 v3.1.4 (#506)

* DOC update dependencies to resolve jinja2 CVE

* DOC remove the unnecessary docs/source subdirectory structure

* FIX readme rst syntax

* ENH update civis api spec

* MAINT bump version, update changelog, drop sphinx build in circleci builds

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-9794] ENH update Civis API spec; bump version to v2.4.1 (#504)

* ENH update api spec

* MAINT update changelog, bump version

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-9806] MAINT bump version to v2.4.0 (#503)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CIVIS-8695] ENH SQL I/O functions accept SQL parameters and arguments (

#493)

* ENH civis.io* exposes params and args for client.scripts.post_sql

* REF switch to sql_params_arguments

* DOC update docs

* MAINT update changelog

* MAINT update changelog

* MAINT update changelog

* FIX response eq and repr; resource type hints for 'List'

* VER bump to v2.3.0 and update docs

* FIX real imports for static type hints

* MAINT update changelog

* MAINT update changelog