[ANN] automan-0.4: automation framework for numerical computing
Hi, I'm pleased to announce the availability of automan version 0.4. automan is a simple Pythonic automation framework that aims to automate the drudgery of managing many numerical simulations. As an automation framework it does the following: - helps you organize your simulations. - helps you orchestrate running simulations and then post-processing the results from these. - helps you reuse code for the post processing of your simulation data. - execute all your simulations and post-processing with one command. - optionally distribute your simulations among other computers on your network. This greatly facilitates reproducibility. Automan is written in pure Python and is easy to install. It has been used to automate complete research papers. Learn more at: https://automan.rtfd.io and https://github.com/pypr/automan This release adds support for defining inter task/problem dependencies and fixes some subtle bugs. cheers, Prabhu Ramachandran
participants (1)
-
Prabhu Ramachandran