Discussion:
[Numpy-discussion] Custom Dtype/Units discussion
Ryan May
2016-07-10 01:44:27 UTC
Permalink
Greetings!

I've been beating my head against a wall trying to work seamlessly with
pint's unit support and arrays from numpy and xarray; these same issues
seem to apply to other unit frameworks as well. Last time I dug into these
problems, things like custom dtypes were raised as a more extensible
solution that works within numpy (and other libraries) without needing a
bunch of custom support.

Anyone around SciPy this week want to get together and talk about how we
can move ahead? (or acquaint me with another/better path forward?) I feel
like I need to get this figured out one way or another before I can move
forward in my corner of the world, and I have time I can dedicate to
implementing a solution.

Ryan

--
Ryan May
Nathaniel Smith
2016-07-10 06:20:02 UTC
Permalink
Hi Ryan,

I'll be and SciPy and I'd love to talk about this :-). Things are a
bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop
and my talk, but do you want to meet up Thursday maybe?

-n

On Sat, Jul 9, 2016 at 6:44 PM, Ryan May <***@gmail.com> wrote:
> Greetings!
>
> I've been beating my head against a wall trying to work seamlessly with
> pint's unit support and arrays from numpy and xarray; these same issues seem
> to apply to other unit frameworks as well. Last time I dug into these
> problems, things like custom dtypes were raised as a more extensible
> solution that works within numpy (and other libraries) without needing a
> bunch of custom support.
>
> Anyone around SciPy this week want to get together and talk about how we can
> move ahead? (or acquaint me with another/better path forward?) I feel like I
> need to get this figured out one way or another before I can move forward in
> my corner of the world, and I have time I can dedicate to implementing a
> solution.
>
> Ryan
>
> --
> Ryan May
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>



--
Nathaniel J. Smith -- https://vorpus.org
Ryan May
2016-07-11 02:45:57 UTC
Permalink
Hi Nathaniel,

Thursday works for me; anyone else interested is welcome to join.

Ryan

On Sun, Jul 10, 2016 at 12:20 AM, Nathaniel Smith <***@pobox.com> wrote:

> Hi Ryan,
>
> I'll be and SciPy and I'd love to talk about this :-). Things are a
> bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop
> and my talk, but do you want to meet up Thursday maybe?
>
> -n
>
> On Sat, Jul 9, 2016 at 6:44 PM, Ryan May <***@gmail.com> wrote:
> > Greetings!
> >
> > I've been beating my head against a wall trying to work seamlessly with
> > pint's unit support and arrays from numpy and xarray; these same issues
> seem
> > to apply to other unit frameworks as well. Last time I dug into these
> > problems, things like custom dtypes were raised as a more extensible
> > solution that works within numpy (and other libraries) without needing a
> > bunch of custom support.
> >
> > Anyone around SciPy this week want to get together and talk about how we
> can
> > move ahead? (or acquaint me with another/better path forward?) I feel
> like I
> > need to get this figured out one way or another before I can move
> forward in
> > my corner of the world, and I have time I can dedicate to implementing a
> > solution.
> >
> > Ryan
> >
> > --
> > Ryan May
> >
> >
> > _______________________________________________
> > NumPy-Discussion mailing list
> > NumPy-***@scipy.org
> > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> >
>
>
>
> --
> Nathaniel J. Smith -- https://vorpus.org
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>



--
Ryan May
Nathan Goldbaum
2016-07-11 03:12:33 UTC
Permalink
Hi Ryan,

As a maintainer of a unit-aware ndarray subclass, I'm also interested in
sitting in.

Maybe this can be an informal BOF session?

Nathan

On Sunday, July 10, 2016, Ryan May <***@gmail.com> wrote:

> Hi Nathaniel,
>
> Thursday works for me; anyone else interested is welcome to join.
>
> Ryan
>
> On Sun, Jul 10, 2016 at 12:20 AM, Nathaniel Smith <***@pobox.com
> <javascript:_e(%7B%7D,'cvml','***@pobox.com');>> wrote:
>
>> Hi Ryan,
>>
>> I'll be and SciPy and I'd love to talk about this :-). Things are a
>> bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop
>> and my talk, but do you want to meet up Thursday maybe?
>>
>> -n
>>
>> On Sat, Jul 9, 2016 at 6:44 PM, Ryan May <***@gmail.com
>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>> > Greetings!
>> >
>> > I've been beating my head against a wall trying to work seamlessly with
>> > pint's unit support and arrays from numpy and xarray; these same issues
>> seem
>> > to apply to other unit frameworks as well. Last time I dug into these
>> > problems, things like custom dtypes were raised as a more extensible
>> > solution that works within numpy (and other libraries) without needing a
>> > bunch of custom support.
>> >
>> > Anyone around SciPy this week want to get together and talk about how
>> we can
>> > move ahead? (or acquaint me with another/better path forward?) I feel
>> like I
>> > need to get this figured out one way or another before I can move
>> forward in
>> > my corner of the world, and I have time I can dedicate to implementing a
>> > solution.
>> >
>> > Ryan
>> >
>> > --
>> > Ryan May
>> >
>> >
>> > _______________________________________________
>> > NumPy-Discussion mailing list
>> > NumPy-***@scipy.org
>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>> > https://mail.scipy.org/mailman/listinfo/numpy-discussion
>> >
>>
>>
>>
>> --
>> Nathaniel J. Smith -- https://vorpus.org
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>
>
>
> --
> Ryan May
>
>
Ryan May
2016-07-11 03:25:30 UTC
Permalink
Sounds like an apt description of what this is intended to be.

