-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Deprecate is_Element
, ...
#38077
Commits on May 25, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 2d35995 - Browse repository at this point
Copy the full SHA 2d35995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4ed06 - Browse repository at this point
Copy the full SHA 3a4ed06View commit details
Commits on May 26, 2024
-
src/sage/algebras/finite_dimensional_algebras/finite_dimensional_alge…
…bra_element.pyx: Remove import duplicated from .pxd
Configuration menu - View commit details
-
Copy full SHA for 615a98a - Browse repository at this point
Copy the full SHA 615a98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331ae5f - Browse repository at this point
Copy the full SHA 331ae5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea059fe - Browse repository at this point
Copy the full SHA ea059feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7f49c - Browse repository at this point
Copy the full SHA 6f7f49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b38dd8 - Browse repository at this point
Copy the full SHA 4b38dd8View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43370f6 - Browse repository at this point
Copy the full SHA 43370f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e6c8b - Browse repository at this point
Copy the full SHA 95e6c8bView commit details -
src/sage/algebras/finite_dimensional_algebras/finite_dimensional_alge…
…bra.py: Fix import, use matrix() instead of Matrix()
Configuration menu - View commit details
-
Copy full SHA for ffe8071 - Browse repository at this point
Copy the full SHA ffe8071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5977f - Browse repository at this point
Copy the full SHA 5d5977fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9f3e8 - Browse repository at this point
Copy the full SHA 9b9f3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bedf2a - Browse repository at this point
Copy the full SHA 5bedf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b7d06 - Browse repository at this point
Copy the full SHA 83b7d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b1220 - Browse repository at this point
Copy the full SHA 08b1220View commit details -
src/sage/coding/binary_code.pyx: Only cimport sage.structure.element.…
…Matrix to hide it from 'import *'
Configuration menu - View commit details
-
Copy full SHA for beb6c1d - Browse repository at this point
Copy the full SHA beb6c1dView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34bf5bd - Browse repository at this point
Copy the full SHA 34bf5bdView commit details