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

refactor Moments using the functor API #37

Merged
merged 1 commit into from
Jul 26, 2019
Merged

refactor Moments using the functor API #37

merged 1 commit into from
Jul 26, 2019

Conversation

johnnychen94
Copy link
Member

This is a PR-commit for PR #29 that refactors the whole codebase to use the new functor API, which is discussed in more details in #26 and explained in my GSoC 2019 blog

Changes:

  • support Color3 input
  • move implementations into functor
  • enhance the test codes with wider test coverage

This is a PR-commit for PR
#29 that
refactors the whole codebase to use the new functor API, which is
discussed in more details in
#26 and
explained in my [GSoC 2019
blog](https://nextjournal.com/johnnychen94/the-principles-of-imagesjl-part-i)

Changes:

* support `Color3` input
* move implementations into functor
* enhance the test codes with wider test coverage
@codecov
Copy link

codecov bot commented Jul 25, 2019

Codecov Report

Merging #37 into api will increase coverage by 3.85%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              api      #37      +/-   ##
==========================================
+ Coverage   37.42%   41.27%   +3.85%     
==========================================
  Files          20       20              
  Lines         171      172       +1     
==========================================
+ Hits           64       71       +7     
+ Misses        107      101       -6
Impacted Files Coverage Δ
src/moments.jl 100% <100%> (+100%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95184f6...a993c98. Read the comment docs.

@zygmuntszpak zygmuntszpak merged commit a804365 into JuliaImages:api Jul 26, 2019
@johnnychen94 johnnychen94 deleted the moments branch August 7, 2021 02:11
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