andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
278 stars 28 forks source link

Broadcast with scalar, and promote_type improvements #96

Closed andyferris closed 2 years ago

andyferris commented 2 years ago

This PR fixes #91 and fixes #94 and fixes #82

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (473e7ec) into master (c0832aa) will decrease coverage by 0.07%. The diff coverage is 60.86%.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
- Coverage   77.16%   77.08%   -0.08%     
==========================================
  Files          18       18              
  Lines        1988     1999      +11     
==========================================
+ Hits         1534     1541       +7     
- Misses        454      458       +4     
Impacted Files Coverage Δ
src/AbstractDictionary.jl 85.71% <37.50%> (-0.62%) :arrow_down:
src/AbstractIndices.jl 78.83% <71.42%> (-0.17%) :arrow_down:
src/broadcast.jl 52.05% <100.00%> (+0.66%) :arrow_up:

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 c0832aa...473e7ec. Read the comment docs.