-
Notifications
You must be signed in to change notification settings - Fork 1
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
releasing 1.2.3 #227
releasing 1.2.3 #227
Conversation
- since `store_true/false` makes the behavior hard to predict (see https://github.com/clamsproject/app-swt-detection/blob/4acc07de8557e8962a9729e6eb39569462e1d7da/cli.py#L93-L94)
- now based on debian 12 - the "base" base image now has hardcoded cache dir locations, to be used for bind-mount - the envvars for cache dir are duplicated in Containerfile for app template to keep the consistency - updated opencv version in base images - updated documentation accordingly
based image updated to debian12
adding `cli.py` for command line app use
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
- Coverage 73.94% 72.65% -1.29%
==========================================
Files 9 9
Lines 756 779 +23
==========================================
+ Hits 559 566 +7
- Misses 197 213 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Overview
This version includes significant change to app development template, with some other changes
Additions
clams develop
cookie cutter now includescli.py
that enables secondary entry point to the app (additional CLI wrapper (on top of HTTP/flask app) #198).Changes
clams develop
command now has--update
flag to help "reheating" an existing app directory with latest template/cache
for consistent cache bind-mount (update base image for prebuilt image release #221)mmif-python
1.0.15