--- /tmp/mdanalysis-2.0.0+dfsg1-4ok03vy88/debian/python-mdanalysis-doc_2.0.0+dfsg1-4_all.deb +++ python-mdanalysis-doc_2.0.0+dfsg1-4_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2022-02-18 16:17:45.000000 debian-binary │ -rw-r--r-- 0 0 0 12828 2022-02-18 16:17:45.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2178432 2022-02-18 16:17:45.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 2178400 2022-02-18 16:17:45.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-mdanalysis-doc/html/documentation_pages/analysis/wbridge_analysis.html │ │ │ @@ -1001,23 +1001,23 @@ │ │ │

Deprecated since version 2.0.0: Will be removed in MDAnalysis 3.0.0. Please use │ │ │ results.timeseries instead.

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -DEFAULT_ACCEPTORS = {'CHARMM27': ('SD', 'SG', 'OD1', 'OW', 'OG', 'ND1', 'OC2', 'OC1', 'OH2', 'O', 'OH', 'OD2', 'OG1', 'OE2', 'OE1', 'NE2'), 'GLYCAM06': ('O2', 'O', 'SM', 'OW', 'OH', 'NT', 'OY', 'N', 'OS'), 'other': ()}
│ │ │ +DEFAULT_ACCEPTORS = {'CHARMM27': ('OD2', 'SG', 'OW', 'OE1', 'SD', 'OC2', 'OH2', 'ND1', 'OE2', 'OD1', 'NE2', 'OG1', 'OC1', 'OH', 'OG', 'O'), 'GLYCAM06': ('SM', 'NT', 'OW', 'OS', 'OY', 'OH', 'O', 'O2', 'N'), 'other': ()} │ │ │

default atom names that are treated as hydrogen acceptors │ │ │ (see Default heavy atom names for CHARMM27 force field.); │ │ │ use the keyword acceptors to add a list of additional acceptor names.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -DEFAULT_DONORS = {'CHARMM27': ('NH2', 'NE1', 'SG', 'NH1', 'OG', 'OW', 'OH', 'OG1', 'ND1', 'N', 'NE2', 'NE', 'OH2', 'NZ', 'ND2'), 'GLYCAM06': ('N3', 'OW', 'N', 'OH', 'NT'), 'other': ()}
│ │ │ +DEFAULT_DONORS = {'CHARMM27': ('ND1', 'NE', 'SG', 'OW', 'NE2', 'ND2', 'NE1', 'NH2', 'OG1', 'OH', 'NZ', 'OH2', 'OG', 'N', 'NH1'), 'GLYCAM06': ('NT', 'OH', 'N3', 'OW', 'N'), 'other': ()} │ │ │

default heavy atom names whose hydrogens are treated as donors │ │ │ (see Default heavy atom names for CHARMM27 force field.); │ │ │ use the keyword donors to add a list of additional donor names.

│ │ │
│ │ │ │ │ │
│ │ │