StructsOfArrays.jl icon indicating copy to clipboard operation
StructsOfArrays.jl copied to clipboard

Fixes for Julia 0.7 and 1.0

Open simonschoelly opened this issue 7 years ago • 3 comments

Not sure how much this package is still maintained. But this pr should make it work with Julia 0.7 and 1.0 again.

simonschoelly avatar Dec 23 '18 00:12 simonschoelly

Codecov Report

Merging #13 into master will decrease coverage by 3.84%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage     100%   96.15%   -3.85%     
==========================================
  Files           1        1              
  Lines          53       52       -1     
==========================================
- Hits           53       50       -3     
- Misses          0        2       +2
Impacted Files Coverage Δ
src/StructsOfArrays.jl 96.15% <100%> (-3.85%) :arrow_down:

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 727925d...a79fe82. Read the comment docs.

codecov-io avatar Dec 23 '18 00:12 codecov-io

The same functionality of this packages is available on StructArrays which works on julia 1.0.

piever avatar Apr 28 '19 11:04 piever

Yes, (I think we did discussed that on slack before), we should get StructOfArrays into JuliaArrays and deprecate this package.

simonschoelly avatar Apr 28 '19 11:04 simonschoelly