Skip to content

Releases: drcassar/glasspy

GlassPy 0.4.6

21 Jan 13:47
61272da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

GlassPy 0.4.5

05 Oct 19:32
3718648
Compare
Choose a tag to compare

Bug fixes.

GlassPy 0.4.4

27 Aug 18:17
Compare
Choose a tag to compare

SciGlass data is no longer shipped with GlassPy. The module will automatically download the necessary files when they are needed. Different GlassPy installations (e.g. different virtual environments) now share the same SciGlass files.

GlassPy 0.4.3

18 Aug 11:55
Compare
Choose a tag to compare

GlassPy 0.4.2

23 Jul 19:59
7d027e7
Compare
Choose a tag to compare

Minor fix to the documentation.

GlassPy 0.4.1

15 Jul 20:19
2100688
Compare
Choose a tag to compare

This version has some bug fixes and changes to the GlassNet class.

GlassPy 0.4.0

30 Mar 14:52
Compare
Choose a tag to compare

Overview:

  • LICENSE file now have the lincese for all the data used in GlassPy.
  • Now we have a documentation. Check it out at https://glasspy.readthedocs.io/
  • glasspy.chemistry has new CompositionType, tools to work with composition arrays, and a featurizer.
  • glasspy.data now has the SciGlass class to load data from SciGlass.
  • GlassPy now uses the original SciGlass data without any modifications. All the processing is done within GlassPy.
  • glasspy.nucleation, glasspy.thermodynamics, and glasspy.relaxation were removed for now. Please use version 0.3 if you want these functionalities. These subpackages will probably come back in the future, but right now I'm focusing on the data and prediction of glass properties.
  • glasspy.predict now has GlassNet and ViscNet as available models. GlassPy is now the oficial home of ViscNet. The ViscNet repository will soon be archived.
  • new support submodule with support functions.
  • glasspy.viscosity was changed and some functionality was removed. It will be back in the future.

GlassPy 0.3

04 Jul 14:15
2333066
Compare
Choose a tag to compare

Version 0.3 Release Notes

Initial support for loading SciGlass data. No additional downloads are necessary, the data is provided with the module.