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

Fix generating vectors in primitive_element() and misc fixes #608

Merged
merged 11 commits into from
Feb 13, 2018

Commits on Feb 12, 2018

  1. UnXFAIL test_U6()

    skirpichev committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9401784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a8464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    301f308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63abffd View commit details
    Browse the repository at this point in the history
  5. polys: drop dup_sqf_list()

    skirpichev committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b553aa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cac9660 View commit details
    Browse the repository at this point in the history
  7. polys: drop dmp_gff_list()

    skirpichev committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    68dbef0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. polys: primitive_element() doesn't accept Poly's

    Also some code cleanup.
    skirpichev committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    4df3cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca643bc View commit details
    Browse the repository at this point in the history
  3. polys: fix generating vectors in primitive_element()

    Naive implementation, used before, included too many
    linearly dependent (over QQ) vectors.  Now we use
    "Type 1" variant from the quoted paper.  Reference added.
    
    Closes sympy/sympy#14117
    skirpichev committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    7537cfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdd6709 View commit details
    Browse the repository at this point in the history