File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ Users can now add/remove containers from a written NWB file and export the modif
77- See https://pynwb.readthedocs.io/en/stable/tutorials/general/add-remove-containers.html for examples and more
88 information.
99
10+ ### Compatibility warnings:
11+ - PyNWB no longer works with HDMF version < 2.1.0. If you have pinned HDMF version < 2 in your package but allow PyNWB
12+ version 1.4.0, please beware that ` pip ` may install PyNWB version 1.4.0 with an incompatible version of HDMF
13+ (version < 2).
14+ - Use of HDMF 2.1.0 fixes ` __getitem__ ` -based access of ` MultiContainerInterface ` types, e.g,,
15+ ` fluorescence['roi_response_series_name'] ` , where previously if the ` MultiContainerInterface ` contained only one item,
16+ then any key could be used within the square brackets to access the contained ` Container ` , even if the key did not
17+ match the name of the contained ` Container ` . This update patches this bug such that the key used within the square
18+ brackets * must* match the name of the contained ` Container ` or else an error will be raised.
19+
1020### Internal improvements:
1121- Update requirements to use HDMF 2.1.0. @rly (#1256 )
1222- Start FAQ section in documentation. @rly (#1249 )
You can’t perform that action at this time.
0 commit comments