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

Add ABCs CommutativePolynomial, MPolynomial_libsingular, InfinitePolynomial; deprecate is_Polynomial, is_MPolynomial #35076

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    eb3a270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6696f5c View commit details
    Browse the repository at this point in the history
  3. Fixups

    mkoeppe committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    79f7e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed050bb View commit details
    Browse the repository at this point in the history
  5. sage.structure.element: Introduce common base class CommutativePolyno…

    …mial for ABCs Polynomial, MPolynomial
    mkoeppe committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0613280 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27e8889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57228f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95e0adc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fd625c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    960506b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    fd54c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538c2a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fcb6fb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    6e2adaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdab0df View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge tag '9.8' into t/32709/sage_structure_element__add_abcs_polynom…

    …ial__mpolynomial_for_isinstance_testing
    
    SageMath version 9.8, Release Date: 2023-02-11
    mkoeppe committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    f7e9f41 View commit details
    Browse the repository at this point in the history
  2. src/sage/rings/polynomial/infinite_polynomial_element.py: Use Infinit…

    …ePolynomial in isinstance tests, not InfinitePolynomial_sparse
    mkoeppe committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    e06e582 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge tag '10.0.beta0' into t/32709/sage_structure_element__add_abcs_…

    …polynomial__mpolynomial_for_isinstance_testing
    
    SageMath version 10.0.beta0, Release Date: 2023-02-12
    
    # Conflicts:
    #	src/sage/combinat/schubert_polynomial.py
    mkoeppe committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6b557c0 View commit details
    Browse the repository at this point in the history
  2. src/sage/combinat/schubert_polynomial.py: Use isinstance(..., Infinit…

    …ePolynomial) without _sparse
    mkoeppe committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8f5b799 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_…

    …polynomial__mpolynomial_for_isinstance_testing
    mkoeppe authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2d32a2e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_…

    …polynomial__mpolynomial_for_isinstance_testing
    mkoeppe authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    95b8793 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_…

    …polynomial__mpolynomial_for_isinstance_testing
    mkoeppe authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    488a8b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Mar 3, 2023

  1. Merge remote-tracking branch 'upstream/develop' into t/32709/sage_str…

    …ucture_element__add_abcs_polynomial__mpolynomial_for_isinstance_testing
    mkoeppe committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2993660 View commit details
    Browse the repository at this point in the history
  2. src/sage/quadratic_forms/quadratic_form.py: Replace use of deprecated…

    … is_Polynomial, is_MPolynomial
    mkoeppe committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3b65350 View commit details
    Browse the repository at this point in the history