Skip to content

Commit

Permalink
Improved docstrings in lib/_augment.pyx (#2062)
Browse files Browse the repository at this point in the history
* added missing CHANGELOG entry for PR #2048

* ensured `lib.distances.distance_array()` always returns an array
  • Loading branch information
zemanj authored and richardjgowers committed Sep 7, 2018
1 parent 5fb8de8 commit cd58ce0
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 344 deletions.
6 changes: 5 additions & 1 deletion package/CHANGELOG
Expand Up @@ -80,7 +80,8 @@ Enhancements
* Added dihedrals.py with Dihedral, Ramachandran, and Janin classes to
analysis module (PR #1997, PR #2033)
* Added the analysis.data module for reference data used in analysis (PR #2033)
* Added dihedrals.py with Ramachandran class to analysis module
* Most functions in `MDanalysis.lib.distances` previously only accepting
arrays of coordinates now also accept single coordinates as input (PR #2048)
* Performance improvements to make_whole (PR #1965)
* Performance improvements to fragment finding (PR #2028)

Expand Down Expand Up @@ -120,6 +121,9 @@ Changes
(Issue #1894)
* removed unused function MDAnalysis.lb.mdamath.one_to_many_pointers()
(issue #2010)
* Box input for functions in `MDAnalysis.lib.distances` is now consistently
enforced to be of the form ``[lx, ly, lz, alpha, beta, gamma]`` as required
by the docs (Issue #2046, PR #2048)
* Added periodic keyword to select_atoms (#759)

Deprecations
Expand Down

0 comments on commit cd58ce0

Please sign in to comment.