Skip to content

Commit

Permalink
Merge pull request #406 from dotsdl/issue-385
Browse files Browse the repository at this point in the history
Fixes issue #385
  • Loading branch information
richardjgowers committed Aug 31, 2015
2 parents 0019fe9 + 7cdff97 commit e044ddd
Show file tree
Hide file tree
Showing 16 changed files with 495 additions and 272 deletions.
8 changes: 7 additions & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The rules for this file:
* entries are sorted newest-first.
* summarize sets of changes - don't reproduce every subversion log comment here.
* summarize sets of changes - don't reproduce every git log comment here.
* don't ever delete anything.
* keep the format consistent (79 char width, M/D/Y date format) and do not
use tabs but use spaces for formatting
Expand Down Expand Up @@ -121,6 +121,12 @@ The rules for this file:
* deprecate lib.distances.applyPBC in favour of apply_PBC (Issue #389)
* Consolidated coordinates.guess_format and topology.guess_format to
lib.util.guess_format (Issue #336)
* AtomGroup.res[names,ids,nums] and AtomGroup.segids now give arrays of equal
size to AtomGroup (Issue #385)
* ResidueGroup.segids now gives arrays of equal size to ResidueGroup
(Issue #385)
* AtomGroup setters `set_<property>` now plural for consistency with property
names

Fixes
* Topology files can now be compressed (Issue #336)
Expand Down
Loading

0 comments on commit e044ddd

Please sign in to comment.