Skip to content

Latest commit

 

History

History
363 lines (174 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

363 lines (174 loc) · 16.8 KB

CHANGELOG

v1.6.0 (2024-02-29)

Feature

  • feat(sdk): add support for on-prem installations

Signed-off-by: Mohamed Tawfik <[email protected]> (3a22d4f)

v1.5.3 (2024-02-29)

Fix

  • fix(predictions): handle None predictions

Signed-off-by: Mohamed Tawfik <[email protected]> (06325d7)

v1.5.2 (2024-02-28)

Fix

  • fix(actions): use supported actions for releases

Signed-off-by: Mohamed Tawfik <[email protected]> (7e4d20b)

v1.5.1 (2024-02-28)

Fix

  • fix(actions): remove extra line

Signed-off-by: Mohamed Tawfik <[email protected]> (e820da1)

v1.5.0 (2024-02-28)

Chore

  • chore(actions): bump relekang/python-semantic-release to v8.3.0

Signed-off-by: Mohamed Tawfik <[email protected]> (7f0af12)

Feature

  • feat(predictions): retrieve outputs correctly

Signed-off-by: Mohamed Tawfik <[email protected]> (66be7ed)

v1.4.2 (2022-12-18)

Fix

  • fix(predictions): fix token expiry with too many

Signed-off-by: Mohamed Tawfik <[email protected]> (33d4f85)

  • fix(predictions): remove duplicate query params

Signed-off-by: Mohamed Tawfik <[email protected]> (1b562ac)

Refactor

  • refactor(endpoints): split REST endpoints objects

Signed-off-by: Mohamed Tawfik <[email protected]> (7bec780)

v1.4.1 (2022-09-27)

Chore

  • chore(actions): update semantic-release (ffa37c5)

Fix

  • fix(project): fix minor bug (d3af031)

v1.4.0 (2022-09-25)

Chore

  • chore(endpoints): add pagination mixin (868a011)

Documentation

  • docs(integration): clarify some comments (e56b1cc)

Feature

  • feat(project): create project alongisde live model (ca6c8ba)

  • feat(auth): add API Key authentication (b05d8d9)

  • feat(sdk): add listing predictions via pagination (3248d54)

v1.3.0 (2022-06-02)

Chore

  • chore(sdk): refactor switch_model_state (71efc09)

  • chore(endpoints): remove extra debugging messages (4b71ca7)

  • chore: add python-dotenv dev dependency (7f3e2be)

  • chore(license): update Copyright owner (12607db)

  • chore(git): remove version from develop branches (a2f1c3e)

  • chore(git): refactor merge tree Exclude version commits from develop branch and any subsquent branches (809ab0c)

Feature

  • feat(endpoints): add model switch endpoints (9cc2276)

  • feat(endpoints): add get models endpoint (21ca037)

  • feat(endpoints): add delete model endpoint (e588451)

  • feat(endpoints): add create model endpoint (b297b12)

  • feat(deployment): add model to create deployments (db7c294)

Fix

  • fix(types): add total ordering for KonanModel (6b6ff62)

Style

  • style(sdk): add a space before an inline comment (2488a17)

v1.2.6 (2022-03-24)

Chore

  • chore(imports): remove extra import (c15409c)

  • chore(releases): all manual release (a728401)

Fix

  • fix(konan-service): fix healthz response (48ffe50)

Unknown

  • Merge pull request #24 from SynapseAnalytics/develop

Allow manual release (940e78a)

  • Fix healthz response (#23)

  • fix(Evaluate): fix returning empty metrics

  • chore(docs): add docs with sphinx and ReadTheDocs (#18)

  • fix(konan-service): fix healthz response

Co-authored-by: Mohamed Tawfik <[email protected]> (6d69349)

  • Merge branch 'main' into develop (a7ff65c)

v1.2.5 (2022-02-14)

Chore

  • chore(docs): add docs with sphinx and ReadTheDocs (#18) (4ec16c0)

  • chore(docs): add docs with sphinx and ReadTheDocs (#18) (0ead10f)

Fix

  • fix(docs): Add more descriptive doc strings (344fc59)

Unknown

  • Merge branch 'main' into develop (d29c459)

v1.2.4 (2022-01-26)

Fix

  • fix(Evaluate): fix returning empty metrics (39c6f15)

  • fix(Evaluate): fix returning empty metrics (48d0c1a)

v1.2.3 (2022-01-26)

Chore

  • chore(poetry): add pyyaml as dev dependency (0665ed1)

Fix

  • fix(Endpoints): fix handling endpoint without JSON response (d69a13f)

  • fix(Metrics): fix creating a KonanCustomMetric (83b0601)

Unknown

  • Merge pull request #15 from SynapseAnalytics/develop

Hotfixes for endpoints (f9ad647)

v1.2.2 (2022-01-19)

Fix

  • fix(endpoints): fix endpoint paths with trailing slash (7d05b42)

  • fix(endpoints): fix endpoint paths (5be21b7)

  • fix(endpoint): fix json and slash in URLs (2b43c72)

  • fix(endpoints): Fix importing NoneType (d17786c)

Unknown

v1.2.0 (2022-01-17)

Feature

  • feat(endpoints): add delete deployment endpoint (#13) (63781b1)

Refactor

  • refactor(endpoints): refactor operations on endpoints (#12) (6c6dbcc)

Unknown

  • Merge pull request #14 from SynapseAnalytics/develop

Release new konan-sdk version (319b59e)

  • Merge pull request #9 from SynapseAnalytics/KONAN-891-create-deployment

Konan 891 create deployment (834967a)

v1.1.0 (2022-01-12)

Chore

  • chore(ci): use python-semantic-release action with version (9fef03a)

  • chore(workflow): use python-semantic-release action (c434b96)

  • chore(ci): skip releases for now (37fd141)

  • chore(workflow): fix poetry and pypi settings (c63fe36)

  • chore(actions): remove redundant check in release (7d1e3da)

  • chore(pypi): temporarily don't release to PyPI (dd251bd)

  • chore(workflows): fix linting command (7ae293f)

  • chore(workflows): run quality worfklow on all branches (37f5ddd)

  • chore(sdk): fix linting issues (ded402d)

  • chore(linting): adjust flake8 exclude paths (1a93d71)

  • chore(ci): add semantic release (52a4a13)

  • chore: bump version to 1.0.0 (a2e8204)

  • chore(gitignore): add vscode to gitignore (e935b97)

  • chore: change python version to ^3.7 (71c75db)

  • chore: update poetry.lock file (31c6e0c)

  • chore: update python version to include 3.7 (0808c69)

Documentation

  • docs: update links in pypoetry.toml (da9fb92)

Feature

  • feat(endpoints): add create deployment endpoint (0089316)

  • feat(endpoints): add evaluate endpoint (20aa0ef)

  • feat(endpoints): add create feedback endpoint (1a02bc4)

  • feat(mlservice): add multi_label_confusion_matrix to pre-defined metrics (0896106)

  • feat(ml-service): add base classes for an ml-service (54ddc91)

  • feat(ml-service): add evaluate endpoint (ca3437f)

  • feat(ml-service): add base classes for an ml-service (efbf75e)

  • feat: adjust endpoints to new api version (f0f4307)

  • feat: made predict function take either a dict or a string (9e5582a)

Fix

  • fix(base-endpoints): treat endpoint_path as property not func (f1e192c)

  • fix(mlservice): override ServiceFeedback.prediction (46d3750)

  • fix(evaluate): Fix typing and inheritance of Types (cb301bb)

  • fix: fix konan-sdk not working with python 3.7 (a68faed)

  • fix: fix access / refresh token not being correctly refreshed (ccc350d)

Unknown

  • Merge pull request #11 from SynapseAnalytics/develop

Release new SDK version (9d65adb)

  • Merge branch 'main' into develop (78c3ab4)

  • Merge pull request #10 from SynapseAnalytics/develop

Release new SDK version Tag (e9b4394)

  • hotfix(github-ci): move workflow files to correct path (36e9033)

  • Merge branch 'main' into develop (356f467)

  • Konan 792 sdk refactoring (#4)

refactor: refactor konan sdk endpoints (dc64fa4)

  • Merge pull request #3 from SynapseAnalytics/KONAN-811

feat(ml-service): add evaluate endpoint (3e7e37b)

  • Merge branch 'develop' into KONAN-811 (188daba)

  • Merge pull request #2 from SynapseAnalytics/KONAN-763

feat(mlservice): add base classes for an ml-service (f3acf38)

  • Merge pull request #1 from SynapseAnalytics/chore/semantic-release

Chore/semantic release (a6968ac)