Henry Schreiner
Henry Schreiner
How would you handle the branches? HEAD would work, I suppose. I've added support for multiple repos at a time, so it should be possible, but most of the time...
Note to self: if you get a 404, it doesn't print out info, let's add a note to the exception. :)
NDArray is the public type for NDArrays, and hides the "size" related type (as described above). It also uses a different form for the DType. Just curious, what about changing...
Needs update after #5486
I'm going to rework file inclusion/exclusion in 0.12, #1048 is on hold for that. I plan to make a quick patch release soon (for the increased speed on large directory...
I think I see the problem; I think you are expecting include to work a different way. Include is an override for unincluded files; setting it does not cause all...
I'm adding the logging that explains why files get ignored or kept; it was part of #1048 but that is being delayed till 0.12 since it's a behavior change.
All four lines were needed, but that solved my problem as well. It would be great if this could be included in the wheels!
This would also be useful for variable annotations, so that the `locals=` dictionary could be avoided (which is ugly and necessary if you are using float32's). (PEP 526 and part...
> It's not like you can currently declare a typed variable in the middle of a Numba method, right? See the numba example here: https://github.com/henryiii/framework_compare/tree/master/lin_regression If you don't set the...