v0.43.10
·
72 commits
to master
since this release
AbstractAlgebra v0.43.10
Merged pull requests:
- Tweak printing of Julia parent types (#1883) (@fingolfin)
- Make
matrix(R::Ring, arr::AbstractMatrix)
more useful (#1887) (@fingolfin) - Get rid of InteractiveUtils dependency (#1888) (@lgoettgens)
- Make
@show_special
a noop if no attribute storage available (#1891) (@lgoettgens) - Adapt
test_mutating_op_like_(add)mul
to work with scalar mul as well (#1892) (@lgoettgens) - Turn ConstPolyRing example into a doctest (#1894) (@fingolfin)
- Add AbstractAlgebra.doctestsetup() helper and use it, then regenerate doctests so they benefit from
@show_name
(#1895) (@fingolfin) - Fix show for PolyRingAnyMap (#1896) (@fingolfin)
- Improve copy & deepcopy for MatSpaceElem (#1898) (@fingolfin)
- Version 0.43.10 (#1900) (@fingolfin)
Closed issues:
- Add more
*_type
functions (#1264)