libdynd / dynd-python

Python exposure of dynd
http://libdynd.org
Other
119 stars 23 forks source link

Made registry loading happening in dynd rather than dynd.nd #733

Closed izaid closed 8 years ago

izaid commented 8 years ago

Good catch. This is a bit hard to fix, because the registry loading really should be happening in dynd now (and not dynd/nd). The real fix is to get the callable_type out of ndt, then switch from nd::callable to nd::buffer in the registry. I want to move towards this anyways, so I can try to accelerate that.