v0.0.34
Highlights
This release expands reporting and monitoring of cluster status, cloud properties, and utilization metrics (via runhouse status
and the Den UI), and improves mutli-node and multi-cluster support broadly.
Improvements
- Cluster status, cloud info, and utilization reporting improvements (#1209, #1224, #1226, #1197, #1242, #1246, #1249)
- Install default_env on all nodes (#1240)
- Introduce cluster.a_up to parallelize or launch clusters asyncronously by @dongreenberg in #1247
Bugfixes
- Install from explicit
dest_path
instead of relative path. by @rohinb2 in #1238 - Temporary fix for pydantic version error with FastAPI. by @rohinb2 in #1237
- Run ssh commands for docker clusters via
ssh
+docker exec
as opposed to SSH Proxy. by @rohinb2 in (#1235, #1251)
Deprecations
- Deprecate function.send_secrets (#1091)
- Deprecate some old unused function methods by @dongreenberg in #1092
- remove sagemaker github action by @jlewitt1 in #1244
Examples
Full Changelog: 0.0.33...v0.0.34