Skip to main content

Cylon Release 0.2.0

Cylon 0.2.0 adds the following features. Please note that this release may not be backward compatible with v0.1.0.

Major Features#

C++#

  • Adding aggregates and group-by API
  • Creating tables using std::vectors or cylon::Columns
  • C++ API refactoring
  • Major performance improvements in the existing C++ API

Python (Pycylon)#

  • Extending Cython API for extended development for other Cython/Python libraries
  • Aggregates and Groupby addition
  • Column name-based relational algebra operations and aggregate/groupby ops addition
  • Major performance improvements in the existing Python API

Java (JCylon)#

  • Performance improvements

You can download source code from Github

Examples#

License#

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0