1.0 Roadmap
#1386
Replies: 2 comments
-
Thanks!
The background behind using a special decorator was: So nowadays |
Beta Was this translation helpful? Give feedback.
0 replies
-
This should follow whatever the prevailing standard in HoloViz is, after discussion with other HoloViz developers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are some ideas for taking
datashader
to a 1.0 release. I'm sure there will be more, but this is a start so we can begin discussion. @jbednar @hoxbrosrc
layout see https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/tests
directorypixi
for development@ngjit
replaced with (its more verbose, but standard to the numba documentation)@jit(nopython=True, nogil=True)
numba.jit
withnumba.vectorize
ornumba.guvectorize
for better NumPy ufunc integrationsBeta Was this translation helpful? Give feedback.
All reactions