cadCAD-org / cadCAD

Design, simulate, validate, and operate within complex systems
https://cadcad.org
MIT License
555 stars 271 forks source link

Pre-Release: ver. 0.4.26 #279

Closed JEJodesty closed 3 years ago

JEJodesty commented 3 years ago
  1. cadCAD parallelized simulations run in series

    • GitHub Issue: #242
  2. test the validity of result counts between what is specified by the API and the the expected results

    • GitHub Issue: #248
  3. A/B test of result count between releases

    • GitHub Issue: #248
  4. we need Jupyter Server to recognizing cadCAD module

    • Github Issue: #252
    • Version Requirements Fulfilled: Python : 3.9.5 (tested) jupyter core : 4.7.1 (tested) jupyter-notebook : 6.3.0 (tested) jupyter lab : 3.0.12 (manually tested)
  5. ValueError gives mis-leading error message if catching a non-related ValueError

    • GitHub Issue: #257
  6. cadCAD subset and run hierarchy

    • GitHub Issue: #247