Skip to content

Commit 16ac6ba

Browse files
DOC: Add missing docstrings (#5331)
Follow-up to PR #5325.
1 parent 35e4334 commit 16ac6ba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

package/CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Fixes
4646
DSSP by porting upstream PyDSSP 0.9.1 fix (Issue #4913)
4747

4848
Enhancements
49+
* Added documentation for all keyword in select_atoms() and
50+
selections.rst (Issue #5317, PR #5325)
4951
* Added HydrogenBondAnalysis benchmark for performance tracking (PR #5309)
5052
* Added `select=None` in `analysis.rms.RMSD` to perform no selection on
5153
the input `atomgroup` and `reference` (Issue #5300, PR #5296)

package/MDAnalysis/core/groups.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3289,6 +3289,10 @@ def select_atoms(
32893289
32903290
**Simple selections**
32913291
3292+
all
3293+
selects all atoms in the current group; the resulting
3294+
:class:AtomGroup is unique and sorted by index. If the group
3295+
already corresponds to Universe.atoms, it is returned unchanged.
32923296
protein, backbone, nucleic, nucleicbackbone
32933297
selects all atoms that belong to a standard set of residues;
32943298
a protein is identfied by a hard-coded set of residue names so

0 commit comments

Comments
 (0)