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

lfilter: add an optional arg clamp #600

Merged
merged 4 commits into from
Apr 30, 2020
Merged

Commits on Apr 30, 2020

  1. lfilter: add an optional arg clamp

    to give users control on the clamping behavior within the range [-1, 1],
    which was hardcoded before.
    
    Fixes pytorch#596
    r9y9 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    308c290 View commit details
    Browse the repository at this point in the history
  2. doc string formatting

    vincentqb committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    15a4145 View commit details
    Browse the repository at this point in the history
  3. lint

    vincentqb committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    1e60836 View commit details
    Browse the repository at this point in the history
  4. doc string again

    vincentqb committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    35aff51 View commit details
    Browse the repository at this point in the history