Skip to content

Releases: digiLab-ai/uncertainty-engine-sdk

v0.14.1

28 Apr 11:11
b32944d

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

02 Apr 09:03
11e7ccc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.14.0

v0.13.0

18 Feb 11:23

Choose a tag to compare

What's Changed

  • PB 1586: update running workflow functions to use override types by @nathan962 in #189
  • Remove the support link from the README by @JDonaldM in #190
  • PB 1590 refactor adding tool metadata mechanism with new ToolMetadata pydantic model by @nathan962 in #191
  • Pb 1475 chris add new cancel method to the sdk client method by @cjfuller-dev in #194
  • PB-1728: Add end-to-end test for cancelling a queued job by @cjfuller-dev in #195
  • PB-20: Update urllib3 to address Dependabot finding by @cjfuller-dev in #197
  • Pb 20 Bump aiohttp to fix Dependabot findings by @cjfuller-dev in #198
  • Skip cancel tests in uat/prod until it's launched everywhere by @cjfuller-dev in #199
  • SDK-148: Update examples and documentation to denote simpler client instantiation/authentication by @eirinikouvara in #200
  • PB-1816: Remove developer README by @JDonaldM in #201
  • SDK-137: Document example code snippets by @eirinikouvara in #202

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Dec 10:22
be3a195

Choose a tag to compare

What's Changed

  • PB 1335 queue workflow function by @nathan962 in #143
  • PB 1336 run workflow function on client by @nathan962 in #144
  • PB-1238: extend resources example to include deletion by @eirinikouvara in #142
  • PB-1246: force csv for dataset uploads by @eirinikouvara in #145
  • PB 1312 allow for marking tool metadata by @nathan962 in #141
  • PB 1338 queue workflow e 2 e tests by @nathan962 in #146
  • PB-1305: Add client dependency in base node class by @natalietf in #147
  • PB 1313-A generic get_id_by_name method and implementation on resources by @nathan962 in #150
  • PB 1313-B helper methods for listing workflows and projects by name by @nathan962 in #151
  • PB-1306: Adding node_info attribute to Node class by @natalietf in #149
  • PB-22: Update aiohttp==3.13.2, urllib3==2.5.0 in poetry.lock by @cariad in #153
  • PB-1306: Add validate method on base node class by @natalietf in #152
  • PB-1306: Have validate run on Node init by @natalietf in #154
  • PB-1402: Inherit client field in all the custom classes - basic by @natalietf in #155
  • PB-1402: Inherit client field in all the custom classes - ml by @natalietf in #156
  • PB-1396: add uat environment by @eirinikouvara in #157
  • PB-1402: Inherit client field in all the custom classes - resource management by @natalietf in #158
  • Remove CODEOWNERS by @JDonaldM in #160
  • PB-1402: Inherit client field in all the custom classes - sensor design by @natalietf in #159
  • Fix the release E2E tests by @JDonaldM in #161
  • PB-1402: Inherit client field in all the custom classes - workflow by @natalietf in #162
  • PB-1379: Add validation on make_handle method by @natalietf in #163
  • PB-1310: Refactor validate method to use helper functions and raise on failure by @natalietf in #164
  • PB-1310: Refactor make_handle validation logic to use a validate function by @natalietf in #165
  • PB 1454 tool metadata is being referenced as if an input by @nathan962 in #166
  • PB-1310 Update validate outputs to take one or multiple names by @natalietf in #167
  • PB-1343: add ability to delete workflow by @eirinikouvara in #169
  • PB-1310: Add WorkflowValidationError for summarising collected errors from workflow validation by @natalietf in #168
  • PB-1310: Add WorkflowValidator class by @natalietf in #170
  • PB-1310: Add node input validation method to WorkflowValidator by @natalietf in #171
  • PB-1310: Add node handle validation to WorkflowValidator by @natalietf in #172
  • PB-1310: Add requested output validation to WorkflowValidator by @natalietf in #173
  • PB-1310: Add validate method to WorkflowValidator by @natalietf in #174
  • PB-1310: Add workflow validate method by @natalietf in #175
  • SDK-17: add graph validation on labels by @eirinikouvara in #176
  • SDK-71: load GUI workflows in SDK bugfix by @eirinikouvara in #177
  • SDK-44: optional client in load workflow by @eirinikouvara in #178
  • SDK-46: notebook showing validation flow by @eirinikouvara in #179
  • SDK-104: Broaden the typing for inputs and outputs. by @JDonaldM in #181
  • SDK-103: handle node registry error more clearly by @eirinikouvara in #182
  • SDK-105: Raise validation errors instead of warnings by @eirinikouvara in #183
  • SDK-108: Add prevent_node_overwrite to Graph init by @JDonaldM in #186
  • Bump version to 0.12.0 by @JDonaldM in #188

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

29 Oct 09:39
c3637ec

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Sep 20:26

Choose a tag to compare

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 Sep 09:30
8c1a479

Choose a tag to compare

What's Changed

  • PB-932: Stop passing the username to "/nodes/queue" by @cariad in #99
  • PB-978: Make requested_output optional by @JDonaldM in #100
  • PB-970: Decode resource token to get account id rather than requiring user input by @natalietf in #101
  • PB-970: Show a deprecation warning when using authenticate with account_id argument by @natalietf in #102
  • PB-970: Update docs and demo noteboooks to no include account_id when authenticating by @natalietf in #103
  • Bump project version to 0.9.0 by @JDonaldM in #105

Full Changelog: v0.8.0...v0.9.0

v0.8.0

08 Sep 10:28
119181e

Choose a tag to compare

What's Changed

  • Update examples to use new output models by @cariad in #72
  • PB-774: replaced ValidStatus with uncertainty_engine_types.JobStatus by @eirinikouvara in #73
  • PB-716: change input to inputs in client methods by @eirinikouvara in #74
  • Remove unused "CognitoAuthenticator.get_access_token()" function by @cariad in #75
  • Add "CognitoToken" equality handler by @cariad in #76
  • Add "CognitoAuthenticator.get_cognito_response_value()" function by @cariad in #79
  • Return "CognitoToken" from "CognitoAuthenticator.authenticate()" by @cariad in #77
  • Clean up Cognito Token tests by @cariad in #80
  • Refactor the authorisation cache keys to a constant by @cariad in #81
  • Update "CognitoAuthenticator.refresh_tokens()" to return "CognitoToken" by @cariad in #82
  • Fix return type for "update_api_authentication()" by @cariad in #83
  • Add "CognitoToken.id_token" property by @cariad in #78
  • Add "include_id" argument to "AuthService.get_auth_header()" by @cariad in #84
  • Add "AuthProvider" class by @cariad in #85
  • Add "include_any_resource_token" argument to "AuthService.get_auth_header()" by @cariad in #87
  • Add mock resource token to test fixtures by @cariad in #88
  • PB-954: Pass a resource token callback to the authorisation service by @cariad in #89
  • Remove CODEOWNERS by @JDonaldM in #90
  • PB-954: Get and cache resource tokens by @cariad in #86
  • PB-715: Change input to inputs in workflow class by @natalietf in #92
  • PB-954: Include a resource token in calls to the Core API by @cariad in #91
  • PB-960: Add a pre-release notice to the README by @natalietf in #93
  • PB-971: Add deprecation warnings by @natalietf in #94
  • Remove include_any_resource_token by @natalietf in #95
  • PB-975: Workflow loading bug by @natalietf in #97
  • Bump SDK version to 0.8.0 by @natalietf in #98

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Aug 09:32
5b2d50d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Jul 10:30
a879bee

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0