Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@panDanieleN panDanieleN released this 10 Jan 09:12
· 361 commits to master since this release

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