This is a full rewrite of `hyper-shell` to make it more robust, concurrent, flexible, scalable, and more.
See the [website](https://hyper-shell.readthedocs.io) for details.
2.0.0b3
This is the first publicly available pre-release of hyper-shell v2.
This is a complete rewrite from the ground up. Details will come soon to the documentation website. Much of the external facing command-line interface is essentially unchanged. But under-the-hood behavior is entirely different. And now with a database in-the-loop a new suite of tools are new additions to the interface.
Hyper-shell is also now available as a library that can be embedded within other applications to provide for distributed execution.
1.1.0
The server program now implements the task queueing and results gathering as independent processes separate from the main process.
Also implements a set of shared counters that allows for a more graceful shutdown procedure.