Ryan

On Sun, Jul 10, 2016 at 10:12 PM, Nathan Goldbaum <***@gmail.com>
wrote:

> Hi Ryan,
>
> As a maintainer of a unit-aware ndarray subclass, I'm also interested in
> sitting in.
>
> Maybe this can be an informal BOF session?
>
> Nathan
>
>
> On Sunday, July 10, 2016, Ryan May <***@gmail.com> wrote:
>
>> Hi Nathaniel,
>>
>> Thursday works for me; anyone else interested is welcome to join.
>>
>> Ryan
>>
>> On Sun, Jul 10, 2016 at 12:20 AM, Nathaniel Smith <***@pobox.com> wrote:
>>
>>> Hi Ryan,
>>>
>>> I'll be and SciPy and I'd love to talk about this :-). Things are a
>>> bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop
>>> and my talk, but do you want to meet up Thursday maybe?
>>>
>>> -n
>>>
>>> On Sat, Jul 9, 2016 at 6:44 PM, Ryan May <***@gmail.com> wrote:
>>> > Greetings!
>>> >
>>> > I've been beating my head against a wall trying to work seamlessly with
>>> > pint's unit support and arrays from numpy and xarray; these same
>>> issues seem
>>> > to apply to other unit frameworks as well. Last time I dug into these
>>> > problems, things like custom dtypes were raised as a more extensible
>>> > solution that works within numpy (and other libraries) without needing
>>> a
>>> > bunch of custom support.
>>> >
>>> > Anyone around SciPy this week want to get together and talk about how
>>> we can
>>> > move ahead? (or acquaint me with another/better path forward?) I feel
>>> like I
>>> > need to get this figured out one way or another before I can move
>>> forward in
>>> > my corner of the world, and I have time I can dedicate to implementing
>>> a
>>> > solution.
>>> >
>>> > Ryan
>>> >
>>> > --
>>> > Ryan May
>>> >
>>> >
>>> > _______________________________________________
>>> > NumPy-Discussion mailing list
>>> > NumPy-***@scipy.org
>>> > https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>> >
>>>
>>>
>>>
>>> --
>>> Nathaniel J. Smith -- https://vorpus.org
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>
>>
>>
>> --
>> Ryan May
>>
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>


--
Ryan May
Chris Barker
2016-07-11 17:39:05 UTC
Permalink
On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
wrote:

>
> Maybe this can be an informal BOF session?
>

or maybe a formal BoF? after all, how formal do they get?

Anyway, it was my understanding that we really needed to do some
significant refactoring of how numpy deals with dtypes in order to do this
kind of thing cleanly -- so where has that gone since last year?

Maybe this conversation should be about how to build a more flexible dtype
system generally, rather than specifically about unit support. (though unit
support is a great use-case to focus on)

-CHB



--

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

***@noaa.gov
Ryan May
2016-07-11 17:49:22 UTC
Permalink
On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
wrote:
>
> Maybe this conversation should be about how to build a more flexible dtype
> system generally, rather than specifically about unit support. (though unit
> support is a great use-case to focus on)
>


I agree that a more general solution is a good goal--just that units is my
"sine qua non". Also, I would have love to have heard that someone solved
the unit + ndarray-like thing problem. :)

Ryan

--
Ryan May
Charles R Harris
2016-07-11 17:58:53 UTC
Permalink
On Mon, Jul 11, 2016 at 11:39 AM, Chris Barker <***@noaa.gov>
wrote:

>
>
> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
> wrote:
>
>>
>> Maybe this can be an informal BOF session?
>>
>
> or maybe a formal BoF? after all, how formal do they get?
>
> Anyway, it was my understanding that we really needed to do some
> significant refactoring of how numpy deals with dtypes in order to do this
> kind of thing cleanly -- so where has that gone since last year?
>
> Maybe this conversation should be about how to build a more flexible dtype
> system generally, rather than specifically about unit support. (though unit
> support is a great use-case to focus on)
>

Note that Mark Wiebe will also be giving a talk Friday, so he may be
around. As the last person to add a type to Numpy and the designer of DyND
he might have some useful input. DyND development is pretty active and I'm
always curious how we can somehow move in that direction.

Chuck
Travis Oliphant
2016-07-12 05:56:01 UTC
Permalink
On Mon, Jul 11, 2016 at 12:58 PM, Charles R Harris <
***@gmail.com> wrote:

