Skip to content

Releases: charlesll/i-melt

v2.2.0

02 Jul 15:04

Choose a tag to compare

Full Changelog: v2.1.4...v2.2.0

  • All properties can now be computed using only a single forward pass in the neural network using the model.predict_all() function. This limits the computing time and is much more efficient and thus frugal, particularly when doing MC Dropout. The old API still can be used, but it is encouraged to use predict_all(), which returns a dictionary that contains all the latent variables and observed properties.
  • the predict() function API has changed: several properties can now be asked passing a list to the function, for the argument methods. The old argument method still works too. Therefore, when interest in several properties (latent or observed), please use the new methodsargument. It will do only one forward pass in the neural network to make all the predictions. This results in better efficiency and significantly less computing time when making multiple query.
  • Code has been cleaned and some functions not needed for i-Melt were removed.
  • the Streamlit app has been updated and is now much much faster, thanks to the new predict()behavior.
  • Training a neural network is also faster as we can group viscosity predictions: we gained a factor 2 approximately.
  • All example notebooks have been updated accordingly.

v2.1.4

23 Apr 09:00

Choose a tag to compare

Update minimal version of Python to 3.10 as it was creating problems with older release and dependencies

Full Changelog: v2.1.3...v2.1.4

v2.1.3

30 Sep 11:17

Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

30 Sep 09:10

Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

30 Sep 09:01

Choose a tag to compare

What's Changed

See NEWS.md

Full Changelog: v2.1.0...v2.1.1

Merge pull request #2 from charlesll/v2.1.0

17 Jun 13:06
3d9f8fd

Choose a tag to compare

Update the code to make i-Melt a PyPI package.

Update of results notebook

05 Jul 07:59

Choose a tag to compare

Update of results notebook following paper review

i-melt v2.0.0

24 Apr 09:50

Choose a tag to compare

This is the release 2.0.0 of i-Melt, which now allows prediction of melt/glass properties in the CaO-MgO-Na2O-K2O-Al2O3-SiO2 system.

i-Melt v1.2.1

31 Aug 09:01
0e9f849

Choose a tag to compare

This release is associated with the accepted publication in Geochimica Cosmochimica Acta (https://www.sciencedirect.com/science/article/abs/pii/S0016703721005007). This version of i-Melt allows prediction of melt/glass structural and thermodynamic properties for alkali aluminosilicate compositions. This sub-release includes changes in ReadMe.

i-Melt v1.2: alkali aluminosilicate compositions

30 Aug 07:54

Choose a tag to compare

This release is associated with the accepted publication in Geochimica Cosmochimica Acta (https://www.sciencedirect.com/science/article/abs/pii/S0016703721005007). This version of i-Melt allows prediction of melt/glass structural and thermodynamic properties for alkali aluminosilicate compositions.