invenia / AxisSets.jl

Consistent operations over a collection of KeyedArrays
MIT License
5 stars 0 forks source link

Relax key and pattern tuple type constraints #34

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Closes #31

Technically, the type parameterization and show behaviour has changed slightly, so I’m not sure if this should be a patch or minor release.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (4b6e28c) into main (e763f08) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files           7        7           
  Lines         236      238    +2     
=======================================
+ Hits          234      236    +2     
  Misses          2        2           
Impacted Files Coverage Δ
src/functions.jl 100.00% <ø> (ø)
src/indexing.jl 100.00% <ø> (ø)
src/dataset.jl 98.18% <100.00%> (ø)
src/patterns.jl 100.00% <100.00%> (ø)

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 e763f08...4b6e28c. Read the comment docs.