>
>
> On Mon, Jul 11, 2016 at 11:39 AM, Chris Barker <***@noaa.gov>
> wrote:
>
>>
>>
>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
>> wrote:
>>
>>>
>>> Maybe this can be an informal BOF session?
>>>
>>
>> or maybe a formal BoF? after all, how formal do they get?
>>
>> Anyway, it was my understanding that we really needed to do some
>> significant refactoring of how numpy deals with dtypes in order to do this
>> kind of thing cleanly -- so where has that gone since last year?
>>
>> Maybe this conversation should be about how to build a more flexible
>> dtype system generally, rather than specifically about unit support.
>> (though unit support is a great use-case to focus on)
>>
>
> Note that Mark Wiebe will also be giving a talk Friday, so he may be
> around. As the last person to add a type to Numpy and the designer of DyND
> he might have some useful input. DyND development is pretty active and I'm
> always curious how we can somehow move in that direction.
>
>
There has been a lot of work over the past 6 months on making DyND
implement the "pluribus" concept that I have talked about briefly in the
past. DyND now has a separate C++ ndt data-type library. The Python
interface to that type library is still unified in the dynd module but it
is separable and work is in progress to make a separate Python-wrapper to
this type library. The dynd type library is datashape described at
http://datashape.pydata.org

This type system is extensible and could be the foundation of a re-factored
NumPy. My view (and what I am encouraging work in the direction of) is
that array computing in Python should be refactored into a "type-subsystem"
(I think ndt is the right model there), a generic ufunc-system (I think
dynd has a very promising approach there as well), and then a container
(the memoryview already in Python might be enough already). These
modules could be separately installed, maintained and eventually moved into
Python itself.

Then, a potential future NumPy project could be ported to be a layer of
calculations and connections to other C-libraries on-top of this system.
Many parts of the current code could be re-used in that effort --- or the
new system could be part of a re-factoring of NumPy to make the innards of
NumPy more accessible to a JIT compiler.

We are already far enough along that this could be pursued with a motivated
person. It would take 18 months to complete the system but first-light
would be less than 6 months for a dedicated, motivated, and talented
resource. DyND is far enough along as well as Cython and/or Numba to make
this pretty straight-forward. For this re-factored array-computing
project to take the NumPy name, this community would have to decide that
that is the right thing to do. But, other projects like Pandas and/or
xarray and/or numpy-py and/or NumPy on Jython could use this sub-system
also.

It has taken me a long time to actually get to the point where I would
recommend a specific way forward. I have thought about this for many
years and don't make these recommendations lightly. The pluribus concept
is my recommendation about what would be best now and in the future --- and
I will be pursuing this concept and working to get to a point where this
community will accept it if possible because it would be ideal if this new
array library were still called NumPy.

My working view is that someone will have to build the new prototype NumPy
for the community to evaluate whether it's the right approach and get
consensus that it is the right way forward. There is enough there now
with DyND, data-shape, and Numba/Cython to do this fairly quickly. It
is not strictly necessary to use DyND or Numba or even data-shape to
accomplish this general plan --- but these are already available and a
great place to start as they have been built explicitly with the intention
of improving array-computing in Python.

This potential NumPy could be backwards compatible from an API perspective
(including a C-API) --- though recompliation would be necessary and there
would be some semantic differences in corner-cases that could either be
fixed where necessary but potentially just made part of the new version.

I will be at the Continuum Happy hour on Thursday at our offices and
welcome anyone to come discuss things with me there --- I am also willing
to meet with anyone on Thursday and Friday if I can --- but I don't have a
ticket to ScPy itself. Please CC me directly if you have questions. I
try to follow the numpy-discussion mailing list but I am not always
successful at keeping up.

To be clear as some have mis-interpreted me in the past, while I originally
wrote NumPy (borrowing heavily from Numeric and drawing inspiration from
Numarray and receiving a lot of help for specific modules from many of
you), the community has continued to develop NumPy and now has a proper
governance model. I am now simply an interested NumPy user and previous
NumPy developer who finally has some concrete ideas to share based on work
that I have been funding, leading, and encouraging for the past several
years.

I am still very interested in helping NumPy progress, but we are also going
to be taking these ideas to create a general concept of the "buffer
protocol in Python" to enable cross-language code-sharing to enable more
code re-use for data analytics among language communities. This is the
concept of "data-fabric" which is pre-alpha vapor-ware at this point but
with some ideas expressed at http://datashape.pydata.org and here:
https://github.com/blaze/datafabric and is something DyND is enabling.

NumPy itself has a clear governance model and whether NumPy (the project)
adopts any of the new array-computing concepts I am proposing will depend
on this community's decisions as well as work done by motivated developers
willing to work on prototypes. I will be wiling to help get funding for
someone motivated to work on this.

Best,

-Travis




> Chuck
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>


--

*Travis Oliphant, PhD*
*Co-founder and CEO*


@teoliphant
512-222-5440
http://www.continuum.io
Ralf Gommers
2016-07-12 06:21:22 UTC
Permalink
On Tue, Jul 12, 2016 at 7:56 AM, Travis Oliphant <***@continuum.io>
wrote:

