skale v1.2.0 Release Notes

Release Date: 2017-11-14 // over 6 years ago
  • ๐Ÿ“ฆ This is a major feature relase. Install it with npm

    ๐Ÿ†• New

    • Skale-engine is renamed to skale. Version is now 1.2.0, identical to 0.8.0.
    • โž• Add a machine learning library with classification, regression, clustering
    • ๐Ÿ‘ Allows dependencies to be deployed in workers with new routine sc.require(). This will ease considerably the integration of various connectors to data sources, databases, etc.
    • ๐Ÿ“š Major improvements to documentation website

    ๐Ÿ‘Œ Improvements

    • โœ… The test suite has been fully reworked, and now uses individual files that can be executed separately
    • โœ… Tests are considerably faster and easier to develop and debug
    • โœ… Both standalone and distributed engine are now systematically tested
    • ๐Ÿ‘ save(): now support output to CSV format
    • ๐Ÿ‘ท save(), textFile(): automatic forward of AWS env and credentials to workers
    • ๐Ÿ‘ท Workers: control garbage collect by command line option
    • Modernize javascript syntax
    • ๐ŸŽ Continuous integration: add MacOSX target in addition to Linux and Windows

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix a problem insample()
    • ๐Ÿ›  Fix support of undefined keys in aggregateByKey()
    • ๐Ÿ›  Fix debug traces