This branch is on its way to becoming Next Generation Beta 0.7. It includes numerous small bug fixes, plus an elaboration of the text architecture to make it easy to investigate the "walkthrough" scripts and package tests. All of that is as close to documentation of the Next Generation features as we currently have, and it all (seems to) work. Key points:
The walkthrough and test scripts (for the visioneval and VEModel packages) all work (though the scenarios walkthrough doesn't have anything in it yet - and it may not; we probably need a vignette to discuss it since all the work is in the configuration, not really in the running).
The query and export functionality are greatly improved
The sample VERSPM "Full-Query" now works all the way
Archiving previous model results works more efficiently
Running a model with "continue" is better at identifying stages that do not need to be re-run
The "scenarios-ms" variant of VERSPM fixes a bug that had two of the scenarios using the same output folder - weirdly, that would run, but the results would be unusual.
Running with a "plan" (i.e. multiprocessing) now handles status monitoring more efficiently. (For large models, it is very desirable to break the model into stages and use multiprocessing since that does rapid and complete garbage collection between the stages.)
This branch is on its way to becoming Next Generation Beta 0.7. It includes numerous small bug fixes, plus an elaboration of the text architecture to make it easy to investigate the "walkthrough" scripts and package tests. All of that is as close to documentation of the Next Generation features as we currently have, and it all (seems to) work. Key points: