Skip to content

Releases: IDAES/idaes-ext

3.4.2 Release

12 Aug 04:26
Compare
Choose a tag to compare
3.4.2 Release Pre-release
Pre-release

This is a patch release of 3.4.1 that corrects the patch applied to ipopt.pc files, allowing CyIpopt to be built with the Ipopt libraries included. In addition to removing the Requires.private line in the .pc file (as done in 3.4.1), this release uses relative paths rather than absolute paths in the .pc file.

This release copies binaries from the 3.4.0 release rather than re-building them, and is therefore not in sync with this repository's main branch.

3.4.1 Release

06 Aug 22:09
Compare
Choose a tag to compare
3.4.1 Release Pre-release
Pre-release

This is a patch release of 3.4.0 that applies a patch to ipopt.pc files, allowing CyIpopt to be built with the Ipopt libraries included. This release copies binaries from the 3.4.0 release rather than re-building them, and is therefore not in sync with this repository's main branch. Hashes are not included in the distributed source code and can be found in the main branch.

3.5.0-beta.5

14 Jun 13:56
67ab6e4
Compare
Choose a tag to compare
3.5.0-beta.5 Pre-release
Pre-release

This is a partial release created for integration testing purposes and is not meant for general use. Binaries for Mac (darwin) and aarch64 are not included.

3.5.0-beta.4

14 Mar 17:59
Compare
Choose a tag to compare
3.5.0-beta.4 Pre-release
Pre-release

Testing ARM builds

3.5.0-beta.3

28 Jan 22:58
Compare
Choose a tag to compare
3.5.0-beta.3 Pre-release
Pre-release

This is a partial pre-release for integration testing purposes. This release contains ARM binaries for MacOS, el8, and Ubuntu. These binaries are not compiled with HSL. Compared to https://github.com/IDAES/idaes-ext/releases/tag/3.5.0-beta.1, these binaries contain a workaround for a Mumps-Metis incompatibility.

v.3.5.0-beta.2

23 Dec 18:57
78f2748
Compare
Choose a tag to compare
v.3.5.0-beta.2 Pre-release
Pre-release

This is a Python 3.10 partial release created for integration test purposes and is not meant for general use. Binaries for Mac (darwin) and aarch64 are not included in this release and will be added in a subsequent pre-release.

v3.5.0-beta.1

22 Dec 20:03
78f2748
Compare
Choose a tag to compare
v3.5.0-beta.1 Pre-release
Pre-release

This is a partial pre-release for integration testing purposes. This release contains ARM binaries for MacOS, el8, and Ubuntu. These binaries are not compiled with HSL. The binaries were compiled using the scripts (and --without-hsl option) in the branch: https://github.com/Robbybp/idaes-ext/tree/without-hsl.

3.5.0 Beta

20 Dec 18:25
d08ef66
Compare
Choose a tag to compare
3.5.0 Beta Pre-release
Pre-release

This is a partial release created for integration test purposes and is not meant for general use. Binaries for Mac (darwin) and aarch64 are not included in this release and will be added in a subsequent pre-release.

3.4.0 Release

08 Jun 16:47
595e77a
Compare
Choose a tag to compare

The following changes were made since the previous release:

  • A function was added to calculate x/(exp(x) - 1), which deals with x = 0, by using a Taylor series expansion near x = 0.
  • Isothermal compressibility and fugacity coefficient functions were added to the Helmholtz EoS functions
  • PETSc (https://petsc.org/release/) was updated to 3.19.2

3.3.0 Release

01 Apr 16:22
75374a6
Compare
Choose a tag to compare

This release adds more property functions to the general Helmholtz equation of state functions.