Idaes-pse

Latest version: v2.4.0

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

2.3.0rc2

New Features and Models

- New diagnostics toolboxes and examples
- Tutorial for using the DiagnosticsToolbox
- Methods to identify potential evaluation errors in models
- `SVDToolbox` for performing singular value decomposition analysis on models to identify possible degeneracies and poor scaling
- DegeneracyHunter for identifying irreducible degenerate sets in models
- Model for solid-liquid separation which takes two inputs (solid and liquid streams) and produces three outlets (solids, liquid entrained with solids and pure liquid)
- Example of temperature swing adsorption in `models_extra`

Deprecation Warnings

- With the update to Pyomo 6.7.0, the plate heat exchanger model has begun failing tests on some CI platforms. If this is not addressed by the February release, this model may be removed due to failing tests. See https://github.com/IDAES/idaes-pse/issues/1294. Offers to help identify the cause and fix this issue are welcome.

Improvements and bug fixes

- Fixed oversight which precluded using `Mixer` and `Separator` models when inherent reactions were present in property package
- Added reporting methods to the `MSContactor` model
- Minor corrections in some examples where values were being fixed outside of declared variable bounds

2.3.0rc1

New Features and Models

- New diagnostics toolboxes and examples
- Tutorial for using the DiagnosticsToolbox
- Methods to identify potential evaluation errors in models
- `SVDToolbox` for performing singular value decomposition analysis on models to identify possible degeneracies and poor scaling
- DegeneracyHunter for identifying irreducible degenerate sets in models
- Model for solid-liquid separation which takes two inputs (solid and liquid streams) and produces three outlets (solids, liquid entrained with solids and pure liquid)
- Example of temperature swing adsorption in `models_extra`

Deprecation Warnings

- With the update to Pyomo 6.7.0, the plate heat exchanger model has begun failing tests on some CI platforms. If this is not addressed by the February release, this model may be removed due to failing tests. See https://github.com/IDAES/idaes-pse/issues/1294. Offers to help identify the cause and fix this issue are welcome.

Improvements and bug fixes

- Fixed oversight which precluded using `Mixer` and `Separator` models when inherent reactions were present in property package
- Added reporting methods to the `MSContactor` model
- Minor corrections in some examples where values were being fixed outside of declared variable bounds

2.3.0rc0

New Features and Models

- New diagnostics toolboxes and examples
- Tutorial for using the DiagnosticsToolbox
- Methods to identify potential evaluation errors in models
- `SVDToolbox`` for performing singular value decomposition analysis on models to identify possible degeneracies and poor scaling
- DegeneracyHunter for identifying irreducible degenerate sets in models
- Model for solid-liquid separation which takes two inputs (solid and liquid streams) and produces three outlets (solids, liquid entrained with solids and pure liquid)
- Example of temperature swing adsorption in `models_extra`

Deprecation Warnings

- With the update to Pyomo 6.7.0, the plate heat exchanger model has begun failing tests on some CI platforms. If this is not addressed by the February release, this model may be removed due to failing tests. See https://github.com/IDAES/idaes-pse/issues/1294. Offers to help identify the cause and fix this issue are welcome.

Improvements and bug fixes

- Fixed oversight which precluded using `Mixer` and `Separator` models when inherent reactions were present in property package
- Added reporting methods to the `MSContactor` model
- Minor corrections in some examples where values were being fixed outside of declared variable bounds

2.2

Start with our [online documentation](https://idaes-pse.readthedocs.org/en/2.2.0rc1) to get started with install instructions, examples, etc.

2.2.0

Start with our [online documentation](https://idaes-pse.readthedocs.org/en/2.2.0rc0) to get started with install instructions, examples, etc.

2.2.0rc1

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

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.