Skip to content

Commit 8cb8998

Browse files
author
Paul Kienzle
committed
R 1.5.3
1 parent 21c64ae commit 8cb8998

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ Source links:
5757
Change 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

6970
Breaking 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

8282
New:
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

9797
1.5.2 2019-11-19

periodictable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__docformat__ = 'restructuredtext en'
2929
__all__ = ['elements', 'neutron_sld', 'xray_sld',
3030
'formula', 'mix_by_weight', 'mix_by_volume'] # and all elements
31-
__version__ = "1.5.2"
31+
__version__ = "1.5.3"
3232

3333
from . import core
3434
from . import mass

0 commit comments

Comments
 (0)