Benjamin Scholtz
Benjamin Scholtz
If a user passes a float for timesteps, the simulation should handle this or throw a proper error.
Debug mode would have more detailed logging, what else? Consider creating named logging instance for radCAD to more easily configure logging using `logging` package.
Introduce a progress bar for long-running experiments, across runs/subsets/timesteps (granularity to be determined, to be most efficient). * Not enabled by default, perhaps `progress` mode.
The Nix package manager "makes package management reliable and reproducible". I've created a Nix derivation, which allows you to easily install and build this package on most Unix and MacOS...
Change default backend to dynamically choose either `SINGLE_PROCESS` or `PATHOS` depending on workload.
In radCAD version 0.11.0 (see CHANGELOG.md) an update was made to ensure that unintended state updates between state update functions within a single partial state update block can not be...
Great tool! Almost found my name... Created a shell derivation for the Nix package manager - https://nixos.org/nix/. It's a "Purely Functional Package Manager" that runs on just about every Unix...