@@ -57,14 +57,15 @@ Source links:
5757Change history
5858==============
5959
60- 1.5.3 2020-??-??
60+ 1.5.3 2020-11-04
6161----------------
6262
63- Notes :
63+ Known issues :
6464
65- * Incoherent scattering computed for contrast matched mixture differs from
66- the value that would be computed for a complex compound with the same
67- isotope proportions and density. This may change in a future release.
65+ * Incoherent scattering computed for contrast matched mixture in D2O_sld(),
66+ differs from the value that would be computed for a compound with the same
67+ isotope proportions and density computed in neutron_sld(). This may change
68+ in a future release.
6869
6970Breaking changes:
7071
@@ -74,10 +75,9 @@ Breaking changes:
7475 This will result in less error when the labile formula is used in lieu
7576 of the natural formula or the contrast-matched formula, and make it more
7677 obvious from glancing at the formula that labile hydrogen is present.
77- * Modify biomolecule object attributes, dropping *Hmass * and *Hsld *.
78- * *Hnatural * has been moved to *natural_formula *. The formula with labile
79- hydrogen is stored in *labile_formula *. *formula * is currently set to
80- *labile_formula * as before.
78+ * Modify *fasta.Molecule * attributes, dropping *Hmass * and *Hsld *. *Hnatural *
79+ has been moved to *natural_formula *. The formula with labile hydrogen is
80+ stored in *labile_formula *, as well as *formula * as before.
8181
8282New:
8383
@@ -89,9 +89,9 @@ Modified:
8989* Neutron wavelength now defaults to 1.798 A when wavelength and energy are
9090 both None in *neutron_sld() * and *neutron_scattering() * rather than
9191 throwing an assertion error.
92- * Switch unit test framework from nose to pytest.
9392* *table * can be passed to neutron sld calculators as the source of isotope
9493 information when parsing the chemical formula.
94+ * Switch unit test framework from nose to pytest.
9595* Update docs.
9696
97971.5.2 2019-11-19
0 commit comments