Connor Lane

Results 4 issues of Connor Lane

#### Reference issue Closes gh-16585. #### What does this implement/fix? Adds an option to `csgraph.dijkstra` for returning a sparse distance matrix. #### Additional information I used libcpp vectors to construct...

enhancement
scipy.sparse.csgraph
needs-work
Cython

## Description This PR adds a few clarifying comments to the default `pipeline_config_default.yml` to help users understand the different config options. ## Checklist - [x] My pull request has a...

It seems that reading uncompressed nifti volumes takes significantly longer when memory mapping is enabled. In this example, I load four large 4D nifti volumes from the ABCD dataset, with...

good-hackathon-project
optimization

I'm using `CloudPath.walk` to search a large nested directory, but I'm only descending into a very small subset of subdirectories (by removing elements from `dirnames`). However, it seems the current...

enhancement
good first issue
perf