Skip to content

Commit

Permalink
Fixes TRJReader random frame access docs (#2595)
Browse files Browse the repository at this point in the history
* Fixes #2398

* Update CHANGELOG
  • Loading branch information
IAlibay authored Mar 9, 2020
1 parent 82e0d6d commit 9581bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ mm/dd/yy richardjgowers, kain88-de, lilyminium, p-j-smith, bdice, joaomcteixeira
* 0.21.0

Fixes
* Fixes outdated :class:`TRJReader` documentation on random frame access
(Issue #2398)
* Fixed mda.Merge for Universes without coordinates (Issue #2470)(PR #2580)
* PCA(align=True) now correctly aligns the trajectory and computes the
correct means and covariance matrix (Issue #2561)
Expand Down
6 changes: 0 additions & 6 deletions package/MDAnalysis/coordinates/TRJ.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
* The trajectory does not contain time information so we simply set
the time step to 1 ps (or the user could provide it as kwarg *dt*)
* **No direct access of frames is implemented, only iteration through
the trajectory.**
* Trajectories with fewer than 4 atoms probably fail to be read (BUG).
* If the trajectory contains exactly *one* atom then it is always
Expand Down Expand Up @@ -204,9 +201,6 @@ class TRJReader(base.ReaderBase):
be set by passing the `dt` keyword argument to the constructor; it
is assumed to be in ps. The default value is 1 ps.
Functionality is currently limited to simple iteration over the
trajectory.
.. _AMBER TRJ format: http://ambermd.org/formats.html#trajectory
.. versionchanged:: 0.11.0
Expand Down

0 comments on commit 9581bc4

Please sign in to comment.