Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.8.2 #29

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.8.2"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.8.2](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.1...v0.8.2) (2024-06-28)

### 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))

### Chores

* 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))


## [0.8.1](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.0...v0.8.1) (2024-06-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-ai-monitoring"
# x-release-please-start-version
version = "0.8.1"
version = "0.8.2"
# x-release-please-end
description = "radicalbit platform"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2';
// x-release-please-end

/** @type {import('@docusaurus/types').Config} */
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-platform-sdk"
# x-release-please-start-version
version = "0.8.1"
version = "0.8.2"
# x-release-please-end
description = ""
authors = ["dev.team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spark"
# x-release-please-start-version
version = "0.8.1"
version = "0.8.2"
# x-release-please-end
description = "Spark jobs collection for Radicalbit AI Monitoring Platform"
authors = ["Radicalbit <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radicalbit-ai-monitoring-ui",
"private": true,
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"scripts": {
"start:local": "NODE_ENV=local && vite --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2