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

[Not to be Merged] Rubi progress #14724

Closed
wants to merge 11 commits into from

Commits on May 17, 2018

  1. Make lambdify decorator a little faster

    I pulled out the common functionality to be evaluated once, and used array()
    instead of asarray() (they are equivalent, but array() is faster).
    
    This is a partial fix to sympy#14671. It isn't as fast as it used to be yet. I
    don't know how to make the decorator faster, other than code generating the
    array wrapping directly, which would require improvements to lambdify to work
    (lambdify would need to be able to code generation full Python functions).
    asmeurer authored and ashishkg0022 committed May 17, 2018
    Copy the full SHA
    f37269a View commit details
    Browse the repository at this point in the history
  2. fixed_order

    ashishkg0022 committed May 17, 2018
    Copy the full SHA
    1b60063 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64c823b View commit details
    Browse the repository at this point in the history
  4. fixed minors

    ashishkg0022 committed May 17, 2018
    Copy the full SHA
    23db713 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Copy the full SHA
    a8d4b51 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Copy the full SHA
    4391449 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89910a8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. corrected positiveQ

    ashishkg0022 committed May 22, 2018
    Copy the full SHA
    127602c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5055ba5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Copy the full SHA
    5b598ef View commit details
    Browse the repository at this point in the history
  2. corrected binomialMatchQ

    ashishkg0022 committed May 26, 2018
    Copy the full SHA
    ff9560d View commit details
    Browse the repository at this point in the history