Added
- Development dependencies install via pip: `pip install "merlinwf[dev]"`.
- `merlin status <yaml spec>` that returns queues, number of connected
workers and number of unused tasks in each of those queues.
- `merlin example` cli command, which allows users to start running the
examples immediately (even after pip-installing).
Fixed
- `MANIFEST.in` fixes as required by Spack.
- `requirements.txt` just has release components, not dev deps.
- A bug related to the deprecated word 'unicode' in `openfilelist.py`.
- Broken Merlin logo image on PyPI summary page.
- Documentation typos.
Changed
- Made `README.md` more concise and user-friendly.
Removed
- Dependencies outside the requirements directory.
- LLNL-specific material in the Makefile.
Deprecated
- `merlin-templates` cli command, in favor of `merlin example`.