nignatiadis / SmoothingSplines.jl

Cubic smoothing splines in Julia.
Other
34 stars 14 forks source link

Updated REQUIRE and a bunch of other things #4

Closed mauro3 closed 7 years ago

mauro3 commented 7 years ago

In light of a new version for METADATA.

Optional (but I don't have the permissions):

nignatiadis commented 7 years ago

Cool, thanks! Unless I messed up, I think appveyor and attobot should also be working now (let me know if not). Feel free to merge this whenever you want.

mauro3 commented 7 years ago

Thanks. I'll update the README for the appveyor badge, see what it says and merge.

mauro3 commented 7 years ago

I dropped Julia 0.4 support in the REQUIRE (although it still seems to work). Is that ok? If so I need to also update appveyor.yml to reflect this.

nignatiadis commented 7 years ago

Yes, of course it is ok!

mauro3 commented 7 years ago

I'll merge after the CI run.

mauro3 commented 7 years ago

Yep, attobot is running: https://github.com/JuliaLang/METADATA.jl/pull/7875

nignatiadis commented 7 years ago

Great, thank you for doing this!