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

Deprecate is_Element, ... #38077

Merged
merged 17 commits into from
Jun 9, 2024
Merged

Commits on May 25, 2024

  1. for a in "CLASS='Element|InfinityElement|CommutativeAlgebraElement|Al…

    …gebraElement|FieldElement|EuclideanDomainElement|PrincipalIdealDomainElement|DedekindDomainElement|IntegralDomainElement|Matrix|Vector|ModuleElement|MonoidElement|AdditiveGroupElement|MultiplicativeGroupElement|RingElement|CommutativeRingElement';SUFFIX=" ; do eval "$a"; git --no-pager grep -l -E 'is_('$CLASS')' | xargs sed -E -i.bak 's/import is_('$CLASS')/import \1'$SUFFIX'/;/^ +/s/is_('$CLASS')[(]([^()]*([(][^()]*[)])?[^()]*)[)]/isinstance(\2, \1'$SUFFIX')/g'; done
    mkoeppe committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2d35995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a4ed06 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. src/sage/algebras/finite_dimensional_algebras/finite_dimensional_alge…

    …bra_element.pyx: Remove import duplicated from .pxd
    mkoeppe committed May 26, 2024
    Configuration menu
    Copy the full SHA
    615a98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331ae5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea059fe View commit details
    Browse the repository at this point in the history
  4. fixups

    mkoeppe committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6f7f49c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b38dd8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    43370f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e6c8b View commit details
    Browse the repository at this point in the history
  3. src/sage/algebras/finite_dimensional_algebras/finite_dimensional_alge…

    …bra.py: Fix import, use matrix() instead of Matrix()
    mkoeppe committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ffe8071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d5977f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b9f3e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bedf2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83b7d06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08b1220 View commit details
    Browse the repository at this point in the history
  9. src/sage/coding/binary_code.pyx: Only cimport sage.structure.element.…

    …Matrix to hide it from 'import *'
    mkoeppe committed May 27, 2024
    Configuration menu
    Copy the full SHA
    beb6c1d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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