Message from discussion
pandas 0.9.1 Release Candidate
Received: by 10.66.83.35 with SMTP id n3mr8407574pay.23.1352763743331;
Mon, 12 Nov 2012 15:42:23 -0800 (PST)
X-BeenThere: pydata@googlegroups.com
Received: by 10.68.141.79 with SMTP id rm15ls27148798pbb.1.gmail; Mon, 12 Nov
2012 15:42:21 -0800 (PST)
Received: by 10.68.242.74 with SMTP id wo10mr5872046pbc.9.1352763741410;
Mon, 12 Nov 2012 15:42:21 -0800 (PST)
Date: Mon, 12 Nov 2012 15:42:20 -0800 (PST)
From: Miki Tebeka <miki.teb...@gmail.com>
To: pydata@googlegroups.com
Message-Id: <c1c0344b-f389-419d-add9-a8d1adb4004f@googlegroups.com>
In-Reply-To: <CA+Ypf_oXe1+7YLaL+r-8sJTmkTrc8aEaukAXJCGeBttP0ESoXw@mail.gmail.com>
References: <CA+Ypf_rZdD1hXR=XkcsDueLeefDUjcivSioDqaa-nuoJoXmj2g@mail.gmail.com>
<a1c32de5-bae2-42ea-a1fb-a1666ebb2cf1@googlegroups.com>
<CA+Ypf_qfjzNB+eo2yt7TqbJzaor6EPm0KyY_4kKcs2GzC7AzxQ@mail.gmail.com>
<6be7046c-ae65-464b-b76b-4c53e5736875@googlegroups.com>
<CA+Ypf_oXe1+7YLaL+r-8sJTmkTrc8aEaukAXJCGeBttP0ESoXw@mail.gmail.com>
Subject: Re: [pydata] Re: pandas 0.9.1 Release Candidate
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_760_24562483.1352763740934"
------=_Part_760_24562483.1352763740934
Content-Type: multipart/alternative;
boundary="----=_Part_761_1483480.1352763740934"
------=_Part_761_1483480.1352763740934
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
After updates statsmodels tests pass, whatsnewpage looks good now.
On Monday, November 12, 2012 7:39:58 AM UTC-8, Wes McKinney wrote:
>
> On Mon, Nov 12, 2012 at 9:10 AM, snth <tobias...@gmail.com <javascript:>>
> wrote:
> > The online docs (http://pandas.pydata.org/pandas-docs/dev/whatsnew.html)
>
> > also have a TypeError in the Excel column names example. As the person
> > responsible for that patch I'm concerned about having introduced a bug
> into
> > the codebase so I've just pulled the latest upstream changes to check
> things
> > locally.
> >
> > When I build the docs locally against commit a090024 the Excel column
> names
> > example is fine. I do however also get the AttributeError in the " ...
> > *where* and *mask* methods ..." example. Also testWLS fails for me on
> that
> > commit under nosetests.
> >
> > I'm on Python 2.7.3.
> >
> > On Sunday, 11 November 2012 22:09:56 UTC+2, Wes McKinney wrote:
> >>
> >> On Sun, Nov 11, 2012 at 10:10 AM, Miki Tebeka <miki....@gmail.com>
> wrote:
> >> > The new ".where" docs in the "What's New" shows AttributeError. Is
> that
> >> > intended?
> >> >
> >> >
> >> > On Saturday, November 10, 2012 11:13:04 AM UTC-8, Wes McKinney wrote:
> >> >>
> >> >> I've tagged and posted a release candidate for pandas 0.9.1. It's
> >> >> primarily a bugfix release but there are a handful of new features
> and
> >> >> enhancements (and minor API tweaks). We had a lot of help from a new
> >> >> contributor, y-p, who has worked extensively on the unicode support
> in
> >> >> the library.
> >> >>
> >> >> Some of what's new:
> >> >> http://pandas.pydata.org/pandas-docs/dev/whatsnew.html
> >> >> Windows binaries, tarballs:
> http://pandas.pydata.org/pandas-build/dev/
> >> >> Release notes:
> https://github.com/pydata/pandas/blob/master/RELEASE.rst
> >> >>
> >> >> Please test and let us know if you encounter any problems with the
> >> >> release so we can get it released and uploaded to PyPI early next
> >> >> week.
> >> >>
> >> >> thanks,
> >> >> Wes
> >> >
> >> > --
> >> >
> >> >
> >>
> >> Thanks. I rebuilt the docs and uploaded them.
> >>
> >> - Wes
> >
> > --
> >
> >
>
> The What's New page looks fine to me after I updated it yesterday.
> Refresh in order?
>
> The testWLS failure was caused by some changes made to match fixes in
> statsmodels 0.5.0 development. If you update to the latest statsmodels
> git master (still unreleased 0.5.0) it will go away.
>
> - Wes
>
------=_Part_761_1483480.1352763740934
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
After updates statsmodels tests pass, whatsnewpage looks good now.<br><br>On Monday, November 12, 2012 7:39:58 AM UTC-8, Wes McKinney wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">On Mon, Nov 12, 2012 at 9:10 AM, snth <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="pdzQOaI9gLYJ">tobias...@gmail.com</a>> wrote:
<br>> The online docs (<a href="http://pandas.pydata.org/pandas-docs/dev/whatsnew.html" target="_blank">http://pandas.pydata.org/<wbr>pandas-docs/dev/whatsnew.html</a>)
<br>> also have a TypeError in the Excel column names example. As the person
<br>> responsible for that patch I'm concerned about having introduced a bug into
<br>> the codebase so I've just pulled the latest upstream changes to check things
<br>> locally.
<br>>
<br>> When I build the docs locally against commit a090024 the Excel column names
<br>> example is fine. I do however also get the AttributeError in the " ...
<br>> *where* and *mask* methods ..." example. Also testWLS fails for me on that
<br>> commit under nosetests.
<br>>
<br>> I'm on Python 2.7.3.
<br>>
<br>> On Sunday, 11 November 2012 22:09:56 UTC+2, Wes McKinney wrote:
<br>>>
<br>>> On Sun, Nov 11, 2012 at 10:10 AM, Miki Tebeka <<a>miki....@gmail.com</a>> wrote:
<br>>> > The new ".where" docs in the "What's New" shows AttributeError. Is that
<br>>> > intended?
<br>>> >
<br>>> >
<br>>> > On Saturday, November 10, 2012 11:13:04 AM UTC-8, Wes McKinney wrote:
<br>>> >>
<br>>> >> I've tagged and posted a release candidate for pandas 0.9.1. It's
<br>>> >> primarily a bugfix release but there are a handful of new features and
<br>>> >> enhancements (and minor API tweaks). We had a lot of help from a new
<br>>> >> contributor, y-p, who has worked extensively on the unicode support in
<br>>> >> the library.
<br>>> >>
<br>>> >> Some of what's new:
<br>>> >> <a href="http://pandas.pydata.org/pandas-docs/dev/whatsnew.html" target="_blank">http://pandas.pydata.org/<wbr>pandas-docs/dev/whatsnew.html</a>
<br>>> >> Windows binaries, tarballs: <a href="http://pandas.pydata.org/pandas-build/dev/" target="_blank">http://pandas.pydata.org/<wbr>pandas-build/dev/</a>
<br>>> >> Release notes: <a href="https://github.com/pydata/pandas/blob/master/RELEASE.rst" target="_blank">https://github.com/pydata/<wbr>pandas/blob/master/RELEASE.rst</a>
<br>>> >>
<br>>> >> Please test and let us know if you encounter any problems with the
<br>>> >> release so we can get it released and uploaded to PyPI early next
<br>>> >> week.
<br>>> >>
<br>>> >> thanks,
<br>>> >> Wes
<br>>> >
<br>>> > --
<br>>> >
<br>>> >
<br>>>
<br>>> Thanks. I rebuilt the docs and uploaded them.
<br>>>
<br>>> - Wes
<br>>
<br>> --
<br>>
<br>>
<br>
<br>The What's New page looks fine to me after I updated it yesterday.
<br>Refresh in order?
<br>
<br>The testWLS failure was caused by some changes made to match fixes in
<br>statsmodels 0.5.0 development. If you update to the latest statsmodels
<br>git master (still unreleased 0.5.0) it will go away.
<br>
<br>- Wes
<br></blockquote>
------=_Part_761_1483480.1352763740934--
------=_Part_760_24562483.1352763740934--