Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for Rank and WMA operators #1228

Merged
merged 13 commits into from Nov 13, 2022
Merged

Bug fix for Rank and WMA operators #1228

merged 13 commits into from Nov 13, 2022

Commits on Jul 24, 2022

  1. bug fix: 1) 100 should be used to scale down percentileofscore return…

    … to 0-1, not length of array; 2) for (linear) weighted MA(n), weight should be n, n-1, ..., 1 instead of n-1, ..., 0
    qianyun210603 committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    2f3edf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    9e88ac3 View commit details
    Browse the repository at this point in the history
  2. remove useless import

    qianyun210603 committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    11785c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7b9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    e28fdb3 View commit details
    Browse the repository at this point in the history
  2. require pandas 1.4+

    qianyun210603 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b4f8408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef38c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    223f2c7 View commit details
    Browse the repository at this point in the history
  5. lint improvement

    qianyun210603 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ad05334 View commit details
    Browse the repository at this point in the history
  6. lint black fix

    qianyun210603 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    33ed6c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    ee68adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6533ff View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    1669bf9 View commit details
    Browse the repository at this point in the history