JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Target v0.5+ and fix v0.6 deprecations #30

Closed anowacki closed 5 years ago

anowacki commented 6 years ago

This PR allows AppleAccelerate to work on v0.5 upwards and removes support for v0.4. It removes deprecation warnings on v0.6 for all but the inner constructors, which can only be eliminated by upping the REQUIREd version to v0.6.

I hadn't spotted #28 before creating this branch locally for my own purposes. If people are happy to drop v0.5, then this can either be dropped in favour of #28, or this updated. Either way, I think #29 (which this closes) shows some people would like to use this package.

All tests pass locally on v0.5 and v0.6. Let's see what CI does...