dysonance / Temporal.jl

Time series implementation for the Julia language focused on efficiency and flexibility
Other
100 stars 25 forks source link

Julia 0.6 #10

Closed femtotrader closed 7 years ago

femtotrader commented 7 years ago

Julia 0.6 is out. https://julialang.org/blog/2017/06/julia-0.6-release

https://github.com/dysonance/Temporal.jl/blob/master/.travis.yml#L6 https://github.com/dysonance/Temporal.jl/blob/master/REQUIRE#L1 https://github.com/dysonance/Temporal.jl/blob/master/appveyor.yml#L3

Running unit tests display a lot of warnings and raise a lot of exceptions.

dysonance commented 7 years ago

@femtotrader Thanks for the heads up, will take a look. Any warnings/exceptions in particular worth investigating?

Nice to have 0.6 out, just haven't had as much time as I'd like to get back to these side projects lately (work been extra busy...also just got married 😃).

dysonance commented 7 years ago

Pushed some updates, now just waiting for published changes to get merged into METADATA repo. Hopefully the issues you were experiencing should be resolved. I'm gonna close this issue for now, feel free to reopen if problems don't go away.

femtotrader commented 7 years ago

Congratulations @dysonance for your wedding.

It's a good idea to avoid warnings because in a next Julia release this code will be broken.

femtotrader commented 7 years ago

I'm trying https://github.com/attobot/attobot for my package release.

see https://github.com/JuliaLang/METADATA.jl/pull/10204

dysonance commented 7 years ago

I think I've mostly taken care of these version transition issues. @femtotrader I'm gonna close this issue for now, just let me know if you're continuing to see warnings when using Julia v0.6 and we can re-open.