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

Fix errors and depwarns on 0.6 #14

Merged
merged 2 commits into from
Feb 24, 2017
Merged

Fix errors and depwarns on 0.6 #14

merged 2 commits into from
Feb 24, 2017

Conversation

timholy
Copy link
Member

@timholy timholy commented Feb 22, 2017

The most important change is to broadcasting. One surprise here was how M .+ M behaved differently than M .+ M2; the former is implemented by rewriting the function, so "broadcasting" gets passed a single array. This is insanely clever, makes certain things work on 0.6 that simply can't be allowed to work on 0.5, but also puzzled me for a good amount of time.

The most important change is to broadcasting
@codecov-io
Copy link

Codecov Report

Merging #14 into master will decrease coverage by -9.01%.
The diff coverage is 14.28%.

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   98.95%   89.94%   -9.01%     
==========================================
  Files           3        3              
  Lines         192      199       +7     
==========================================
- Hits          190      179      -11     
- Misses          2       20      +18
Impacted Files Coverage Δ
src/deprecated.jl 100% <ø> (ø)
src/operators.jl 45.16% <ø> (-54.84%)
src/ImageMetadata.jl 97.61% <75%> (-0.77%)

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 659b0e5...dca6218. Read the comment docs.

@timholy timholy merged commit 5025ff9 into master Feb 24, 2017
@timholy timholy deleted the teh/0.6 branch February 24, 2017 15:07
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