In this new version, we comply with [NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html#nep-29-recommend-python-and-numpy-version-support-as-a-community-policy-standard) by:
- Raising the minimum NumPy version to 1.20.0.
- Dropping support for Python 3.6 and 3.7
In this release, we extended support to Python 3.10 and 3.11 and removed redundant warning messages when atoms fall out of boundaries (PR 95). Removing redundant messages significantly improves the performance of MembraneCurvature, particularly for membrane-protein systems.
**Minimum requirements:** `Python>=3.8` and `MDAnalysis>=2.0.0`.