OSX wheels for older numpy versions on pypi
Hi, I took the liberty of uploading OSX wheels for some older numpy versions to pypi. These can be useful for testing, or when building your own wheels to be compatible with earlier numpy versions - see: http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-w... There are currently wheels for numpy 1.5.1 py27 numpy 1.6.0 py27 numpy 1.6.1 py27 numpy 1.7.1 py27, 32, 33, 34 These are all compiled against ATLAS: https://github.com/matthew-brett/numpy-atlas-binaries install with e.g. pip install numpy==1.6.1 If anyone needs other wheels compiled, let me know, I'll try and upload them, Cheers, Matthew
2014-07-31 0:52 GMT+02:00 Matthew Brett <matthew.brett@gmail.com>:
Hi,
I took the liberty of uploading OSX wheels for some older numpy versions to pypi. These can be useful for testing, or when building your own wheels to be compatible with earlier numpy versions - see:
http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-w...
There are currently wheels for
numpy 1.5.1 py27 numpy 1.6.0 py27 numpy 1.6.1 py27 numpy 1.7.1 py27, 32, 33, 34
These are all compiled against ATLAS:
https://github.com/matthew-brett/numpy-atlas-binaries
install with e.g.
pip install numpy==1.6.1
Thanks, this is very helpful for project maintainers who have to switch between versions to reproduce bugs reported by users. Do you plan do do the same for scipy? As scipy is even slower to build that would be even more helpful. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
On Thu, Jul 31, 2014 at 4:56 AM, Olivier Grisel <olivier.grisel@ensta.org> wrote:
2014-07-31 0:52 GMT+02:00 Matthew Brett <matthew.brett@gmail.com>:
Hi,
I took the liberty of uploading OSX wheels for some older numpy versions to pypi. These can be useful for testing, or when building your own wheels to be compatible with earlier numpy versions - see:
http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-w...
There are currently wheels for
numpy 1.5.1 py27 numpy 1.6.0 py27 numpy 1.6.1 py27 numpy 1.7.1 py27, 32, 33, 34
These are all compiled against ATLAS:
https://github.com/matthew-brett/numpy-atlas-binaries
install with e.g.
pip install numpy==1.6.1
Thanks, this is very helpful for project maintainers who have to switch between versions to reproduce bugs reported by users.
Do you plan do do the same for scipy? As scipy is even slower to build that would be even more helpful.
Sure, I built and uploaded: scipy-0.12.0 py27 scipy-0.13.0 py27, 33, 34 Are there any others you need? Cheers, Matthew
On Thu, Jul 31, 2014 at 1:40 PM, Matthew Brett <matthew.brett@gmail.com> wrote:
On Thu, Jul 31, 2014 at 4:56 AM, Olivier Grisel <olivier.grisel@ensta.org> wrote:
2014-07-31 0:52 GMT+02:00 Matthew Brett <matthew.brett@gmail.com>:
Hi,
I took the liberty of uploading OSX wheels for some older numpy versions to pypi. These can be useful for testing, or when building your own wheels to be compatible with earlier numpy versions - see:
http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-w...
There are currently wheels for
numpy 1.5.1 py27 numpy 1.6.0 py27 numpy 1.6.1 py27 numpy 1.7.1 py27, 32, 33, 34
These are all compiled against ATLAS:
https://github.com/matthew-brett/numpy-atlas-binaries
install with e.g.
pip install numpy==1.6.1
Thanks, this is very helpful for project maintainers who have to switch between versions to reproduce bugs reported by users.
Do you plan do do the same for scipy? As scipy is even slower to build that would be even more helpful.
Sure, I built and uploaded:
scipy-0.12.0 py27 scipy-0.13.0 py27, 33, 34
I uploaded 0.11.0 and 0.10.0 for py27 in the meantime, Cheers, Matthew
2014-07-31 22:40 GMT+02:00 Matthew Brett <matthew.brett@gmail.com>:
Sure, I built and uploaded:
scipy-0.12.0 py27 scipy-0.13.0 py27, 33, 34
Are there any others you need?
Thanks, this is already great. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
participants (2)
-
Matthew Brett
-
Olivier Grisel