JuliaAstro / AstroBase.jl

Interfaces, types, and functions for space science packages
Mozilla Public License 2.0
13 stars 6 forks source link

Roadmap to release #45

Open helgee opened 4 years ago

helgee commented 4 years ago

@giordano It seems that the LTS was bumped to 1.6. So the initial release should probably support 1.0. Don't you think?

giordano commented 4 years ago

It seems that the LTS was bumped to 1.6. So the initial release should probably support 1.0. Don't you think?

Yeah, I saw that. I'd say, let' try to support v1.0, but it's too much of a hassle move on. Am I too much pragmatic? :laughing:

helgee commented 4 years ago

Am I too much pragmatic? 😆

Nah, it's fine 😄

It should not be too much of problem. The issue right now is that I am using OrdinaryDiffEq.jl to generate test data, that package is 1.3+, and cannot find a version that does not clash with the other dependencies. But I should just hardcode that and get rid of the test-only dependency.

helgee commented 4 years ago

I have rolled my own cubic spline interpolation 😜