[Pandas-dev] [pydata] Re: ANN: Pandas 0.14.0 Release Candidate 1

Matthew Brett matthew.brett at gmail.com
Sat Nov 8 22:57:02 CET 2014


Hi,

On Sat, Nov 8, 2014 at 1:46 PM, Jeff <jeffreback at gmail.com> wrote:
> Matthew,
>
> I had to patch the repo (to skip some silly network tests), and it is now
> all green.
>
> I recall the deployment is more or less automatic? to here:
> https://nipy.bic.berkeley.edu/scipy_installers/?C=M;O=D

Yes, thanks for fixing that up.

The wheels go to http://wheels.scikit-image.org

As in:

http://wheels.scikit-image.org/pandas-0.15.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl

etc.  I just curl them down and then twine them up to pypi:

curl -O http://wheels.scikit-image.org/pandas-0.15.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl
(etc)
twine upload pandas-0.15.1*whl

Actually, I would rename them further to make them compatible with
10.10 - maybe like this:

mv pandas-0.15.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl
pandas-0.15.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

It's ugly, but it gets the job done until the new pip release comes
out. The new pip will recognize the 10_6_intel wheels as being
compatible.

I'll update the pandas-wheels repo to do the renaming automatically,
in the meantime, unless you have any objection.

Cheers,

Matthew


More information about the Pandas-dev mailing list