Skip to content

0.6.2 Release

Latest
Compare
Choose a tag to compare
@Loognqiang Loognqiang released this 18 Jan 02:22
298341a

0.6.2 Release
更新日期:2025年01月18日
中文版

更新

  • DSL支持时序能力
  • 支持Ray开源版本接口
  • 移除shuffle refcount
  • 支持在集群模块中优雅地处理进程退出
  • 重构shuffle多个单例类

修复

  • 修复仪表盘前端的错误显示和deploy.log中的日志日期问题
  • 修复随机出现的shuffle单元测试失败问题
  • 修复集群故障转移失败的问题

英文版
Main Improvements

  • DSL Support for Time Series Capabilities
  • Support ray opensource interface
  • Remove refcount due to outdated
  • Add gracefully process exit in cluster module
  • Refactor shuffle singleton classes

Fix

  • Fix the error display in dashboard fontend and the log date in deploy.log
  • Fix randomly occurring failures in shuffle unit tests
  • Fix cluster failover failure