RealNeuralNetworks.jl
RealNeuralNetworks.jl copied to clipboard
A unified framework for skeletonization, morphological analysis, and connectivity analysis.
@JuliaRegistrator register
Hey, I've just started out using Julia and this package looks perfect for a project I'm working on! However, I've been running into some issues installing the package - I've...
I notice that you are still using `findn`, which was deprecated in Julia 0.7 and removed in Julia 1.0 (https://github.com/JuliaLang/julia/pull/25532) here: https://github.com/seung-lab/RealNeuralNetworks.jl/blob/3d66e68897fe52b1526d1983fd1252cd4563f6be/src/NodeNets.jl#L670 https://github.com/seung-lab/RealNeuralNetworks.jl/blob/3d66e68897fe52b1526d1983fd1252cd4563f6be/src/NodeNets.jl#L725 You probably want to replace this with...
Hi @jingpengw, What's the status of `RealNeuralNetworks.jl` at the moment? Is it mainly in maintenance mode? Do you plan to develop it further? Regardless, I was quite happy to stumble...
@JuliaRegistrator register()
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
- speed up SWC io - use array for nodenet
for task production code, this is more secure.