Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 03:36
· 42 commits to main since this release

Change

  • Naming Rules for algorithms
    • Functions without prefix means it is a rolling window operation
    • Functions with prefix CC_ means it is a cross-commodity/cross-security/cross-group operation

Add

  • Context now have a end option, which can be used to specify the end index of the calculation. usually used in iterative back test to improve some performance.