Ray v0.6.3 Release Notes

Release Date: 2019-03-06 // about 5 years ago
  • Core

    • ๐ŸŽ‰ Initial work on porting the build system to Bazel. #3918, #3806, #3867, #3842
    • ๐Ÿ‘ Allow starting Ray processes inside valgrind, gdb, tmux. #3824, #3847
    • ๐Ÿ›  Stability improvements and bug fixes. #3861, #3962, #3958, #3855, #3736, #3822, #3821, #3925
    • Convert Python C extensions to Cython. #3541
    • ๐Ÿ‘ท ray start can now be used to start Java workers. #3838, #3852
    • ๐Ÿ— Enable LZ4 compression in pyarrow build. #3931
    • โšก๏ธ Update Redis to version 5.0.3. #3886
    • ๐Ÿ‘‰ Use one memory-mapped file for Plasma store. #3871,

    Tune

    • ๐Ÿ‘Œ Support for BayesOpt. #3864
    • ๐Ÿ‘Œ Support for SigOpt. #3844
    • ๐Ÿ‘Œ Support executing infinite recovery retries for a trial. #3901
    • ๐Ÿ‘Œ Support export_formats option to export policy graphs. #3868
    • ๐ŸŒฒ Cluster and logging improvements. #3906

    RLlib

    • ๐Ÿ‘Œ Support for Asynchronous Proximal Policy Optimization (APPO). #3779
    • ๐Ÿ‘Œ Support for MARWIL. #3635
    • ๐Ÿ‘Œ Support for evaluation option in DQN. #3835
    • ๐Ÿ› Bug fixes. #3865, #3810, #3938
    • Annotations for API stability. #3808

    Autoscaler and Cluster Setup

    Modin

    Known Issues

    • Object broadcasts on large clusters are inefficient. #2945