b2h5py v0.2.0
This release adds the context manager b2h5py.patching_dataset_class() that patches the h5py.Dataset class on entry and unpatches it on leaving (if it was not already patched). Documentation includes mentions to using API functions to patch/unpatch the class, and help(b2h5py) now shows these functions.
Testing is enhanced by automation using GitHub Actions, and support for running h5py tests with a patched class.
b2h5py now requires at least Python v3.3.