>
>
>
> http://www.continuum.io
> On Mon, Jul 11, 2016 at 12:58 PM, Charles R Harris <
> ***@gmail.com> wrote:
>
>>
>>
>> On Mon, Jul 11, 2016 at 11:39 AM, Chris Barker <***@noaa.gov>
>> wrote:
>>
>>>
>>>
>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
>>> wrote:
>>>
>>>>
>>>> Maybe this can be an informal BOF session?
>>>>
>>>
>>> or maybe a formal BoF? after all, how formal do they get?
>>>
>>> Anyway, it was my understanding that we really needed to do some
>>> significant refactoring of how numpy deals with dtypes in order to do this
>>> kind of thing cleanly -- so where has that gone since last year?
>>>
>>> Maybe this conversation should be about how to build a more flexible
>>> dtype system generally, rather than specifically about unit support.
>>> (though unit support is a great use-case to focus on)
>>>
>>
>> Note that Mark Wiebe will also be giving a talk Friday, so he may be
>> around. As the last person to add a type to Numpy and the designer of DyND
>> he might have some useful input. DyND development is pretty active and I'm
>> always curious how we can somehow move in that direction.
>>
>>
> There has been a lot of work over the past 6 months on making DyND
> implement the "pluribus" concept that I have talked about briefly in the
> past. DyND now has a separate C++ ndt data-type library. The Python
> interface to that type library is still unified in the dynd module but it
> is separable and work is in progress to make a separate Python-wrapper to
> this type library. The dynd type library is datashape described at
> http://datashape.pydata.org
>
> This type system is extensible and could be the foundation of a
> re-factored NumPy. My view (and what I am encouraging work in the
> direction of) is that array computing in Python should be refactored into a
> "type-subsystem" (I think ndt is the right model there), a generic
> ufunc-system (I think dynd has a very promising approach there as well),
> and then a container (the memoryview already in Python might be enough
> already). These modules could be separately installed, maintained and
> eventually moved into Python itself.
>
> Then, a potential future NumPy project could be ported to be a layer of
> calculations and connections to other C-libraries on-top of this system.
> Many parts of the current code could be re-used in that effort --- or the
> new system could be part of a re-factoring of NumPy to make the innards of
> NumPy more accessible to a JIT compiler.
>
> We are already far enough along that this could be pursued with a
> motivated person. It would take 18 months to complete the system but
> first-light would be less than 6 months for a dedicated, motivated, and
> talented resource. DyND is far enough along as well as Cython and/or
> Numba to make this pretty straight-forward. For this re-factored
> array-computing project to take the NumPy name, this community would have
> to decide that that is the right thing to do. But, other projects like
> Pandas and/or xarray and/or numpy-py and/or NumPy on Jython could use this
> sub-system also.
>
> It has taken me a long time to actually get to the point where I would
> recommend a specific way forward. I have thought about this for many
> years and don't make these recommendations lightly. The pluribus concept
> is my recommendation about what would be best now and in the future --- and
> I will be pursuing this concept and working to get to a point where this
> community will accept it if possible because it would be ideal if this new
> array library were still called NumPy.
>
> My working view is that someone will have to build the new prototype NumPy
> for the community to evaluate whether it's the right approach and get
> consensus that it is the right way forward. There is enough there now
> with DyND, data-shape, and Numba/Cython to do this fairly quickly. It
> is not strictly necessary to use DyND or Numba or even data-shape to
> accomplish this general plan --- but these are already available and a
> great place to start as they have been built explicitly with the intention
> of improving array-computing in Python.
>
> This potential NumPy could be backwards compatible from an API perspective
> (including a C-API) --- though recompliation would be necessary and there
> would be some semantic differences in corner-cases that could either be
> fixed where necessary but potentially just made part of the new version.
>
> I will be at the Continuum Happy hour on Thursday at our offices and
> welcome anyone to come discuss things with me there --- I am also willing
> to meet with anyone on Thursday and Friday if I can --- but I don't have a
> ticket to ScPy itself. Please CC me directly if you have questions. I
> try to follow the numpy-discussion mailing list but I am not always
> successful at keeping up.
>
> To be clear as some have mis-interpreted me in the past, while I
> originally wrote NumPy (borrowing heavily from Numeric and drawing
> inspiration from Numarray and receiving a lot of help for specific modules
> from many of you), the community has continued to develop NumPy and now has
> a proper governance model. I am now simply an interested NumPy user and
> previous NumPy developer who finally has some concrete ideas to share based
> on work that I have been funding, leading, and encouraging for the past
> several years.
>
> I am still very interested in helping NumPy progress, but we are also
> going to be taking these ideas to create a general concept of the "buffer
> protocol in Python" to enable cross-language code-sharing to enable more
> code re-use for data analytics among language communities. This is the
> concept of "data-fabric" which is pre-alpha vapor-ware at this point but
> with some ideas expressed at http://datashape.pydata.org and here:
> https://github.com/blaze/datafabric and is something DyND is enabling.
>
> NumPy itself has a clear governance model and whether NumPy (the project)
> adopts any of the new array-computing concepts I am proposing will depend
> on this community's decisions as well as work done by motivated developers
> willing to work on prototypes. I will be wiling to help get funding for
> someone motivated to work on this.
>

