Skip to content

Commit

Permalink
add new density.DensityAnalysis
Browse files Browse the repository at this point in the history
- close #2502
- DensityAnalysis is based on @nawtrey's pmda.density.DensityAnalysis
  but replace _reduce with accumulation in _single_frame
- added tests (based on the Test_density_from_universe): both give the same
  answer as they pass the same tests;
  test specific exceptions in DensityAnalysis
- update docs (also write ångström consistently throughout)
- update CHANGELOG
  • Loading branch information
orbeckst committed Feb 20, 2020
1 parent 72654fa commit 2714988
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 46 deletions.
3 changes: 2 additions & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The rules for this file:
------------------------------------------------------------------------------
mm/dd/yy richardjgowers, kain88-de, lilyminium, p-j-smith, bdice, joaomcteixeira,
PicoCentauri, davidercruz, jbarnoud, RMeli, IAlibay, mtiberti, CCook96,
Yuan-Yu, xiki-tempula
Yuan-Yu, xiki-tempula, orbeckst

* 0.21.0

Expand Down Expand Up @@ -56,6 +56,7 @@ Fixes
* Added parmed to setup.py

Enhancements
* Added new density.DensityAnalysis (Issue #2502)
* Added coordinate reader and writer for NAMD binary coordinate format (PR #2485)
* Improved ClusterCollection and Cluster string representations (Issue #2464)
* XYZ parser store elements attribute (#2420) and XYZ write uses the elements
Expand Down
Loading

0 comments on commit 2714988

Please sign in to comment.