Releases: JuliaParallel/ElasticClusterManager.jl
Releases · JuliaParallel/ElasticClusterManager.jl
v2.0.0
ElasticClusterManager v2.0.0
Breaking changes
-
Remove ElasticManager field printing_kwargs.
-
Don't export export launch, manage, kill, init_worker, connect.
v1.0.0
ElasticClusterManager v1.0.0
Merged pull requests:
- Generate a new UUID for this new package (#1) (@DilumAluthge)
- Rename the package from
ClusterManagers.jl
toElasticClusterManager.jl
(#2) (@DilumAluthge) - Excision: Remove all non-
ElasticManager
code (#3) (@DilumAluthge) - Set version to
1.0.0-DEV
(#4) (@DilumAluthge) - Don't do bare
using Foo
(#12) (@DilumAluthge) - Use
Base.errormonitor()
to print the logs from@async
tasks if they fail (#13) (@DilumAluthge) - Add a
exeflags
kwarg to theget_connect_cmd()
function (#14) (@DilumAluthge) - Update README for the new package (#15) (@DilumAluthge)
- Comment out some code that seems to be unused (#16) (@DilumAluthge)
- Set version to 1.0.0 (#17) (@DilumAluthge)
Closed issues: