mouse_connectivity_models icon indicating copy to clipboard operation
mouse_connectivity_models copied to clipboard

Python package providing mesoscale connectivity models for mouse.

Results 6 mouse_connectivity_models issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

Hi I am trying to create a corticothalamic connectome, however I noticed that the normalized connection density from the thalamic area PIL to any area on Isocortex in NaN. Do...

Hi, I've notices that the models parameters that are downloaded from `VoxelModelCache` are stored as `.csv.gz`. Given that these are quite large files, it takes several minutes to load them...

Index out of bounds error thrown: https://github.com/AllenInstitute/mouse_connectivity_models/blob/22b96e2f45bbdca4717e7b3722a1ee23aa71ac7b/mcmodels/models/homogeneous/subset_selection.py#L69

Would fix confusion in #6, and provides more utility in general.

I tried to install the `mcmodels` package following the instructions on the website [here](https://mouse-connectivity-models.readthedocs.io/en/latest/installation.html), with `scikit-learn` v1.4.0 on my machine. This failed due to an import error: ``` ImportError: cannot...