From febaf78291b2c59fd75732c77e18ddb4c21ab730 Mon Sep 17 00:00:00 2001 From: devops-radicalbit Date: Fri, 28 Jun 2024 12:04:38 +0200 Subject: [PATCH] chore(main): release 0.9.0 --- .github/release-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ api/pyproject.toml | 2 +- docs/docusaurus.config.js | 2 +- sdk/pyproject.toml | 2 +- spark/pyproject.toml | 2 +- ui/package.json | 2 +- version.txt | 2 +- 8 files changed, 32 insertions(+), 7 deletions(-) diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 0e7e06e0..2101ae57 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4eb668..cf9dae97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.9.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.1...v0.9.0) (2024-06-28) + + +### Features + +* add latest reference and current uuids to modelOut dto ([#32](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/32)) ([f8fdb5a](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/f8fdb5afcd94ffbf2e2e83d46d9f10b7403b352e)) +* add statistics for multiclassification + refactoring and improvements ([#35](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/35)) ([18588ea](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/18588eab6894275c2e29e20a9ea7d5b74b34d142)) +* allow to select the modelType and update the valid types prediction array ([#43](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/43)) ([0c2ad1a](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/0c2ad1ae860a17290f0c96c18b132e1cf977a61c)) +* **api:** get all reference/current datasets not paginated ([#26](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/26)) ([6967044](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/696704485683f081436818cf52aed117c1ec81d7)) +* change type from secondary-light to primary ([#42](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/42)) ([f2af815](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/f2af8153c30cbd8491cd94414cddc8ab72d759b1)) +* data quality for multiclass + fix class metrics ([#41](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/41)) ([7cc870a](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/7cc870ad0afad5581065128d91ee5241e7a71002)) +* fix binary ([#48](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/48)) ([1a66a72](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/1a66a721e30e26526324b95e257ead5df24aa1cf)) +* get all models not paginated ([#27](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/27)) ([06bd2ef](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/06bd2ef7cb63a362e8f9091fee439794cbdde8d0)) +* refactoring of metrics part ([#38](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/38)) ([6cb8bbe](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/6cb8bbef4cbfcfa588c34fe4636d2d1c4b64934d)) +* **sdk:** added ability to set S3 endpoint url if needed ([#34](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/34)) ([c6a8f14](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/c6a8f1406c928de70bb1192329d62a7dc3f784e6)) +* **sdk:** get all reference and current datasets ([#31](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/31)) ([5b1832d](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/5b1832d1b7558cc94ae29d58f0a93cb62f0949bb)) +* **ui:** add multi-classification folder structure and refactoring binary folder structure ([#45](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/45)) ([7285847](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/7285847458d5b292b1d15c463720a809b73d46b9)) + + +### Bug Fixes + +* dockerfile ui environment variables ([#40](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/40)) ([15f8bbe](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/15f8bbe157a0d2ffe77ebdf1f6cc4075fe473da3)) +* manage types for all the fiels ([#47](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/47)) ([64218fa](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/64218fa618d626b5ed2acbc9b6a695c969203a65)) +* **ui:** Improve polling and other fixies ([#36](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/36)) ([951905f](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/951905fe008651f9afa6f57eeb5462470d764cff)) + ## [0.8.1](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.0...v0.8.1) (2024-06-25) ### Bug Fixes diff --git a/api/pyproject.toml b/api/pyproject.toml index b253efae..269fae2f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-ai-monitoring" # x-release-please-start-version -version = "0.8.1" +version = "0.9.0" # x-release-please-end description = "radicalbit platform" authors = ["Radicalbit"] diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 363dd692..8e46d530 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; // x-release-please-start-version -const VERSION = '0.8.1'; +const VERSION = '0.9.0'; // x-release-please-end /** @type {import('@docusaurus/types').Config} */ diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 45c3fb0b..b58717ee 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-platform-sdk" # x-release-please-start-version -version = "0.8.1" +version = "0.9.0" # x-release-please-end description = "" authors = ["dev.team "] diff --git a/spark/pyproject.toml b/spark/pyproject.toml index 32c99a5f..24215244 100644 --- a/spark/pyproject.toml +++ b/spark/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "spark" # x-release-please-start-version -version = "0.8.1" +version = "0.9.0" # x-release-please-end description = "Spark jobs collection for Radicalbit AI Monitoring Platform" authors = ["Radicalbit "] diff --git a/ui/package.json b/ui/package.json index ab5d6d3d..d002ccb3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "radicalbit-ai-monitoring-ui", "private": true, - "version": "0.8.1", + "version": "0.9.0", "type": "module", "scripts": { "start:local": "NODE_ENV=local && vite --host 0.0.0.0", diff --git a/version.txt b/version.txt index 6f4eebdf..ac39a106 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.1 +0.9.0