Thanks Travis! I'm going to let the technical parts sink in for a bit
first, but wanted to say already that your continued interest and sharing
of new ideas are much appreciated.

Cheers,
Ralf
Ryan May
2016-07-13 19:43:10 UTC
Permalink
On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
wrote:

>
>
> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
> wrote:
>
>>
>> Maybe this can be an informal BOF session?
>>
>
> or maybe a formal BoF? after all, how formal do they get?
>
> Anyway, it was my understanding that we really needed to do some
> significant refactoring of how numpy deals with dtypes in order to do this
> kind of thing cleanly -- so where has that gone since last year?
>
> Maybe this conversation should be about how to build a more flexible dtype
> system generally, rather than specifically about unit support. (though unit
> support is a great use-case to focus on)
>
>
So Thursday's options seem to be in the standard BOF slot (up against the
Numfocus BOF), or doing something that evening, which would overlap at
least part of multiple happy hour events. I lean towards evening. Thoughts?

Ryan

--
Ryan May
Charles R Harris
2016-07-14 00:46:41 UTC
Permalink
Evening would work for me. Dinner?
On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:

> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
> wrote:
>
>>
>>
>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
>> wrote:
>>
>>>
>>> Maybe this can be an informal BOF session?
>>>
>>
>> or maybe a formal BoF? after all, how formal do they get?
>>
>> Anyway, it was my understanding that we really needed to do some
>> significant refactoring of how numpy deals with dtypes in order to do this
>> kind of thing cleanly -- so where has that gone since last year?
>>
>> Maybe this conversation should be about how to build a more flexible
>> dtype system generally, rather than specifically about unit support.
>> (though unit support is a great use-case to focus on)
>>
>>
> So Thursday's options seem to be in the standard BOF slot (up against the
> Numfocus BOF), or doing something that evening, which would overlap at
> least part of multiple happy hour events. I lean towards evening. Thoughts?
>
> Ryan
>
> --
> Ryan May
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
Nathaniel Smith
2016-07-14 05:48:01 UTC
Permalink
I have something at lunch, so dinner would be good for me too.
On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
wrote:

> Evening would work for me. Dinner?
> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>
>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
>> wrote:
>>
>>>
>>>
>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com>
>>> wrote:
>>>
>>>>
>>>> Maybe this can be an informal BOF session?
>>>>
>>>
>>> or maybe a formal BoF? after all, how formal do they get?
>>>
>>> Anyway, it was my understanding that we really needed to do some
>>> significant refactoring of how numpy deals with dtypes in order to do this
>>> kind of thing cleanly -- so where has that gone since last year?
>>>
>>> Maybe this conversation should be about how to build a more flexible
>>> dtype system generally, rather than specifically about unit support.
>>> (though unit support is a great use-case to focus on)
>>>
>>>
>> So Thursday's options seem to be in the standard BOF slot (up against the
>> Numfocus BOF), or doing something that evening, which would overlap at
>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>
>> Ryan
>>
>> --
>> Ryan May
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
Ryan May
2016-07-14 15:49:40 UTC
Permalink
Fine with me.

Ryan

On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com> wrote:

> I have something at lunch, so dinner would be good for me too.
> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
> wrote:
>
>> Evening would work for me. Dinner?
>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>>
>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <***@gmail.com
>>>> > wrote:
>>>>
>>>>>
>>>>> Maybe this can be an informal BOF session?
>>>>>
>>>>
>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>
>>>> Anyway, it was my understanding that we really needed to do some
>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>
>>>> Maybe this conversation should be about how to build a more flexible
>>>> dtype system generally, rather than specifically about unit support.
>>>> (though unit support is a great use-case to focus on)
>>>>
>>>>
>>> So Thursday's options seem to be in the standard BOF slot (up against
>>> the Numfocus BOF), or doing something that evening, which would overlap at
>>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>>
>>> Ryan
>>>
>>> --
>>> Ryan May
>>>
>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>


--
Ryan May
Nathan Goldbaum
2016-07-14 15:51:53 UTC
Permalink
Fine with me as well. Meet in the downstairs lobby after the lightning
talks?

On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com> wrote:

