2022 Aug Alpha Release #3
Pre-release
Pre-release
2022 Aug Alpha Release 3
Start with our online documentation to get started with install instructions, examples, etc.
IDAES-PSE 2.0.0a3 Release Highlights
IDAES v2 Changes and Deprecations
- Reminder that support for IDAES v1 series will end in November, and backwards compatibility will be removed
- When instantiating a
ProcessBlock
, options can now be passed directly as keyword arguments (kwargs)
instead of having to be provided as a separate dictionary through thedefault=
kwarg
New Features
- Initial binary releases for Mac OSX running on ARM chipsets
- New method for
StateBlock
s: users can now dostate.build_port()
to construct aPort
linked to the given state block - Many new examples and documentation