Skip to content

2022 Aug Alpha Release #3

Pre-release
Pre-release
Compare
Choose a tag to compare
@lbianchi-lbl lbianchi-lbl released this 25 Aug 16:51
· 184 commits to 2.0_rel since this 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 the default= kwarg

New Features

  • Initial binary releases for Mac OSX running on ARM chipsets
  • New method for StateBlocks: users can now do state.build_port() to construct a Port linked to the given state block
  • Many new examples and documentation