> Fine with me.
>
> Ryan
>
> On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com> wrote:
>
>> I have something at lunch, so dinner would be good for me too.
>> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
>> wrote:
>>
>>> Evening would work for me. Dinner?
>>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>>>
>>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
>>>> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <
>>>>> ***@gmail.com> wrote:
>>>>>
>>>>>>
>>>>>> Maybe this can be an informal BOF session?
>>>>>>
>>>>>
>>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>>
>>>>> Anyway, it was my understanding that we really needed to do some
>>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>>
>>>>> Maybe this conversation should be about how to build a more flexible
>>>>> dtype system generally, rather than specifically about unit support.
>>>>> (though unit support is a great use-case to focus on)
>>>>>
>>>>>
>>>> So Thursday's options seem to be in the standard BOF slot (up against
>>>> the Numfocus BOF), or doing something that evening, which would overlap at
>>>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>>>
>>>> Ryan
>>>>
>>>> --
>>>> Ryan May
>>>>
>>>>
>>>> _______________________________________________
>>>> NumPy-Discussion mailing list
>>>> NumPy-***@scipy.org
>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>
>>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>
>
> --
> Ryan May
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
Ryan May
2016-07-14 15:56:30 UTC
Permalink
Sounds good.

On Thu, Jul 14, 2016 at 10:51 AM, Nathan Goldbaum <***@gmail.com>
wrote:

> Fine with me as well. Meet in the downstairs lobby after the lightning
> talks?
>
> On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com> wrote:
>
>> Fine with me.
>>
>> Ryan
>>
>> On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com> wrote:
>>
>>> I have something at lunch, so dinner would be good for me too.
>>> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
>>> wrote:
>>>
>>>> Evening would work for me. Dinner?
>>>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>>>>
>>>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <
>>>>>> ***@gmail.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> Maybe this can be an informal BOF session?
>>>>>>>
>>>>>>
>>>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>>>
>>>>>> Anyway, it was my understanding that we really needed to do some
>>>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>>>
>>>>>> Maybe this conversation should be about how to build a more flexible
>>>>>> dtype system generally, rather than specifically about unit support.
>>>>>> (though unit support is a great use-case to focus on)
>>>>>>
>>>>>>
>>>>> So Thursday's options seem to be in the standard BOF slot (up against
>>>>> the Numfocus BOF), or doing something that evening, which would overlap at
>>>>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>>>>
>>>>> Ryan
>>>>>
>>>>> --
>>>>> Ryan May
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> NumPy-Discussion mailing list
>>>>> NumPy-***@scipy.org
>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>
>>>>>
>>>> _______________________________________________
>>>> NumPy-Discussion mailing list
>>>> NumPy-***@scipy.org
>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>
>>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>>
>>
>> --
>> Ryan May
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>


--
Ryan May
Nathaniel Smith
2016-07-14 16:05:30 UTC
Permalink
Where is "the downstairs lobby"? I can think of 4 places that I might
describe that way depending on context :-)

(Alternative: meet by the conference registration desk?)

On Jul 14, 2016 10:52, "Nathan Goldbaum" <***@gmail.com> wrote:

> Fine with me as well. Meet in the downstairs lobby after the lightning
> talks?
>
> On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com> wrote:
>
>> Fine with me.
>>
>> Ryan
>>
>> On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com> wrote:
>>
>>> I have something at lunch, so dinner would be good for me too.
>>> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
>>> wrote:
>>>
>>>> Evening would work for me. Dinner?
>>>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>>>>
>>>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <
>>>>>> ***@gmail.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> Maybe this can be an informal BOF session?
>>>>>>>
>>>>>>
>>>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>>>
>>>>>> Anyway, it was my understanding that we really needed to do some
>>>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>>>
>>>>>> Maybe this conversation should be about how to build a more flexible
>>>>>> dtype system generally, rather than specifically about unit support.
>>>>>> (though unit support is a great use-case to focus on)
>>>>>>
>>>>>>
>>>>> So Thursday's options seem to be in the standard BOF slot (up against
>>>>> the Numfocus BOF), or doing something that evening, which would overlap at
>>>>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>>>>
>>>>> Ryan
>>>>>
>>>>> --
>>>>> Ryan May
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> NumPy-Discussion mailing list
>>>>> NumPy-***@scipy.org
>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>
>>>>>
>>>> _______________________________________________
>>>> NumPy-Discussion mailing list
>>>> NumPy-***@scipy.org
>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>
>>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>>
>>
>> --
>> Ryan May
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
Nathan Goldbaum
2016-07-14 16:06:30 UTC
Permalink
On Thu, Jul 14, 2016 at 11:05 AM, Nathaniel Smith <***@pobox.com> wrote:

> Where is "the downstairs lobby"? I can think of 4 places that I might
> describe that way depending on context :-)
>
> (Alternative: meet by the conference registration desk?)
>
Sorry, that's what I meant.


