MAINT: reintroduce a OInfo get method for backward compatibility. (#14033)
Reintroduce a OInfo get method for backward compatibility.
OInfo was converted to a dataclass from dict in commit 0fef298ad70ff72,
but some external code is still be using it.
This commit reintroduces the method, but deprecates it.
Fixes https://github.com/h5py/h5py/issues/2253
Backport PR #14011 on branch 8.12.x (Raise an ImportError if docstrings should be sphinxified, but docrepr is't available) (#14045)
Backport PR #14011: Raise an ImportError if docstrings should be
sphinxified, but docrepr is't available
Backport PR #14027 on branch 8.12.x (Resume hinting on right arrow press by default) (#14042)
Backport PR #14027: Resume hinting on right arrow press by default
MAINT: reintroduce a OInfo get method for backward compatibility.
Reintroduce a OInfo get method for backward compatibility.
OInfo was converted to a dataclass from dict in commit 0fef298ad70ff72,
but some external code is still be using it.
This commit reintroduces the method, but we don't deprecated it yet !
Fixes https://github.com/h5py/h5py/issues/2253