Jonny Saunders
Jonny Saunders
Trying to figure out how the `name` field works in containers: When a dataset/group, say `TimeSeries` for concreteness, is stored in an NWBFile, it is stored using a `name` property...
hey what up i am back to be obnoxious again. I am trying to translate the nwb schema to linkML, making a prototype p2p system and want to make nwb...
Currently the license guide only mentions permissive licenses without discussing what the alternative might be. I think this is a relatively balanced discussion that provides some links to further readings...
I believe we arrived at a place where this would represent an array with any shape: ```yaml classes: MyClass: attributes: an_array: range: int array: ``` but currently the range of...
Making a single issue to collect any times the docs refer to some other part of the docs but that reference is unclear. will edit this top issue with any...
Browsing the API docs now, and they're pretty hard to browse because it is all one very long page. This makes it hard for me to get a 'birds eye...
As-is, only the top-level classes are included in the API documentation, which seems to leave out most of the user-facing functions if i'm not mistaken? Eg. I was trying to...
I am seeing that what look like constants that describe the various operations/etc. things imported from graphblas are defined within functions in some places, eg. here: https://github.com/python-graphblas/python-graphblas/blob/0eb490fe6dcb96264fed6637517de01c26f036cb/graphblas/core/operator/unary.py#L342 and then it...
Approaching the package as a naïve potential user, I was looking for some examples after the 'getting started' section. Would recommend linking to the example notebooks as an entry in...
Not going to suggest going through and adding type hints to all possible functions, but I think they would be especially useful on the i/o functions since you are traversing...