Erik Welch

Results 185 comments of Erik Welch

We discussed viz in our weekly meeting this week. Since viz is not a primary purpose of `python-graphblas`, for now we would like to keep our viz functions to a...

Re-opened. #467 isolated the problem (numpy 1.25), but it is still xfailing. My plan is to hope awkward fixes the problem, but it would be best if somebody reported upstream.

Ah, I think the chunkwise examples above aren't quite right, b/c the chunks we "select" are the same size as the output, which means their values aren't the final values....

Thanks for the suggestions and pointers. Example notebooks in the docs sound great to me. We should probably give the existing notebooks some attention and revise them as appropriate.

A roadmap should be large items or themes, so I think we can summarize it with the following topics: Roadmap ------- - Sustainability - Advocacy, applications, integrations, and collaborations -...

New item for our roadmap/wishlist: use doctest to verify code examples in documentation, and have more code examples in documentation.

You seem to be getting the rough idea correct I think. Thanks for thinking out loud! > The `.numpy` module within each operator type seems to be the place where...

We've been (slowly) exploring type annotations for a while now in #179. The argument and return types are already in the numpydoc-style docstrings, so how useful is it to have...

You're poking around all the fun places! 😉 All auto-generated code can be generated via `python scripts/autogenerate.py`. Auto-generation gets run in CI ([here](https://github.com/python-graphblas/python-graphblas/blob/f023d9ca8b382e1900ccbdb9ff2f35b61809a441/.github/workflows/test_and_build.yml#L332-L338)) and will fail if it changes any...

Thanks for the discussion. I know (and you know) we need to improve documentation, so I think specific discussions/questions/suggestions like this are very helpful. I think it would be too...