Skip to content
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

Make all DynamicTables chunked and resizable by default #1067

Open
rly opened this issue Sep 16, 2019 · 3 comments
Open

Make all DynamicTables chunked and resizable by default #1067

rly opened this issue Sep 16, 2019 · 3 comments
Labels
category: enhancement improvements of code or code behavior priority: medium non-critical problem and/or affecting only a small set of NWB users topic: HDMF issues related to the use, depending on, or affecting HDMF

Comments

@rly
Copy link
Contributor

rly commented Sep 16, 2019

Feature Request

It has often been requested that a table can be appended to, e.g. the units table, epochs table, invalid time intervals tables, etc. over the course of data processing and analysis. In order to allow this, DynamicTables need to be chunked and resizable by default. See also #918 and #920 and #1059

@rly
Copy link
Contributor Author

rly commented Oct 1, 2019

@ajtritt now that DynamicTable is in HDMF, how should we go about making DynamicTable chunked and resizable by default in PyNWB and not in HDMF as you had suggested? Do we need to subclass DynamicTable or is there a better way?

@ajtritt
Copy link
Member

ajtritt commented Oct 1, 2019

Do we need to subclass DynamicTable or is there a better way?

No, you would need to subclass DynamicTableMap and extend get_attr_value

@stephprince stephprince added category: enhancement improvements of code or code behavior priority: medium non-critical problem and/or affecting only a small set of NWB users topic: HDMF issues related to the use, depending on, or affecting HDMF labels Apr 16, 2024
@stephprince
Copy link
Contributor

related: hdmf-dev/hdmf#1093

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement improvements of code or code behavior priority: medium non-critical problem and/or affecting only a small set of NWB users topic: HDMF issues related to the use, depending on, or affecting HDMF
Projects
None yet
Development

No branches or pull requests

3 participants