NeurodataWithoutBorders / matnwb

A Matlab interface for reading and writing NWB files
BSD 2-Clause "Simplified" License
49 stars 32 forks source link

[Feature]: Map `int` in schema to `int8` Minimum Type #486

Closed lawrence-mbf closed 11 months ago

lawrence-mbf commented 1 year ago

What would you like to see added to MatNWB?

Matches proposed language changes. Allows for int to implicitly support all possible integer types.

Is your feature request related to a problem?

No response

What solution would you like?

In file.mapType convert line 46

dt = 'int32';

to

dt = 'int8';

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct