Skip to content

Tags: quantopian/aqueduct-client

Tags

0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from jimportico/readme-edits

Readme edits

0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Aqueduct tweaks (#9)

* ENH: Update to add link to live QE docs

* ENH: Update asset_identifier_format default to sid

asset_identifier_format values of `symbol` and `fsym_region_id` are _only valid_ for US_EQUITIES domains.

`symbol` will cause a `TypeError: Expected unicode, got <type 'str'>` exception, while `fsym_region_id` will cause `IndexError: cannot do a non-empty take from an empty axes.`

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Aqueduct tweaks (#9)

* ENH: Update to add link to live QE docs

* ENH: Update asset_identifier_format default to sid

asset_identifier_format values of `symbol` and `fsym_region_id` are _only valid_ for US_EQUITIES domains.

`symbol` will cause a `TypeError: Expected unicode, got <type 'str'>` exception, while `fsym_region_id` will cause `IndexError: cannot do a non-empty take from an empty axes.`

v0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Aqueduct tweaks (#9)

* ENH: Update to add link to live QE docs

* ENH: Update asset_identifier_format default to sid

asset_identifier_format values of `symbol` and `fsym_region_id` are _only valid_ for US_EQUITIES domains.

`symbol` will cause a `TypeError: Expected unicode, got <type 'str'>` exception, while `fsym_region_id` will cause `IndexError: cannot do a non-empty take from an empty axes.`

0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from quantopian/check-concurrent-execs

ENH: Add support for concurrent executions quota.

0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from quantopian/add-versioneer

ENH: Add versioneer.

0.1

Initial AqueductClient implementation.