dysonance / Temporal.jl

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

Enhanced missing values support #17

Open dysonance opened 6 years ago

dysonance commented 6 years ago

Latest version of Julia comes with native support for missing values. See here.

Temporal should now support these values. This would probably also be a good time to move the focus of development over to version 0.7/master, as this is likely going to be the version closest to what 1.0 looks like when it comes out.