Did recarrays change? I didn’t see anything in the release notes.

Not directly, but structured arrays did
<https://github.com/numpy/numpy/blob/master/doc/release/1.14.0-notes.rst#multiple-field-indexingassignment-of-structured-arrays>,
for which recarrays are really just a thin and somewhat buggy wrapper.
​

On Sat, 13 Jan 2018 at 14:19 <josef.p...@gmail.com> wrote:

> On Sat, Jan 13, 2018 at 4:49 PM, Benjamin Root <ben.v.r...@gmail.com>
> wrote:
> > I assume you mean 1.14.0, rather than 1.4.0?
>
> Yes, typo
> >
> > Did recarrays change? I didn't see anything in the release notes.
>
> I didn't look at the details. thequackdaddy is doing the hunting.
> maybe it's the loadtxt interaction
> one problem is with converters
> https://github.com/statsmodels/statsmodels/pull/4205/files
>
> (statsmodels has too much "legacy" code from pre-pandas days.)
>
> Josef
>
>
> >
> > On Sat, Jan 13, 2018 at 4:25 PM, <josef.p...@gmail.com> wrote:
> >>
> >> statsmodels does not work with numpy 1.4.0
> >>
> >> Besides the missing WarningsManager there seems to be 22 errors or
> >> failures from changes in numpy behavior, mainly from recarrays again.
> >>
> >> Josef
> >> _______________________________________________
> >> NumPy-Discussion mailing list
> >> NumPy-Discussion@python.org
> >> https://mail.python.org/mailman/listinfo/numpy-discussion
> >
> >
> >
> > _______________________________________________
> > NumPy-Discussion mailing list
> > NumPy-Discussion@python.org
> > https://mail.python.org/mailman/listinfo/numpy-discussion
> >
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to