From jeffreback at gmail.com Sat Nov 8 22:46:52 2014 From: jeffreback at gmail.com (Jeff) Date: Sat, 8 Nov 2014 13:46:52 -0800 (PST) Subject: [Pandas-dev] [pydata] Re: ANN: Pandas 0.14.0 Release Candidate 1 In-Reply-To: References: <733e0eed-fbef-46d4-b797-c5368b280fee@googlegroups.com> Message-ID: 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 On Friday, July 25, 2014 2:06:52 PM UTC-4, Matthew Brett wrote: > > Hi, > > On Fri, Jul 25, 2014 at 9:52 AM, Jeff > > wrote: > > How does the build trigger? If its just a matter of clicking on > something > > when released. I think we can handle that :) > > > > The two options are: > > * I add you and whoever else does releases to my repo, and you can > trigger builds by pressing a button on the travis page for my repo, or > pushing commits to the repo > * You take over the repo, I submit a pull request to make sure you > have auth to upload to rackspace, and proceed as above. > > But yes - single click -> build.... > > Cheers, > > Matthew > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew.brett at gmail.com Sat Nov 8 22:57:02 2014 From: matthew.brett at gmail.com (Matthew Brett) Date: Sat, 8 Nov 2014 13:57:02 -0800 Subject: [Pandas-dev] [pydata] Re: ANN: Pandas 0.14.0 Release Candidate 1 In-Reply-To: References: <733e0eed-fbef-46d4-b797-c5368b280fee@googlegroups.com> Message-ID: Hi, On Sat, Nov 8, 2014 at 1:46 PM, Jeff 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 From jeffreback at gmail.com Sat Nov 8 23:24:33 2014 From: jeffreback at gmail.com (Jeff Reback) Date: Sat, 8 Nov 2014 17:24:33 -0500 Subject: [Pandas-dev] ANN: pandas v0.15.1 Message-ID: Hello, We are proud to announce v0.15.1 of pandas, a minor release from 0.15.0. This release includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. This was a short release of 3 weeks with 59 commits by 20 authors encompassing 87 issues. We recommend that all users upgrade to this version. For a more a full description of Whatsnew for v0.15.1 here: http://pandas.pydata.org/pandas-docs/stable/whatsnew.html *What is it:* *pandas* is a Python package providing fast, flexible, and expressive data structures designed to make working with ?relational? or ?labeled? data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. Documentation: http://pandas.pydata.org/pandas-docs/stable/ Source tarballs, windows binaries are available on PyPI: https://pypi.python.org/pypi/pandas windows binaries are courtesy of Christoph Gohlke and are built on Numpy 1.8 macosx wheels will be available soon, courtesy of Matthew Brett Please report any issues here: https://github.com/pydata/pandas/issues Thanks The Pandas Development Team Contributors to the 0.15.1 release - - Aaron Staple - Andrew Rosenfeld - Anton I. Sipos - Artemy Kolchinsky - Bill Letson - Dave Hughes - David Stephens - Guillaume Horel - Jeff Reback - Joris Van den Bossche - Kevin Sheppard - Nick Stahl - Sanghee Kim - Stephan Hoyer - TomAugspurger - WANG Aiyong - behzad nouri - immerrr - jnmclarty - jreback - pallav-fdsi - unutbu -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.verelst at gmail.com Mon Nov 24 09:36:40 2014 From: david.verelst at gmail.com (David Verelst) Date: Mon, 24 Nov 2014 09:36:40 +0100 Subject: [Pandas-dev] reading ods files Message-ID: Hi all, Issue 2311 [0] expresses the wish to add IO support for the Open Document Format spreadsheet ods (and others). As a starting point, I have implemented an incomplete ods reader in my pandas fork [1] using the ODF module ezodf [2]. There is more work to be done, and I would like to discuss the implementation in more detail. The first that comes to my mind is: should there be a new class OdsFile as in my first example, or should ExcelFile also handle ods files?. What is the best place for this discussion, here on the mailing list, issue 2311 or in a new pull request? Best regards, David Verelst [0] https://github.com/pydata/pandas/issues/2311 [1] https://github.com/davidovitch/pandas/tree/io-ods [2] https://github.com/T0ha/ezodf PS: apologies for the double post, this entry was first submitted to the Pandas user instead of dev list. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jorisvandenbossche at gmail.com Thu Nov 27 15:35:57 2014 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Thu, 27 Nov 2014 15:35:57 +0100 Subject: [Pandas-dev] reading ods files In-Reply-To: References: Message-ID: Hi David, I answered at the pydata mailing list: https://groups.google.com/forum/?fromgroups#!topic/pydata/Zv-BXJNsP2U Joris 2014-11-24 9:36 GMT+01:00 David Verelst : > Hi all, > > Issue 2311 [0] expresses the wish to add IO support for the Open Document > Format spreadsheet ods (and others). As a starting point, I have > implemented an incomplete ods reader in my pandas fork [1] using the ODF > module ezodf [2]. There is more work to be done, and I would like to > discuss the implementation in more detail. The first that comes to my mind > is: should there be a new class OdsFile as in my first example, or should > ExcelFile also handle ods files?. What is the best place for this > discussion, here on the mailing list, issue 2311 or in a new pull request? > > Best regards, > David Verelst > > [0] https://github.com/pydata/pandas/issues/2311 > [1] https://github.com/davidovitch/pandas/tree/io-ods > [2] https://github.com/T0ha/ezodf > > PS: apologies for the double post, this entry was first submitted to the > Pandas user > instead of dev list. > > _______________________________________________ > Pandas-dev mailing list > Pandas-dev at python.org > https://mail.python.org/mailman/listinfo/pandas-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: