You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2333 Add universal_poly_type and universal_poly_ring_type
Fixed bugs that returned incorrect results
#2288 Ensure det for 0x0 matrices always returns 1 (and not 0)
#2305 Disable Julia fallbacks for iszero/isone for our parent objects
Fixed bugs that resulted in unexpected errors
#2332 Fix @attributes Foo if AbstractAlgebra is not imported
Other fixed bugs
#2320 Avoid stack overflow if divexact is not implemented
#2335 Avoid stack overflow if divexact_left or divexact_right is not implemented
#2338 Restrict hcat, vcat, cat, hvcat to MatElem; drop support for MatRingElem as this would in most cases result in an error anyway (for non-square results)