ClusterManagers v1.1.0
Merged pull requests:
- README: Reorganize the "external packages" table (add a separate column for the name of the external package) (#244) (@DilumAluthge)
- README: Don't mention the Slurm functionality in this package (and point users to SlurmClusterManager.jl instead) (#245) (@DilumAluthge)
- Deprecate (but do not remove) the Slurm functionality in this package (and point users to SlurmClusterManager.jl instead) (#246) (@DilumAluthge)
- Add
depwarn
s (but do not remove) the managers that are not currently being maintained (SGE, PBS, HTCondor, and Scyld) (#247) (@DilumAluthge) - Docs: Move SGE docs from README to separate file (#248) (@DilumAluthge)
- Fix a bug in the test suite (#249) (@DilumAluthge)
- README: Fix a mistake in the docs for the external SlurmClusterManager.jl package (#250) (@DilumAluthge)
- CI: Enable code coverage (#252) (@DilumAluthge)
- Create a
.gitignore
file, and gitignore theManifest.toml
file (#253) (@DilumAluthge) - Test suite: Add tests for
show(io, ::ElasticManager)
(#254) (@DilumAluthge) - README: Move the unmaintained managers (SGE, PBS, HTCondor, and Scyld) to a separate table (#255) (@DilumAluthge)
- Bump version from 1.0.0 to 1.1.0 (#256) (@DilumAluthge)