-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Dynamictable #6
Conversation
sneakers-the-rat
commented
Aug 6, 2024
•
edited
Loading
edited
- Simple dynamictable with reference - eg. ElectrodeSeries
- Dynamictable with index
- AlignedDynamicTable
- DynamicTableRegion
…being named "value". Add link building. Fix erroneously collapsing anonymous and named container groups.
… correctly propagate properties from ancestor classes when building
…one special case of compound dtypes which aren't a thing in linkml and are here used exclusively for 1d vectors.
This will be good to go after writing tests and fixing the schema provider - which is broken because i tried to make the resolution of imports a little less implicit but that broke the delayed resolution that was already in place. just need to clean up the providers a bit so that NWB core schema never gets provided without the correct and matching version of hdmf schema. then it'll be time to
|
also don't double run tests
…Data for declared columns
…ic 1.3.3 making ndarray types callable
and with that we call it implemented |