NeurodataWithoutBorders / pynwb

A Python API for working with Neurodata stored in the NWB Format
https://pynwb.readthedocs.io
Other
178 stars 84 forks source link

[Feature]: Add new Device fields from NWB schema 2.8.0 #1987

Closed rly closed 1 day ago

rly commented 2 weeks ago

What would you like to see added to PyNWB?

https://github.com/NeurodataWithoutBorders/nwb-schema/pull/594 added new optional Device neurodata type metadata fields. The corresponding Device class needs to be updated.

Is your feature request related to a problem?

No response

What solution would you like?

See above.

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

h-mayorquin commented 1 week ago

This is great.

rly commented 1 day ago

Fixed by #1997