Skip to content

Start implementing stacks #416

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

Merged
merged 23 commits into from
Dec 15, 2023
Merged

Start implementing stacks #416

merged 23 commits into from
Dec 15, 2023

Conversation

opatiny
Copy link
Contributor

@opatiny opatiny commented Dec 15, 2023

  • feat: basic Stack API
  • feat(Stack): implement constructor
  • feat(Stack): implement functions to get values
  • feat(Stack): implement minImage
  • feat(Stack): implement maxImage
  • feat(Stack): implement iterator
  • test(Stack): add min and max image tests
  • feat(Stack): implement getStackFromFolder for debug
  • fix(Stack): enhance Stack properties
  • feat(Stack): implement map and filter
  • feat(Stack): implement meanImage
  • feat(Stack): implement medianImage
  • test: enhance stack coverage

@opatiny opatiny marked this pull request as draft December 15, 2023 07:54
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (70e18b0) 98.58% compared to head (5446426) 98.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #416      +/-   ##
==========================================
+ Coverage   98.58%   98.61%   +0.03%     
==========================================
  Files         224      232       +8     
  Lines        5850     5986     +136     
  Branches     1238     1249      +11     
==========================================
+ Hits         5767     5903     +136     
  Misses         80       80              
  Partials        3        3              

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

@opatiny opatiny marked this pull request as ready for review December 15, 2023 08:27
@opatiny opatiny requested a review from targos December 15, 2023 08:27
@targos targos merged commit 0c347c8 into main Dec 15, 2023
@targos targos deleted the stack branch December 15, 2023 09:42
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.

2 participants