avast / wanna-ml

Complete MLOps framework for Vertex-AI
MIT License
17 stars 3 forks source link

feat: 0.3.0 release #106

Closed jsilva closed 3 months ago

jsilva commented 4 months ago

Describe your changes

This PR covers

Checklist before requesting a review

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 63.34520% with 103 lines in your changes are missing coverage. Please review.

Project coverage is 74.53%. Comparing base (b59a582) to head (9fb17b1).

Files Patch % Lines
src/wanna/core/services/tensorboard.py 31.57% 13 Missing :warning:
src/wanna/core/services/notebook.py 53.84% 12 Missing :warning:
src/wanna/core/services/managed_notebook.py 42.10% 11 Missing :warning:
src/wanna/core/deployment/vertex_jobs.py 0.00% 9 Missing :warning:
src/wanna/core/deployment/vertex_pipelines.py 50.00% 8 Missing :warning:
src/wanna/core/services/base.py 33.33% 8 Missing :warning:
src/wanna/core/services/docker.py 70.37% 8 Missing :warning:
src/wanna/core/services/jobs.py 68.00% 8 Missing :warning:
src/wanna/core/services/pipeline.py 81.48% 5 Missing :warning:
src/wanna/core/utils/validators.py 69.23% 4 Missing :warning:
... and 10 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== + Coverage 74.42% 74.53% +0.10% ========================================== Files 57 57 Lines 2839 2835 -4 ========================================== Hits 2113 2113 + Misses 726 722 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.