Skip to content

2.2.0 Release Candidate #0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lbianchi-lbl lbianchi-lbl released this 01 Sep 04:21
· 7 commits to 2.2_rel since this release

2.2.0 Release Candidate #0

Start with our online documentation to get started with install instructions, examples, etc.

IDAES-PSE 2.2.0rc0 Release Highlights

New Features: DiagnosticsToolbox

DiagnosticsToolbox (idaes.core.util.model_diagnostics.DiagnosticsToolbox is a new self-guiding toolbox for assisting with diagnosing modeling issues. The toolbox contains a wide range of tools for identifying common modeling issues and conveying these to the user, and more features will be added in the coming months.

To try the new toolbox, use the following steps:

  • from idaes.core.util import DiagnosticsToolbox
  • Build an instance of your model
  • Ensure your models has zero degrees of freedom (as best you can)
  • dt = DiagnostisticsToobox(model)
  • dt.report_strucutral_issues()
  • Follow the prompts

Deprecations

  • DegeneracyHunter is being deprecated in favor of the new DiagnosticsToolbox. The features and capabilities of DegeneracyHunter will be moved over to the DiagnositcsToolbox in the coming months.
  • Removal of usage of Pyomo's expr.current due to deprecation upstream.
  • Removed support for radial basis functions in ALAMOpy as these did not work in the current implementation. Those wishing to use radial basis functions should use Pysmo instead.

New Capabilities

  • MSContactor model for unit operations involving mass transfer between 2 or more streams, such as membrane, solvent extraction and solids leaching operations.

Other Improvements

  • Improved formulation for solubility products with additional parameters for better scaling of terms
  • Better backward compatibility, verification and robustness testing of core models and APIs
  • Added support for Separator models without energy balances