Stefan van der Walt

Results 328 comments of Stefan van der Walt

Other formats: - https://ieeexplore.ieee.org/abstract/document/1252859/ From [Twitter](https://twitter.com/stefanvdwalt/status/986712089644298240): - https://ieeexplore.ieee.org/document/7237032/

As long as things go well, numba has an edge above Cython. But once they start to misbehave, I'm not sure a) how to identify that it *is* misbehaving in...

The notebook also doesn't *have* to implement all the MyST features. If I saw markup such as ``` the value of N is =N= ``` in a notebook, I'd know...

> > It feels restrictive to tie the format to what the notebook can currently render, instead of thinking about what authors would want ideally. > > I would point...

@jswhit @matthew-brett Our project depends on NetCDF, and OSX wheels being available. It would be great if you could try to upload new source tar-balls and wheels simultaneously, otherwise our...

Matthew, should we move the netcdf build recipe from manylinux to the netcdf4 test repo, so that Linux wheels are available the same time as OSX ones?

Does https://github.com/Unidata/netcdf4-python/blob/master/README.release#L17 automatically upload the manylinux wheels? It's important to have all wheels up before making a source upload, otherwise things may start to break, if I'm not mistaken @matthew-brett...

With diverging colormaps, you probably don't ever want to convert to black-and-white; but if you do, it should go dark-to-light-to-dark (or the other way around). This is by design. Mako...

I'd be +1 on parsing indentation that matches the first character of the type description, i.e., something like: ``` my_param : a really really really really really really really long...

You're right, that's actually quite a common case! Maybe require a newline after overflow descriptions? On January 24, 2017 13:06:57 Joris Van den Bossche wrote: > @stefanv That only gives...