>
> On Jul 14, 2016 10:52, "Nathan Goldbaum" <***@gmail.com> wrote:
>
>> Fine with me as well. Meet in the downstairs lobby after the lightning
>> talks?
>>
>> On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com> wrote:
>>
>>> Fine with me.
>>>
>>> Ryan
>>>
>>> On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com> wrote:
>>>
>>>> I have something at lunch, so dinner would be good for me too.
>>>> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com>
>>>> wrote:
>>>>
>>>>> Evening would work for me. Dinner?
>>>>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com> wrote:
>>>>>
>>>>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <***@noaa.gov
>>>>>> > wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <
>>>>>>> ***@gmail.com> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> Maybe this can be an informal BOF session?
>>>>>>>>
>>>>>>>
>>>>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>>>>
>>>>>>> Anyway, it was my understanding that we really needed to do some
>>>>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>>>>
>>>>>>> Maybe this conversation should be about how to build a more flexible
>>>>>>> dtype system generally, rather than specifically about unit support.
>>>>>>> (though unit support is a great use-case to focus on)
>>>>>>>
>>>>>>>
>>>>>> So Thursday's options seem to be in the standard BOF slot (up against
>>>>>> the Numfocus BOF), or doing something that evening, which would overlap at
>>>>>> least part of multiple happy hour events. I lean towards evening. Thoughts?
>>>>>>
>>>>>> Ryan
>>>>>>
>>>>>> --
>>>>>> Ryan May
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> NumPy-Discussion mailing list
>>>>>> NumPy-***@scipy.org
>>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>>
>>>>>>
>>>>> _______________________________________________
>>>>> NumPy-Discussion mailing list
>>>>> NumPy-***@scipy.org
>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>
>>>>>
>>>> _______________________________________________
>>>> NumPy-Discussion mailing list
>>>> NumPy-***@scipy.org
>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>
>>>>
>>>
>>>
>>> --
>>> Ryan May
>>>
>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
Nathan Goldbaum
2016-07-14 23:46:49 UTC
Permalink
We are in room 203

On Thursday, July 14, 2016, Nathan Goldbaum <***@gmail.com> wrote:

>
>
> On Thu, Jul 14, 2016 at 11:05 AM, Nathaniel Smith <***@pobox.com
> <javascript:_e(%7B%7D,'cvml','***@pobox.com');>> wrote:
>
>> Where is "the downstairs lobby"? I can think of 4 places that I might
>> describe that way depending on context :-)
>>
>> (Alternative: meet by the conference registration desk?)
>>
> Sorry, that's what I meant.
>
>
>>
>> On Jul 14, 2016 10:52, "Nathan Goldbaum" <***@gmail.com
>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>>
>>> Fine with me as well. Meet in the downstairs lobby after the lightning
>>> talks?
>>>
>>> On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com
>>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>>>
>>>> Fine with me.
>>>>
>>>> Ryan
>>>>
>>>> On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.com
>>>> <javascript:_e(%7B%7D,'cvml','***@pobox.com');>> wrote:
>>>>
>>>>> I have something at lunch, so dinner would be good for me too.
>>>>> On Jul 13, 2016 7:46 PM, "Charles R Harris" <***@gmail.com
>>>>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>>>>>
>>>>>> Evening would work for me. Dinner?
>>>>>> On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com
>>>>>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>>>>>>
>>>>>>> On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <
>>>>>>> ***@noaa.gov
>>>>>>> <javascript:_e(%7B%7D,'cvml','***@noaa.gov');>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <
>>>>>>>> ***@gmail.com
>>>>>>>> <javascript:_e(%7B%7D,'cvml','***@gmail.com');>> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Maybe this can be an informal BOF session?
>>>>>>>>>
>>>>>>>>
>>>>>>>> or maybe a formal BoF? after all, how formal do they get?
>>>>>>>>
>>>>>>>> Anyway, it was my understanding that we really needed to do some
>>>>>>>> significant refactoring of how numpy deals with dtypes in order to do this
>>>>>>>> kind of thing cleanly -- so where has that gone since last year?
>>>>>>>>
>>>>>>>> Maybe this conversation should be about how to build a more
>>>>>>>> flexible dtype system generally, rather than specifically about unit
>>>>>>>> support. (though unit support is a great use-case to focus on)
>>>>>>>>
>>>>>>>>
>>>>>>> So Thursday's options seem to be in the standard BOF slot (up
>>>>>>> against the Numfocus BOF), or doing something that evening, which would
>>>>>>> overlap at least part of multiple happy hour events. I lean towards
>>>>>>> evening. Thoughts?
>>>>>>>
>>>>>>> Ryan
>>>>>>>
>>>>>>> --
>>>>>>> Ryan May
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> NumPy-Discussion mailing list
>>>>>>> NumPy-***@scipy.org
>>>>>>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>>>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>>>
>>>>>>>
>>>>>> _______________________________________________
>>>>>> NumPy-Discussion mailing list
>>>>>> NumPy-***@scipy.org
>>>>>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>>
>>>>>>
>>>>> _______________________________________________
>>>>> NumPy-Discussion mailing list
>>>>> NumPy-***@scipy.org
>>>>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Ryan May
>>>>
>>>>
>>>> _______________________________________________
>>>> NumPy-Discussion mailing list
>>>> NumPy-***@scipy.org
>>>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>>
>>>>
>>>
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-***@scipy.org
>>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>>
>>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-***@scipy.org
>> <javascript:_e(%7B%7D,'cvml','NumPy-***@scipy.org');>
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>
Sebastian Berg
2016-07-15 08:22:35 UTC
Permalink
On Do, 2016-07-14 at 18:46 -0500, Nathan Goldbaum wrote:
> We are in room 203
>

