On Thu, 22 Nov 2018, Allin Cottrell wrote:
On Thu, 22 Nov 2018, Sven Schreiber wrote:
>
> "Calling |write| on non-isbits arrays is deprecated in favor of explicit
> loops or |serialize| (#6466
> <
https://github.com/JuliaLang/julia/issues/6466>)."
>
> So it seems to me that gretl_io.jl needs updating. Which should it be,
> explicit loop or serialize?
Explicit loop. That's now in done in git. I think this requirement must
post-date the Julia 1.0.0 release.
Ah, my last comment was wrong. My Julia test script got Julia to
write matrices in text format only, so I didn't notice the failure
with Julia 1.0.0 when using binary format (e.g. "foo.mat.bin").
Anyway that should now be fixed.
Allin