You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
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.
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
Wes McKinney
unread,
Nov 11, 2012, 3:09:55 PM11/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
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?
> --
>
>
Thanks. I rebuilt the docs and uploaded them.
- Wes
snth
unread,
Nov 12, 2012, 9:10:55 AM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
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.
Wes McKinney
unread,
Nov 12, 2012, 10:39:56 AM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
> --
>
>
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
Skipper Seabold
unread,
Nov 12, 2012, 10:44:46 AM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
On Mon, Nov 12, 2012 at 10:39 AM, Wes McKinney <w...@lambdafoundry.com> wrote:
> 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.
>
Is there a reverse dependency on statsmodels in pandas? Or is this
just for the tests?
Skipper
Wes McKinney
unread,
Nov 12, 2012, 10:46:50 AM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
> --
>
>
Reverse optional legacy dependency in pandas.stats. Mainly for the tests
Miki Tebeka
unread,
Nov 12, 2012, 6:42:20 PM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyd...@googlegroups.com
After updates statsmodels tests pass, whatsnewpage looks good now.