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

releasing 1.2.3 #227

Merged
merged 15 commits into from
Jun 7, 2024
Merged

releasing 1.2.3 #227

merged 15 commits into from
Jun 7, 2024

Conversation

keighrim
Copy link
Member

@keighrim keighrim commented Jun 7, 2024

Overview

This version includes significant change to app development template, with some other changes

Additions

Changes

  • clams develop command now has --update flag to help "reheating" an existing app directory with latest template
  • minor bug fix related to interpreting boolean runtime parameter values
  • base container images now based on debian 12
  • base container image and containerfile in app template now hardcode XDG_CACHE_DIR to /cache for consistent cache bind-mount (update base image for prebuilt image release #221)
  • base opencv container image now use opencv 4.10
  • updated to mmif-python 1.0.15

MrSqually and others added 15 commits May 4, 2024 11:30
- 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
adding `cli.py` for command line app use
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

Attention: Patch coverage is 26.53061% with 36 lines in your changes missing coverage. Please review.

Project coverage is 72.65%. Comparing base (28492d0) to head (e64629b).
Report is 5 commits behind head on main.

Current head e64629b differs from pull request most recent head dbf8899

Please upload reports for the commit dbf8899 to get more accurate results.

Files Patch % Lines
clams/develop/__init__.py 12.82% 34 Missing ⚠️
clams/mmif_utils/rewind.py 50.00% 2 Missing ⚠️
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     
Flag Coverage Δ
unittests 72.65% <26.53%> (-1.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@keighrim keighrim merged commit 070b396 into main Jun 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants