Releases: IDAES/idaes-ext
3.4.2 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
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
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
Testing ARM builds
3.5.0-beta.3
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
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
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
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
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
This release adds more property functions to the general Helmholtz equation of state functions.