JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

supporting Julia v0.6 and lower? #100

Closed mweastwood closed 5 years ago

mweastwood commented 6 years ago

Now that Julia v0.7-alpha is out the door, we should be looking to update FITSIO.jl for the latest version. However, Julia v1.0 is supposed to be unchanged from v0.7 (just dropping deprecation warnings). Therefore, this seems to be a sensible place to drop support for earlier versions and focus on 1.0+, which should hopefully be a stable platform for a number of years.

As an added bonus, FemtoCleaner will do a lot of the work for us if we're willing to drop support for v0.6 and lower.

Personally, I think we should tag one more version that includes the latest changes on v0.6 and then push forward on v0.7 only.

Thoughts?

kbarbary commented 6 years ago

I agree.

giordano commented 5 years ago

Julia versions 0.6 and 0.7 had been deprecated one month ago (this means that at some point soon new version of packages supporting julia <= v0.7 will not be accepted, also to stop using METADATA.jl), I think there is no more reason maintaining support for them any longer. I went ahead and opened #110

giordano commented 5 years ago

Closed by #110