andyferris / Dictionaries.jl

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

Copy indices #136

Closed andyferris closed 5 months ago

andyferris commented 5 months ago

Fixes #98. Subsumes #101.

I've also removed any guff that was there to support Julia versions less than 1.6.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (259a3f0) 80.23% compared to head (524f1a8) 80.48%.

Files Patch % Lines
src/map.jl 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ========================================== + Coverage 80.23% 80.48% +0.24% ========================================== Files 21 21 Lines 2363 2357 -6 ========================================== + Hits 1896 1897 +1 + Misses 467 460 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andyferris commented 5 months ago

Since this is a breaking change, I'll need to tag a minor release instead of a patch (we are still version 0.x)

mtfishman commented 5 months ago

Thanks @andyferris!