Rachael Sexton
Rachael Sexton
Very impressive library so far. Just wanted to mention here, unless I'm misreading your API docs, that the Graph object doesn't have an implementation of Prim's or Kruskal's minimum/maximum spanning...
Very cool library, and excellently organized. Here's some notes from my review to assist you guys beyond the JOSS checklist: ## Easier Quickstart examples Location where change is recommended Documentation...
From [`datatree`](https://github.com/xarray-contrib/datatree) library, which might get merged upstream. This would be incredibly beneficial to have, as someone that wants to make dataset interop specs (generator classes), and these dataclasses would...
listing `pandoclatexextensions` prevents subfolders from being included (i.e. `plugins`). The `find_packages()` function is recursive by default. If other packages are added in the future but undesired in the pypi installable...
Hi all! Lovely utility here. I was playing with the example from the docs and can't quite seem to find a good workaround for this bug: ```python (df .set_index('name') .groupby('team',...
Hi all! Still getting used to the graphblas bindings and writing efficient enough algorithms to contribute effectively, but I thought I'd put a placeholder issue up in case someone else...