Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@dbrakenhoff dbrakenhoff released this 24 Dec 14:19
· 56 commits to master since this release
ed9fc9b

Features

  • Parallel support, e.g. for solving models, getting statistics, etc. Works out of the box on linux, but there are methods to get it working on Windows/MacOS in a script with a if __name__ == "__main__": block.
  • Improve zipfile format to use pas files. Improves reading zipfiles when using PasConnector.
  • Other small improvements, e.g. searching for symbols across all libraries.

What's Changed

Full Changelog: v1.7.2...v1.8.0