You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
HDMF 3.4.7 (November 9, 2022)
Minor improvements
Update CI, versioneer, and some requirements. @rly (#786)
Bug fixes
Fix an issue where not providing an optional argument to __init__ of an auto-generated MultiContainerInterface
class raised an error. @rly (#779)
Fixed an issue with the data_utils.GenericDataChunkIterator where if the underlying dataset was such that the numpy.product of the maxshape exceeded the range of the default int32, buffer overflow would occur and cause the true buffer shape to exceed available memory. This has been resolved by dropping all numpy operations (which forced casting within the passed data type) in favor of the unlimited precision of Python builtin integer types @CodyCBakerPhD (#780) (#781)