Jim Kitchen
Jim Kitchen
@eriknw I really like this proposal. Abstracting the complexity away from the user so they can treat aggregations as easy as monoids for reduction is a win for readability. It...
@sugatoray It's not an issue of loading python modules, but rather an issue of where those modules are stored. I am aware of the `py-env` tag and local paths. But...
> Would you mind explaining what do you mean with data.py? In sugatoray's example, if someone emailed me that HTML file, it would fail because `data.py` is not included. Someone...
> `Person_A` wants to share a pyscript application (as a html file) with `Person_B` but does not want to store the entire python code inside the html file. > `Person_A`...
The effort to standardize a binary sparse storage format is being worked [here](https://github.com/GraphBLAS/binsparse-specification). The current plan is to use HDF5 for the container, but zarr is also under consideration. The...
For anyone who has attempted to join the meeting recently at 2:00pm GMT, we are aware of the challenge of timezones for global meetings. The actual meeting time is based...
I prefer `.new(order="columnwise")`
I think our docstrings used to mention Suitespare-specific settings, so those could be found throughout the API section. Refactoring likely broke this and requires an update to the API docs.
Refactoring the operator classes is definitely high up on the list. It will be needed to support multiple backends, but will also give us a much cleaner separation between code...
I'm currently -1 on this. The mental model I see here is that we can take a dict and construct a Matrix from it, then use that to update another...