You guys were probably doing that anyway, and I know you are too busy
right now. But if there were some nice ideas/plans from this
discussion, related to Numpy or not, I would appreciate a lot if one of
you can send a few notes.

Have some nice last days at SciPy!

- Sebastian


> On Thursday, July 14, 2016, Nathan Goldbaum <***@gmail.com>
> wrote:
> >
> >
> > On Thu, Jul 14, 2016 at 11:05 AM, Nathaniel Smith <***@pobox.com>
> > wrote:
> > > Where is "the downstairs lobby"? I can think of 4 places that I
> > > might describe that way depending on context :-)
> > > (Alternative: meet by the conference registration desk?)
> > >
> > Sorry, that's what I meant.
> >  
> > >
> > > On Jul 14, 2016 10:52, "Nathan Goldbaum" <***@gmail.com>
> > > wrote:
> > > > Fine with me as well. Meet in the downstairs lobby after the
> > > > lightning talks?
> > > >
> > > > On Thu, Jul 14, 2016 at 10:49 AM, Ryan May <***@gmail.com>
> > > > wrote:
> > > > > Fine with me.
> > > > >
> > > > > Ryan
> > > > >
> > > > > On Thu, Jul 14, 2016 at 12:48 AM, Nathaniel Smith <***@pobox.
> > > > > com> wrote:
> > > > > > I have something at lunch, so dinner would be good for me
> > > > > > too.
> > > > > > On Jul 13, 2016 7:46 PM, "Charles R Harris" <charlesr.harri
> > > > > > ***@gmail.com> wrote:
> > > > > > > Evening would work for me. Dinner?
> > > > > > > On Jul 13, 2016 2:43 PM, "Ryan May" <***@gmail.com>
> > > > > > > wrote:
> > > > > > > > On Mon, Jul 11, 2016 at 12:39 PM, Chris Barker <chris.b
> > > > > > > > ***@noaa.gov> wrote:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Sun, Jul 10, 2016 at 8:12 PM, Nathan Goldbaum <nat
> > > > > > > > > ***@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Maybe this can be an informal BOF session?
> > > > > > > > > >
> > > > > > > > > or  maybe a formal BoF? after all, how formal do they
> > > > > > > > > get?
> > > > > > > > >
> > > > > > > > > Anyway, it was my understanding that we really needed
> > > > > > > > > to do some significant refactoring of how numpy deals
> > > > > > > > > with dtypes in order to do this kind of thing cleanly
> > > > > > > > > -- so where has that gone since last year? 
> > > > > > > > >
> > > > > > > > > Maybe this conversation should be about how to build
> > > > > > > > > a more flexible dtype system generally, rather than
> > > > > > > > > specifically about unit support. (though unit support
> > > > > > > > > is a great use-case to focus on)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > So Thursday's options seem to be in the standard BOF
> > > > > > > > slot (up against the Numfocus BOF), or doing something
> > > > > > > > that evening, which would overlap at least part of
> > > > > > > > multiple happy hour events. I lean towards evening.
> > > > > > > > Thoughts?
> > > > > > > >
> > > > > > > > Ryan
> > > > > > > >
> > > > > > > > -- 
> > > > > > > > Ryan May
> > > > > > > >
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > NumPy-Discussion mailing list
> > > > > > > > NumPy-***@scipy.org
> > > > > > > > https://mail.scipy.org/mailman/listinfo/numpy-discussio
> > > > > > > > n
> > > > > > > >
> > > > > > > _______________________________________________
> > > > > > > NumPy-Discussion mailing list
> > > > > > > NumPy-***@scipy.org
> > > > > > > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> > > > > > >
> > > > > > _______________________________________________
> > > > > > NumPy-Discussion mailing list
> > > > > > NumPy-***@scipy.org
> > > > > > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> > > > > >
> > > > >
> > > > >
> > > > > -- 
> > > > > Ryan May
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > NumPy-Discussion mailing list
> > > > > NumPy-***@scipy.org
> > > > > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> > > > >
> > > >
> > > > _______________________________________________
> > > > NumPy-Discussion mailing list
> > > > NumPy-***@scipy.org
> > > > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> > > >
> > > _______________________________________________
> > > NumPy-Discussion mailing list
> > > NumPy-***@scipy.org
> > > https://mail.scipy.org/mailman/listinfo/numpy-discussion
> > >
> >
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-***@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
Charles R Harris
2016-07-11 04:53:28 UTC
Permalink
On Sun, Jul 10, 2016 at 12:20 AM, Nathaniel Smith <***@pobox.com> wrote:

> Hi Ryan,
>
> I'll be and SciPy and I'd love to talk about this :-). Things are a
> bit hectic for me on Mon/Tue/Wed between the Python Compilers Workshop
> and my talk, but do you want to meet up Thursday maybe?
>
>
I'll be at scipy also and Thursday sounds fine.

Chuck
Loading...