Ray v0.6.5 Release Notes

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

    • ๐Ÿ‘ท Build system fully converted to Bazel. #4284, #4280, #4281
    • Introduce a set data structure in the GCS. #4199
    • ๐Ÿ‘‰ Make all arguments to _remote() optional. #4305
    • ๐Ÿ‘Œ Improve object transfer latency by setting TCP_NODELAY on all TCP connections. #4318
    • โž• Add beginning of experimental serving module. #4095
    • โœ‚ Remove Jupyter notebook based UI. #4301
    • โž• Add ray timeline command line command for dumping Chrome trace. #4239

    Tune

    • โž• Add custom field for serializations. #4237
    • Begin adding Tune CLI. #3983, #4321, #4322
    • โž• Add optimization to reuse actors. #4218
    • โž• Add warnings if the Tune event loop gets clogged. #4353
    • Switch preferred API from tune.run_experiments to tune.run. #4234
    • ๐ŸŒฒ Make the logging from the function API consistent and predictable. #4011

    RLlib

    • ๐Ÿ’ฅ Breaking: Flip sign of entropy coefficient in A2C and Impala. #4374
    • โž• Add option to continue training even if some workers crash. #4376
    • โž• Add asynchronous remote workers. #4253
    • โž• Add callback accessor for raw observations. #4212

    Java

    • ๐Ÿ‘Œ Improve single-process mode. #4245, #4265
    • ๐Ÿ“ฆ Package native dependencies into jar. #4367
    • ๐ŸŽ‰ Initial support for calling Python functions from Java. #4166

    Autoscaler

    • โช Restore error messages for setup errors. #4388

    Known Issues

    • Object broadcasts on large clusters are inefficient. #2945