Matthew Avaylon
Matthew Avaylon
### What happened? Certain numpy methods have been deprecated in numpy 2.0.0 ### Steps to Reproduce ```python workflows ``` ### Traceback _No response_ ### Operating System macOS ### Python Executable...
## Motivation What was the reasoning behind this change? Please explain the changes briefly. Have VectorData expandable by default: - [ ] Check that reading existing non-expandable data into the...
## Motivation What was the reasoning behind this change? Please explain the changes briefly. ## How to test the behavior? ``` Show how to reproduce the new behavior (can be...
## Motivation What was the reasoning behind this change? Please explain the changes briefly. ## How to test the behavior? ``` Show how to reproduce the new behavior (can be...
### What happened? The prerelease tests are not passing due to deprecations from numpy 2.0. Numpy 2.0 supports 3.9 and above. As a result, the easiest thing to do is...
### What would you like to see added to HDMF? Set up `VectorData` to wrap the data with `H5DataIO` and explore edge cases. ### What solution would you like? Talk...
### What would you like changed or added to the documentation and why? Add Documentation tutorial for TypeConfigurator ### Do you have any interest in helping write or edit the...
This is a list in progress of areas we can trim HDMF to reduce maintenance difficulties - [ ] Region references - [ ] TBD
This list is for cases that need to be covered but have not been marked. - [ ] Compound Data - [ ] DataIO with VectorIndex and EnumData - [...
### What would you like to see added to HDMF? The unwrapping of the TermSetWrapper occurs in HDF5IO. This leads to ZarrIO not having the unqrapping. The fix is to...