Skip to content

Releases: ipqa-research/ugropy

v2.0.7

24 Aug 19:37
Compare
Choose a tag to compare

Bug fixing: bad dependencies declarations for PyPI ugropy v2.0.5. The new version of rdkit and numpy broke ugropy

Full Changelog: v2.0.5...v2.0.7

v2.0.5

24 Apr 02:36
db4bf72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.5

v2.0.0

06 Mar 02:02
864799f
Compare
Choose a tag to compare

What's Changed

  • Changes in ugropy API. get_model_groups no longer exist. All model uses the get_groups function (see tutorial)
  • New writer! Now ugropy can write the group dictionaries for Caleb Bell's Thermo library.
  • New feature ".draw()": Now the fragmentation models results return a Fragmentation object that allows the user to represent the fragmentation result graphically (see tutorial)
  • Changes in the algorithm: ugropy checks if the solution can be fitted in the molecule's atoms before throwing the solution for molecules with composed structures.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

26 Dec 20:43
5c6d4e2
Compare
Choose a tag to compare

Models supported v1.0.0

  • Classic liquid-vapor UNIFAC
  • Predictive Soave-Redlich-Kwong (PSRK)
  • Joback

Writers

  • Clapeyron.jl