Recent Releases of lbh15

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(-)

Scientific Software - Peer-reviewed - Python
Published by panDanieleN almost 2 years ago

lbh15 - 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/extramanual.texsty | 4 + docs/templates/extranwcl.texsty | 4 + docs/templates/latex.text | 159 ++++++++++++++++++ docs/templates/layout.html | 11 ++ docs/templates/preamblenwcl.texsty | 13 ++ docs/templates/tabular.text | 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/bismuthproperties.rst | 4 +- docs/source/bismuththermochemical.rst | 7 + docs/source/bismuththermochemicalproperties.rst | 15 ++ docs/source/contacts.rst | 35 ++-- docs/source/diffusivityinbismuth.rst | 7 + docs/source/diffusivityinlbe.rst | 7 + docs/source/diffusivityinlead.rst | 7 + docs/source/documentation.rst | 2 +- docs/source/figures/controlSchema.png | Bin 0 -> 79923 bytes docs/source/figures/timeOxVsOxStp.png | Bin 0 -> 42832 bytes docs/source/figures/timeQin.png | Bin 0 -> 16814 bytes docs/source/figures/timeT.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/lbeoxygenlimits.rst | 7 + docs/source/lbeproperties.rst | 4 +- docs/source/lbethermochemical.rst | 7 + docs/source/lbethermochemicalproperties.rst | 17 ++ docs/source/lbh15.rst | 2 +- docs/source/lead.rst | 220 ++++++++++++++++--------- docs/source/leadoxygenlimits.rst | 7 + docs/source/leadproperties.rst | 4 +- docs/source/leadthermochemical.rst | 7 + docs/source/leadthermochemicalproperties.rst | 17 ++ docs/source/learnmore.rst | 506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ docs/source/properties.rst | 25 ++- docs/source/readmefull.rst | 606 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- docs/source/releasenotes.rst | 193 ++++++++++++++++++++++ docs/source/solubilityinbismuth.rst | 7 + docs/source/solubilityinlbe.rst | 7 + docs/source/solubilityinlead.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/bismuthproperties.py | 531 +++++++++++++++++++++++++++++++----------------------------- lbh15/properties/bismuththermochemicalproperties/init.py | 3 + lbh15/properties/bismuththermochemicalproperties/bismuththermochemical.py | 481 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/bismuththermochemicalproperties/diffusivityinbismuth.py | 133 +++++++++++++++ lbh15/properties/bismuththermochemicalproperties/solubilityinbismuth.py | 544 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/interface.py | 257 ++++++++++++++--------------- lbh15/properties/lbeproperties.py | 531 +++++++++++++++++++++++++++++++----------------------------- lbh15/properties/lbethermochemicalproperties/init.py | 3 + lbh15/properties/lbethermochemicalproperties/diffusivityinlbe.py | 198 +++++++++++++++++++++++ lbh15/properties/lbethermochemicalproperties/lbeoxygenlimits.py | 1002 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/lbethermochemicalproperties/lbethermochemical.py | 459 ++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/lbethermochemicalproperties/solubilityinlbe.py | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/leadproperties.py | 614 ++++++++++++++++++++++++++++++++++++++-------------------------------- lbh15/properties/leadthermochemicalproperties/init.py | 3 + lbh15/properties/leadthermochemicalproperties/diffusivityinlead.py | 693 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/leadthermochemicalproperties/leadoxygenlimits.py | 962 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/leadthermochemicalproperties/leadthermochemical.py | 736 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lbh15/properties/leadthermochemicalproperties/solubilityinlead.py | 456 ++++++++++++++++++++++++++++++++++++++++++++++++++++ setup.py | 3 + tests/customproperties/bismuthproperties.py | 34 ++++ tests/customproperties/lbeproperties.py | 34 ++++ tests/customproperties/{properties.py => leadproperties.py} | 2 +- tests/propertiesbounds.json | 806 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- tests/testbismuthfromXspanT.py | 89 +++++++++++ tests/testcustomproperties.py | 79 ++++++++- tests/testlbefromXspanT.py | 101 ++++++++++++ tests/testlbh15bounds.py | 322 ++++++++++++++++++++++++++++++++++++- tests/testlbh15fromX.py | 215 ------------------------- tests/testleadfromXspanT.py | 115 +++++++++++++ tutorials/oxygencontrol/controlonoxygenbymetal.py | 93 +++++++++++ tutorials/oxygen_control/support.py | 78 +++++++++ 86 files changed, 11742 insertions(+), 2092 deletions(-)

```

Scientific Software - Peer-reviewed - Python
Published by panDanieleN about 2 years ago

lbh15 - 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(-)

Scientific Software - Peer-reviewed - Python
Published by panDanieleN over 2 years ago

lbh15 - 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(-)

Scientific Software - Peer-reviewed - Python
Published by panDanieleN almost 3 years ago

lbh15 - 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/readmefull.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/bismuthproperties.py | 576 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ lbh15/properties/interface.py | 188 +++++++++++++++++++++++++++++++++++---------- lbh15/properties/lbeproperties.py | 563 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ lbh15/properties/leadproperties.py | 644 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- setup.py | 2 +- tests/customproperties/properties.py | 76 ++++++++++++------ tests/propertiesbounds.json | 206 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/testcustomproperties.py | 2 +- tests/testlbh15bounds.py | 125 ++++++++++++++++++++++++++++++ tests/testlbh15static.py | 41 ---------- 22 files changed, 2556 insertions(+), 953 deletions(-)

```

Scientific Software - Peer-reviewed - Python
Published by panDanieleN about 3 years ago

lbh15 - 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.

Scientific Software - Peer-reviewed - Python
Published by ndarmage over 3 years ago