Releases: newcleo-dev-team/lbh15
Releases · newcleo-dev-team/lbh15
Release v2.1.0
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(-)
Release v2.0.0
Changelog between v1.2.0 and v2.0.0:
.github/workflows/main.yml | 4 +-
.github/workflows/pages.yml | 6 +-
CHANGELOG.rst | 43 +++++
README.rst | 82 ++++++++--
docs/_templates/extra_manual.texsty | 4 +
docs/_templates/extra_nwcl.texsty | 4 +
docs/_templates/latex.tex_t | 159 ++++++++++++++++++
docs/_templates/layout.html | 11 ++
docs/_templates/preamble_nwcl.texsty | 13 ++
docs/_templates/tabular.tex_t | 60 +++++++
docs/conf.py | 139 +++++++++++++---
docs/index.rst | 10 +-
docs/source/_static/css/eqno.css | 6 +
docs/source/acknowledgments.rst | 7 +
docs/source/bibliography.rst | 15 +-
docs/source/bismuth.rst | 173 ++++++++++++--------
docs/source/bismuth_properties.rst | 4 +-
docs/source/bismuth_thermochemical.rst | 7 +
docs/source/bismuth_thermochemical_properties.rst | 15 ++
docs/source/contacts.rst | 35 ++--
docs/source/diffusivity_in_bismuth.rst | 7 +
docs/source/diffusivity_in_lbe.rst | 7 +
docs/source/diffusivity_in_lead.rst | 7 +
docs/source/documentation.rst | 2 +-
docs/source/figures/controlSchema.png | Bin 0 -> 79923 bytes
docs/source/figures/time_OxVsOxStp.png | Bin 0 -> 42832 bytes
docs/source/figures/time_Qin.png | Bin 0 -> 16814 bytes
docs/source/figures/time_T.png | Bin 0 -> 30528 bytes
docs/source/figures/tutorials.png | Bin 0 -> 73537 bytes
docs/source/interface.rst | 4 +-
docs/source/lbe.rst | 212 ++++++++++++++++--------
docs/source/lbe_oxygen_limits.rst | 7 +
docs/source/lbe_properties.rst | 4 +-
docs/source/lbe_thermochemical.rst | 7 +
docs/source/lbe_thermochemical_properties.rst | 17 ++
docs/source/lbh15.rst | 2 +-
docs/source/lead.rst | 220 ++++++++++++++++---------
docs/source/lead_oxygen_limits.rst | 7 +
docs/source/lead_properties.rst | 4 +-
docs/source/lead_thermochemical.rst | 7 +
docs/source/lead_thermochemical_properties.rst | 17 ++
docs/source/learn_more.rst | 506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
docs/source/properties.rst | 25 ++-
docs/source/readme_full.rst | 606 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
docs/source/release_notes.rst | 193 ++++++++++++++++++++++
docs/source/solubility_in_bismuth.rst | 7 +
docs/source/solubility_in_lbe.rst | 7 +
docs/source/solubility_in_lead.rst | 7 +
lbh15/__init__.py | 17 +-
lbh15/_commons.py | 33 ++--
lbh15/_decorators.py | 32 ++++
lbh15/_lbh15.py | 700 +++++++++++++++++++++++++++++++++++++++++++++----------------------------------
lbh15/bismuth.py | 81 +++++++---
lbh15/lbe.py | 103 ++++++++----
lbh15/lead.py | 115 +++++++++----
lbh15/properties/bismuth_properties.py | 531 +++++++++++++++++++++++++++++++-----------------------------
lbh15/properties/bismuth_thermochemical_properties/__init__.py | 3 +
lbh15/properties/bismuth_thermochemical_properties/bismuth_thermochemical.py | 481 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/bismuth_thermochemical_properties/diffusivity_in_bismuth.py | 133 +++++++++++++++
lbh15/properties/bismuth_thermochemical_properties/solubility_in_bismuth.py | 544 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/interface.py | 257 ++++++++++++++---------------
lbh15/properties/lbe_properties.py | 531 +++++++++++++++++++++++++++++++-----------------------------
lbh15/properties/lbe_thermochemical_properties/__init__.py | 3 +
lbh15/properties/lbe_thermochemical_properties/diffusivity_in_lbe.py | 198 +++++++++++++++++++++++
lbh15/properties/lbe_thermochemical_properties/lbe_oxygen_limits.py | 1002 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lbe_thermochemical_properties/lbe_thermochemical.py | 459 ++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lbe_thermochemical_properties/solubility_in_lbe.py | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lead_properties.py | 614 ++++++++++++++++++++++++++++++++++++++--------------------------------
lbh15/properties/lead_thermochemical_properties/__init__.py | 3 +
lbh15/properties/lead_thermochemical_properties/diffusivity_in_lead.py | 693 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lead_thermochemical_properties/lead_oxygen_limits.py | 962 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lead_thermochemical_properties/lead_thermochemical.py | 736 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lead_thermochemical_properties/solubility_in_lead.py | 456 ++++++++++++++++++++++++++++++++++++++++++++++++++++
setup.py | 3 +
tests/custom_properties/bismuth_properties.py | 34 ++++
tests/custom_properties/lbe_properties.py | 34 ++++
tests/custom_properties/{properties.py => lead_properties.py} | 2 +-
tests/properties_bounds.json | 806 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
tests/test_bismuth_fromX_spanT.py | 89 +++++++++++
tests/test_custom_properties.py | 79 ++++++++-
tests/test_lbe_fromX_spanT.py | 101 ++++++++++++
tests/test_lbh15_bounds.py | 322 ++++++++++++++++++++++++++++++++++++-
tests/test_lbh15_fromX.py | 215 -------------------------
tests/test_lead_fromX_spanT.py | 115 +++++++++++++
tutorials/oxygen_control/control_on_oxygen_by_metal.py | 93 +++++++++++
tutorials/oxygen_control/support.py | 78 +++++++++
86 files changed, 11742 insertions(+), 2092 deletions(-)
Release v1.2.0
Changelog between v1.1.1 and v1.2.0:
.github/workflows/main.yml | 9 +++++++++
.gitignore | 3 ++-
README.rst | 6 ++----
docs/conf.py | 18 +++++++++++-------
docs/source/readme_full.rst | 22 ++++++++++------------
lbh15/__init__.py | 7 +++----
lbh15/{_constants.py => _commons.py} | 5 +----
lbh15/_lbh15.py | 11 ++++++-----
lbh15/bismuth.py | 11 ++++++-----
lbh15/lbe.py | 9 +++++----
lbh15/lead.py | 9 +++++----
lbh15/properties/bismuth_properties.py | 34 +++++++++++++++++-----------------
lbh15/properties/interface.py | 12 ++++++------
lbh15/properties/lbe_properties.py | 34 +++++++++++++++++-----------------
lbh15/properties/lead_properties.py | 36 ++++++++++++++++++------------------
pyproject.toml | 40 ++++++++++++++++++++++++++++++++++++++++
setup.py | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
tests/custom_properties/properties.py | 6 +++---
tests/test_lbh15_bounds.py | 6 +++---
19 files changed, 222 insertions(+), 152 deletions(-)
Release v1.1.1
Changelog between v1.1.0 and v1.1.1
README.rst | 2 +-
lbh15/__init__.py | 4 ++--
lbh15/_lbh15.py | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------
lbh15/properties/bismuth_properties.py | 2 +-
lbh15/properties/interface.py | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
lbh15/properties/lbe_properties.py | 2 +-
lbh15/properties/lead_properties.py | 2 +-
setup.py | 48 ++++++++++++++++++++++++++++++++++++++----------
tests/properties_bounds.json | 6 +++---
9 files changed, 160 insertions(+), 82 deletions(-)
Release v1.1.0
Changelog between v1.1.0 and 1.0.0
.github/workflows/main.yml | 2 +-
README.rst | 2 +-
docs/source/documentation.rst | 2 +-
docs/source/properties.rst | 2 +-
docs/source/readme_full.rst | 169 +++++++++++++++++++++++++++-------------
lbh15/__init__.py | 10 ++-
lbh15/_constants.py | 25 ++++++
lbh15/_lbh15.py | 633 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------
lbh15/bismuth.py | 69 ++++-------------
lbh15/lbe.py | 68 +++--------------
lbh15/lead.py | 103 ++++---------------------
lbh15/properties/__init__.py | 1 +
lbh15/properties/bismuth_properties.py | 576 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
lbh15/properties/interface.py | 188 +++++++++++++++++++++++++++++++++++----------
lbh15/properties/lbe_properties.py | 563 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
lbh15/properties/lead_properties.py | 644 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
setup.py | 2 +-
tests/custom_properties/properties.py | 76 ++++++++++++------
tests/properties_bounds.json | 206 +++++++++++++++++++++++++++++++++++++++++++++++++
tests/test_custom_properties.py | 2 +-
tests/test_lbh15_bounds.py | 125 ++++++++++++++++++++++++++++++
tests/test_lbh15_static.py | 41 ----------
22 files changed, 2556 insertions(+), 953 deletions(-)
First release
This is the first public release of lbh15 including documentation produced by Sphinx and hosted on Github-Pages, plus package successfully uploaded to pypi.
The documentation is built, uploaded and deployed by github actions.