Philipp Schlegel
Philipp Schlegel
Could work like the handler of `b3d` module
Commit 97898853fac397f539419ac0cb2be15d25224d7d made vispy canvas persistent. To-do: - removal of specific neurons - add/clear volumes only - add/clear connectors only
Have plot3d and plot2d check neuron objects for a .color attribute? Could set this attribute e.g. in nblast
> Have plot3d and plot2d check neuron objects for a .color attribute? Could set this attribute e.g. in nblast Should - in theory - be possible to have changes in...
For reference: `msgpack.loads` is even faster with ~5ms
[Diskcache](http://www.grantjenks.com/docs/diskcache/) seems to be suitable contender.
What seemed to be the problem when sharing it across analysis, @jefferis?
Made some improvements to the caching. From commit 5c3c8fd0fb6b3546025466a4eb9d1f4b2b0d1e6c: - new decorator `@no_caching`: prevent caching for a function. Currently used for `remove_annotations`, `add_annotations`, `delete_neuron`, `delete_tags`, `add_tags` and `rename_neurons` - new...
`pymaid.cluster_xyz` is a thin wrapper for `scipy.scipy.spatial.distance` and simply returns a `ClustResult` object holding the euclidian distance between the x/y/z points you passed to the function. In your example code,...
Thanks for the heads-up - a welcome change indeed! I'll make according changes to Pymaid.