Changelog between v2.0.0 and v2.1.0
CHANGELOG.rst | 13 +++
CODE_OF_CONDUCT.rst | 103 ++++++++++++++++++++++++
CONTRIBUTIONS.rst | 40 ++++++++++
README.rst | 17 +++-
docs/source/bismuth.rst | 58 +++++++-------
docs/source/contacts.rst | 8 ++
docs/source/documentation.rst | 7 --
docs/source/lbe.rst | 84 ++++++++++----------
docs/source/lbh15.bib | 11 +--
docs/source/lbh15.rst | 3 +
docs/source/lead.rst | 90 ++++++++++-----------
docs/source/learn_more.rst | 124 +++++++++++++++--------------
docs/source/properties.rst | 4 +
docs/source/readme_full.rst | 428 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
docs/source/release_notes.rst | 156 ++++++------------------------------
docs/source/tch_common_interface.rst | 7 ++
docs/source/tph_common_interface.rst | 7 ++
lbh15/__init__.py | 4 +-
lbh15/_commons.py | 8 +-
lbh15/_lbh15.py | 67 ++++++++++++----
lbh15/bismuth.py | 4 +-
lbh15/lbe.py | 6 +-
lbh15/lead.py | 14 ++--
lbh15/properties/bismuth_properties.py | 190 ++++++--------------------------------------
lbh15/properties/bismuth_thermochemical_properties/__init__.py | 2 +-
lbh15/properties/bismuth_thermochemical_properties/bismuth_thermochemical.py | 128 ++++++------------------------
lbh15/properties/bismuth_thermochemical_properties/diffusivity_in_bismuth.py | 18 ++---
lbh15/properties/bismuth_thermochemical_properties/solubility_in_bismuth.py | 115 ++++-----------------------
lbh15/properties/interface.py | 2 +-
lbh15/properties/lbe_properties.py | 196 ++++++---------------------------------------
lbh15/properties/lbe_thermochemical_properties/__init__.py | 2 +-
lbh15/properties/lbe_thermochemical_properties/diffusivity_in_lbe.py | 67 +++-------------
lbh15/properties/lbe_thermochemical_properties/lbe_oxygen_limits.py | 215 ++++++--------------------------------------------
lbh15/properties/lbe_thermochemical_properties/lbe_thermochemical.py | 105 +++---------------------
lbh15/properties/lbe_thermochemical_properties/solubility_in_lbe.py | 71 ++++-------------
lbh15/properties/lead_properties.py | 242 ++++++++------------------------------------------------
lbh15/properties/lead_thermochemical_properties/__init__.py | 2 +-
lbh15/properties/lead_thermochemical_properties/diffusivity_in_lead.py | 130 +++++++++++-------------------
lbh15/properties/lead_thermochemical_properties/lead_oxygen_limits.py | 210 +++++-------------------------------------------
lbh15/properties/lead_thermochemical_properties/lead_thermochemical.py | 156 +++++++++---------------------------
lbh15/properties/lead_thermochemical_properties/solubility_in_lead.py | 110 ++++----------------------
lbh15/properties/tch_common_interface.py | 499 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/tph_common_interface.py | 228 +++++++++++++++++++++++++++++++++++++++++++++++++++++
pyproject.toml | 3 +-
setup.py | 3 +-
tests/properties_bounds.json | 190 ++++++++++++++++++++++----------------------
46 files changed, 1856 insertions(+), 2291 deletions(-)