Ray v0.6.2 Release Notes

Release Date: 2019-01-17 // over 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โฑ The timeout argument of ray.wait now uses seconds instead of milliseconds. #3706

    Core

    • 0๏ธโƒฃ Limit default redis max memory to 10GB. #3630
    • Define a Node class to manage Ray processes. #3733
    • Garbage collection of actor dummy objects. #3593
    • Split profile table among many keys in the GCS. #3676
    • ๐Ÿณ Automatically try to figure out the memory limit in a docker container. #3605
    • ๐Ÿ‘Œ Improve multi-threading support. #3672
    • โš  Push a warning to all users when large number of workers have been started. #3645
    • ๐Ÿ”จ Refactor code ray.ObjectID code. #3674

    Tune

    • ๐Ÿ”„ Change log handling for Tune. #3661
    • ๐Ÿ‘ Tune now supports resuming from cluster failure. #3309, #3725, #3657, #3681
    • ๐Ÿ‘Œ Support Configuration Merging for Suggestion Algorithms. #3584
    • ๐Ÿ‘Œ Support nested PBT mutations. #3455

    RLlib

    • โž• Add starcraft multiagent env as example. #3542
    • ๐Ÿ‘ Allow development without needing to compile Ray. #3623
    • ๐Ÿ“š Documentation for I/O API and multi-agent improvements. #3650
    • Export policy model checkpoint. #3637
    • ๐Ÿ”จ Refactor PyTorch custom model support. #3634

    Autoscaler

    • โž• Add an initial_workers option. #3530
    • โž• Add kill and get IP commands to CLI for testing. #3731
    • ๐Ÿ”ง GCP allow manual network configuration. #3748

    Known Issues:

    • Object broadcasts on large clusters are inefficient. #2945