I was looking at #2472 and found out that there are two sub-packages for hydrogen bond analysis: MDAnalysis/analysis/hbond and MDAnalysis/analysis/hydrogenbonds. In MDAnalysis/analysis/hbond there is this warning:
warnings.warn(
"This module will be deprecated in version 1.0."
"Please use MDAnalysis.analysis.hydrogenbonds.hbond_analysis instead.",
category=DeprecationWarning
)
I think a PendingDeprecationWarning is more appropriate in this case.