Skip to content

v0.48.3

Choose a tag to compare

@github-actions github-actions released this 11 Feb 14:06
· 72 commits to master since this release
7fa5e04

AbstractAlgebra v0.48.3

New or extended functionality

  • #2326 Add is_pairwise function
  • #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)

Full diff since v0.48.2