CHANGES
=======

v3.5.3
------

* Fix \`intake\_status\` and \`environment\` missing from transactions\_summary request (#59)

v3.5.2
------

* Fix \`intake\_status\` and \`environment\` missing from request params (#57)
* Bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory (#55)

v3.5.1
------

* Fix circular import \`TrainModelHandler\` <> \`PricecypherModel\` (#53)

v3.5.0
------

* Add model training and batch inference handlers (#51)

v3.4.0
------

* Add default \`None\` value to optional dataclass fields (#49)
* Add CODEOWNERS file (#48)
* Add parquet, dataframe and file handlers (#47)

v3.3.0
------

* Add (optional) version to PredictResult response of inference handler contract (#45)
* Bump cryptography from 43.0.0 to 43.0.1 (#44)

v3.2.0
------

* Add azure blob client to smart-open \`transport\_params\` when using azure for remote storage (#42)

v3.1.0
------

* Resolve respose parse issue for updated currencies support in dataset service (#40)
* Bump certifi from 2024.6.2 to 2024.7.4 (#39)
* Auto retry failed HTTP requests for certain status codes (#38)
* Bump urllib3 from 2.2.1 to 2.2.2 (#36)

v3.0.0
------

* feat!: Refactor event handler contracts, in preparation for model inference (#35)

v2.1.0
------

* Release v2.1.0 to master (#34)
* Add dataset environment parameter to \`get\_transactions\` (#33)

v2.0.0
------

* BREAKING CHANGE: Update Script contracts to take \`get\_bearer\_token\` function argument instead of static \`bearer\_token\` (#31)

v1.0.1
------

* HOTFIX - Use \`pbr\` for building and include \`\_\_version\_\_\` property in top-level module (#29)

v1.0.0
------

* Add optional intake\_status parameter to scopes and scope values requests (#27)
* Use retry-after header in response for waiting (#26)
* Add config SDK to retrieve config sections as dicts (#24)
* Add ability to specify custom DNS resolution in environment (#23)
* Add ability to filter on scopes that are not/need not be in the columns parameter (#25)

v0.5.0
------

* Add QualityTest script type and contracts for it (#20)
* Add pagination support to transactions index endpoint (#17)
* Update version to v0.4.1 (#18)

v0.4.0
------

* Update version to v0.4.0 (#15)
* Add transaction ID filter to get\_transactions (#14)

v0.3.0
------

* Update version to 0.3.0 (#12)
* Support fetching transaction scopes by ID (#11)
* Static specification of default user-tool base URL (#10)

v0.2.0
------

* Update version to 0.2.0 (#9)
* Allow specification of the intake\_status (#7)

v0.1.1
------

* Fix end date filter being set to start date (#5)

v0.1.0
------

* Bump version to 0.1.0 (#4)
* Script contracts (#3)
* Allow none values for scope values and constants (#2)
* Initial setup (#1)
* Update license
* Initial commit
