davidavdav / NamedArrays.jl

Julia type that implements a drop-in replacement of Array with named dimensions
Other
118 stars 20 forks source link

Fix some issues with Julia 0.6 and require Julia 0.5 #45

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

This fixes some failures and deprecation warnings, but not all of them. In particular, the broadcast code needs deeper changes.

See the first commit, the second one just removes all 0.5-only code and makes the diff quite noisy.

This does not fix all the tests on 0.6, but at least allows FreqTables to pass its tests.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.2%) to 92.537% when pulling fe8749fcba9b70e1559782105dd0d80ecd01d407 on nalimilan:nl/0.6 into 946291253c40df2b90d44653097a336fe0c6f7fb on davidavdav:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.2%) to 92.537% when pulling d0b55df639d7dc0b2205122cf7d664cd0f16f6a6 on nalimilan:nl/0.6 into 946291253c40df2b90d44653097a336fe0c6f7fb on davidavdav:master.