cylon
cylon copied to clipboard
Dev/windowingops
Niranda,
This is an initial PR that includes rolling windowing operations for review and feedback. I've cross-referenced the pandas windowing apis with the intention of making our implementation consistent with what is there. This PR includes the following:
- Support for CYLON_DEBUG via cmake switch
- Windowing operation namespace introduction and CMakefile
- hash_window implementation for fixed number of operations (slice and dice suggested implementation)
- window_example and CMakefile
- Other required CMakefile modifications