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.1 #10

Merged
merged 2 commits into from
Jun 25, 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.0"
".": "0.8.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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

### Bug Fixes

* removed all .count() and replaced with attribute in the class definition ([#16](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/16)) ([b86c5ec](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/b86c5ecd7ce1e828f3e32079ba96e7bf68abd510))
* **ui:** fix import path for DataQualityMetrics and ModelQualityMetrics in import-detail-modal ([#24](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/24)) ([0be20d5](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/0be20d579a4e29cea8c370018cf0b4fdc1cccd14))
* **ui:** show filename in import-detail-modal header ([#25](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/25)) ([99629c5](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/99629c5b28d55f82c431829a71133b0041599617))

### Chores

* force dataType to TABULAR ([#7](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/7)) ([c9c37ff](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/c9c37ff8a78f1dfbb72aee1b8831928cb66cc1dc))
* **sdk:** align reference metrics business models with API ([#11](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/11)) ([0db1dfe](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/0db1dfe365adb7a1973b6302359bc18c158bf720))
* **sdk:** apply ruff format and lint like done in API project ([#18](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/18)) ([41fd0cf](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/41fd0cf440ab09c51908dc060792063fcc093557))
* **sdk:** get current dataset statistics ([#13](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/13)) ([dec2d05](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/dec2d05c08a9249e5c6e2e39cad2b6212f05f115))
* **sdk:** get current model quality metrics ([#21](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/21)) ([74fef65](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/74fef65bc4a43a0a0f5a4b8d43693ad7dc02a8d0))
* **sdk:** get data quality for current dataset ([#19](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/19)) ([fce83aa](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/fce83aa76d9c5d3a99e1e6720dbd2bd4dc1a243a))
* **sdk:** implement get current dataset drift ([#15](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/15)) ([7513b39](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/7513b39aed144d6c14cf60aaeabdffae1fa8b3f0))
* **sdk:** manage all metrics based on model type ([#22](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/22)) ([8d2710e](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/8d2710ef8040ba65d46615eb971940bd2d05d94d))

## 0.8.0 (2024-06-20)

### Features
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.0"
version = "0.8.1"
# 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.0';
const VERSION = '0.8.1';
// 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.0"
version = "0.8.1"
# 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.0"
version = "0.8.1"
# 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.0",
"version": "0.8.1",
"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.0
0.8.1