On 22 Sep 2012 17:50, "Yaroslav Halchenko" <yarik...@gmail.com> wrote:
>
>
> On Sat, 22 Sep 2012, josef...@gmail.com wrote:
> > https://code.launchpad.net/~pythonxy/+recipe/statsmodels-daily-current
> > https://launchpadlibrarian.net/116878222/buildlog_ubuntu-precise-i386.statsmodels_0.5.0~ppa7~revno-1256~precise1_BUILDING.txt.gz
> > patsy is missing as a dependency/requirement
>
> since it is a new requirement ;-)
>
> > Yaroslav, Timmie
> > Are there any problems getting statsmodels updated through the linux
> > distribution system with patsy as new dependency?
>
> from a quick look -- Nathaniel seems have done a good job keeping patsy
> well organized and tested. So -- I guess I could
> package/maintain it for Debian... but may be Nathaniel wants to do that
> on his own? ;-) I could mentor/sponsor.
I would really rather not :-). If you're willing to package it then I would be very grateful. (It should be pretty trivial, it's a completely bog standard setup.py-using pure-python package.)
> > Nathaniel, Skipper
> > How stable is the API of patsy?
My goal at this point is to keep the API compatible. At the least I'll being up any incompatible changes for discussion first.
> and should there may be a fresh release, especially if statsmodels
> requires some of the recent changes?
I don't think there's anything in git that statsmodels would need? I haven't had time to touch it much since getting 0.1 out anyway...
-n
On Sun, Sep 23, 2012 at 10:49 AM, Tim MichelsenNo, current master and 0.5 require patsy as a hard dependency.
<timmic...@gmx-topmail.de> wrote:
>>> https://code.launchpad.net/~pythonxy/+recipe/statsmodels-daily-current
>>>
> https://launchpadlibrarian.net/116878222/buildlog_ubuntu-precise-i386.statsmodels_0.5.0~ppa7~revno-1256~precise1_BUILDING.txt.gz
>>> patsy is missing as a dependency/requirement
>>
> I can easily add it once available as package.
>
>> since it is a new requirement ;-)
> Why can we not make it a recommended package?
> Statsmodels work also without it, right?
That's the main reason I asked, to see whether it is easy to get
statsmodels through the Debian/Linux distribution channels with patsy
as requirement, when patsy is not yet accepted or available as Debian
package.
If not, then including patsy as foreign package inside statsmodels
would be possible for the release.