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

v0.8.0 release #142

Merged
merged 27 commits into from
Jan 25, 2024
Merged

v0.8.0 release #142

merged 27 commits into from
Jan 25, 2024

Conversation

donaldcampbelljr
Copy link
Contributor

[0.8.0] - 2024-01-xx

Added

  • added portable flag to pipestat summarize to create a shareable version of the html report.
  • added setting index: True within output schema to index specific results for DB backend.

Fixed

  • pipestat summarize: objects drop down now only shows sample-level

closes #48 #116 #139 #138 #105

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

Attention: 52 lines in your changes are missing coverage. Please review.

Comparison is base (37c7311) 54.66% compared to head (d3d4c13) 62.70%.

Files Patch % Lines
pipestat/reports.py 25.00% 39 Missing ⚠️
pipestat/helpers.py 30.76% 9 Missing ⚠️
pipestat/backends/db_backend/db_parsed_schema.py 50.00% 3 Missing ⚠️
pipestat/pipestat.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   54.66%   62.70%   +8.04%     
==========================================
  Files          21       15       -6     
  Lines        3523     2325    -1198     
==========================================
- Hits         1926     1458     -468     
+ Misses       1597      867     -730     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@khoroshevskyi khoroshevskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

docs/pipestat_specification.md Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
pipestat/helpers.py Show resolved Hide resolved
pipestat/helpers.py Outdated Show resolved Hide resolved
pipestat/helpers.py Show resolved Hide resolved
pipestat/reports.py Outdated Show resolved Hide resolved
pipestat/reports.py Outdated Show resolved Hide resolved
@donaldcampbelljr donaldcampbelljr merged commit 6510c35 into master Jan 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warnings during ORM creation due to SQLModel metaclass persistence
2 participants