- Bug Fix: Multiprocessing error for Windows
- Default parallelization of Monte-Carlo / Stochastic simulations
- Backwards Compatible with given legacy modes names
- Returns single dataset as three types depending on execution mode:
- Local Mode:
- 2d List
- Local Mode:
- Changes:
- Returning a single dataset was originally specified at the project’s inception instead of multiple per simulation
- System Configuration Conversions
- System Configuration as List of Configuration Objects
- System Configuration as a Pandas DataFrame
- System Configuration as List of Dictionaries
Backwards compatibility:
- Expandable state and policy update parameter space enables changes to the parameter space of updates while supporting backwards compatibility
- Legacy execution modes supported
- Packaging: Add Nix derivation and shell for local development and distribution of cadCAD package using Nix. Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible, allowing you to share your development and build environments across different machines.