Release v1.8.0
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
- allow searching in all libraries by @dbrakenhoff in #148
- Allow parallel solve of models using ArcticDBConnector by @dbrakenhoff in #147
- More parallel by @dbrakenhoff in #150
- Improve reading/writing zipfiles using .pas files everywhere by @dbrakenhoff in #152
- Release v1.8.0 by @dbrakenhoff in #149
Full Changelog: v1.7.2...v1.8.0