z5 icon indicating copy to clipboard operation
z5 copied to clipboard

Default opening mode

Open clbarnes opened this issue 4 years ago • 1 comments

In h5py v2.10 (2019-09-06), opening without an explicit mode raises a deprecation warning (which can be silenced with an environment variable or global config setting). From h5py 3.0, the default mode will be readonly. https://docs.h5py.org/en/latest/whatsnew/2.10.html#deprecations

z5py may want to do the same for compability / because readonly is the sensible default anyway.

clbarnes avatar Feb 17 '20 10:02 clbarnes

Good point. I think this is something to consider for the next minor release.

constantinpape avatar Feb 17 '20 11:02 constantinpape