Pat Gunn
Pat Gunn
This feature request is to update the Tensorflow dependencies to 2.x; dependencies on Tensorflow 1.x are becoming a packaging concern and may limit (through chained dependencies to cuda) use of...
We recently upgraded Catmaid (in the process moving the backend to a new EC2 instance). Every time we've done this, all existing login tokens are invalidated (expected), but Catmaid shows...
Right now the max length of a version chain is, I believe, 256. Going over this is not supported. (we talked about this on a zoom call)
Right now some kinds of deletions need to happen using the commandline tool. This feature request is to offer an alternative Specifically: 1) Add a configfile option to enable deletion...
(was asked to note this as part of a phone conversation later today; this feature request is just to document a concern/usecase) This feature request is to make it easier...
Right now the WebUI pretends that any node in a repo that doesn't belong to a branch ("Branch": "") to belong to a Master branch. It'd be good to somehow...
Some UI elements in the demo_dendridic nodebook don't show up when being evaluated in VSCode's Jupyter-like mode; in particular the accepted and rejected components (which have an interactive widget, which...
``` paradox:~/src/caiman_dev-clean$ python Python 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:25:59) [GCC 10.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...
neu3 needs a labels_sv_meshes instance to function, but setting this up takes some doing; as requested I'm filing this in a github issue so anyone else who needs to do...
This changes the naming semantics (slightly) and parsing of memmap files to make them less fragile to oddly-named input files and to make them easier to read/maintain. It has the...