Releases: marketredesign/pricecypher_python_sdk
Releases · marketredesign/pricecypher_python_sdk
v3.5.3
What's Changed
- Fix
intake_statusandenvironmentmissing from transactions_summary request by @yushakareem in #59
Full Changelog: v3.5.2...v3.5.3
v3.5.2
What's Changed
- Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory by @dependabot in #55
- Fix
intake_statusandenvironmentmissing from request params by @marijnvanderhorst in #57
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- Fix circular import
TrainModelHandler<>PricecypherModelby @marijnvanderhorst in #53
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Add parquet, dataframe and file handlers by @maxhumme in #47
- Add CODEOWNERS file by @marijnvanderhorst in #48
- Add default
Nonevalue to optional dataclass fields by @marijnvanderhorst in #49
New Contributors
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #44
- Add (optional) version to PredictResult response of inference handler contract by @marijnvanderhorst in #45
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Add azure blob client to smart-open
transport_paramswhen using azure for remote storage by @marijnvanderhorst in #42
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #36
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in #39
- Resolve transactions index response parse error due to updated currencies support in DSS… by @yushakareem in #40
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v3.0.0...v3.1.0
v2.2.0
What's Changed
- Auto retry failed HTTP requests for certain status codes by @yushakareem in #38
New Contributors
- @yushakareem made their first contribution in #38
Full Changelog: v2.1.0...v2.2.0
v3.0.0
What's Changed
- Refactor event handler contracts, in preparation for model inference by @marijnvanderhorst in #35
Major enhancements to the "event handler" contracts / abstract classes provided by this SDK. For instance, allows for much construction of model inference runtimes (runtimes are outside the responsibility of this SDK, but generic APIs that can be re-used across different external runtime implements are within the scope of this SDK).
Full Changelog: v2.1.0...v3.0.0