astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 62 forks source link

Update to numpy 1.10? #152

Closed dkirkby closed 8 years ago

dkirkby commented 8 years ago

Are there plans to update the default version of numpy in .travis.yml to 1.10.x, and perhaps retire some older versions of numpy?

bsipocz commented 8 years ago

@dkirkby - I think deciding on which numpy versions are supported (and when versions are dropped) and tested against should be up to the individual packages and not to this tempate. However #148 actually updates the versions in the template .travis.yml.

Alternatively one can set stable as numpy version in both .travis.yml and appveyor.yml which will be resolved to be the latest stable version (however if there isn't any tests against numpy dev, or the beta releases there may be some unexpected failures when switching to a new release).

dkirkby commented 8 years ago

@bsipocz - Thanks for the feedback.

I think people starting with this template will assume that it tests the same matrix as the astropy main package, in order to streamline the process of eventually incorporating new code via the affiliated package mechanism. Since astropy is still using 1.9 as its default, it makes sense to mirror that here.

Feel free to close this issue.