Releases: Nemocas/AbstractAlgebra.jl
Releases · Nemocas/AbstractAlgebra.jl
v0.41.9
AbstractAlgebra v0.41.9
Merged pull requests:
- Add and use generic
check_parent
method (#1721) (@fingolfin) - Add some argument type annotations, fix a doc typo (#1722) (@fingolfin)
- Version 0.41.9 (#1723) (@fingolfin)
- check_parent: merge MatElem, MatRingElem methods (#1724) (@fingolfin)
v0.41.8
AbstractAlgebra v0.41.8
Merged pull requests:
- Add
solve_context_type
(#1717) (@joschmitt) - Add
view(::LazyTransposedMatElem, ...)
(#1719) (@joschmitt) - chore: bump to 0.41.8 (#1720) (@thofma)
v0.41.7
AbstractAlgebra v0.41.7
Merged pull requests:
- Address some JET warnings / errors (#1707) (@fingolfin)
- Adress some more JET warnings (#1709) (@lgoettgens)
- Fix ModuleIsomorphism (#1713) (@lgoettgens)
- Make GroupElem broadcastable (#1714) (@lgoettgens)
- chore: Bump to 0.41.7 (#1715) (@lgoettgens)
Closed issues:
- Invalid code in
ModuleIsomorphism
(#1712)
v0.41.6
AbstractAlgebra v0.41.6
Merged pull requests:
- Fix 1710 (#1711) (@joschmitt)
Closed issues:
- cannot multiply elements in polynomial ring over a field of fractions (#1710)
v0.41.5
AbstractAlgebra v0.41.5
Merged pull requests:
- feat: add proper ring morphisms for univariate polynomials (#1704) (@thofma)
- Add base_ring_type for MatrixElem; fix it for MatSpace (#1705) (@fingolfin)
- chore: Bump to 0.41.5 (#1708) (@lgoettgens)
v0.41.4
AbstractAlgebra v0.41.4
Merged pull requests:
- Make Generic.MatSpace truly generic (#1318) (@fingolfin)
- Replace most remaining supercompact uses by terse (#1701) (@fingolfin)
- More printing tweaks (#1702) (@fingolfin)
- Version 0.41.4 (#1703) (@fingolfin)
Closed issues:
v0.41.3
AbstractAlgebra v0.41.3
Merged pull requests:
- Try to sort out the homs (#1700) (@lgoettgens)
Closed issues:
- Make the GF function thread-safe (#1654)
v0.41.2
AbstractAlgebra v0.41.2
Merged pull requests:
- Allow workflow_dispatch for CI (#1697) (@lgoettgens)
- Merge hom and Generic.hom (#1699) (@lgoettgens)
v0.41.1
AbstractAlgebra v0.41.1
Merged pull requests:
- Update GH actions (#1695) (@fingolfin)
- Move aliases for minpoly and charpoly from Oscar (#1696) (@lgoettgens)
v0.41.0
AbstractAlgebra v0.41.0
Merged pull requests:
- Fix
_is_attribute_storing_type
(#1669) (@fingolfin) - Remove
vcat(::MatElem, ::MatElem)
andhcat(::MatElem, ::MatElem)
(#1670) (@joschmitt) - Use
@show_name
,@show_special
for all (?) parent show methods (#1671) (@fingolfin) - Make yet more parent types attribute storing (#1673) (@fingolfin)
- doc: fix get_name indentation (#1674) (@fingolfin)
- move code from
Oscar.jl/experimental/GModule/Misc.jl
here (#1675) (@ThomasBreuer) - Uniform
base_ring_type
method (#1676) (@fingolfin) - Add
terse
andis_terse
helpers, and use them (#1677) (@fingolfin) - expressify: rename :terse -> :terse_level (#1678) (@fingolfin)
- Remove some internal functions (#1679) (@fingolfin)
- Print base rings terse and starting with lowercase (#1680) (@fingolfin)
- chore: bump to 0.41.0-DEV (#1681) (@fingolfin)
- Make
base_ring_type
part of the ring interface (#1682) (@fingolfin) - Add dim check to
matrix_space
(#1683) (@lgoettgens) - Breaking changes for linear solving (#1684) (@joschmitt)
- Fix supertype for Generic.IdealSet (#1685) (@fingolfin)
- Make base_ring_type work for (M)SeriesRing (#1686) (@fingolfin)
- Fix base_ring_type for LocalizedEuclideanRing (#1687) (@fingolfin)
- Change things that waited for a breaking release (#1688) (@lgoettgens)
- Fixes for SparsePolyRing (#1692) (@lgoettgens)
- Remove duplicate unused code (#1693) (@fingolfin)
- chore: Bump version to 0.41.0 (#1694) (@lgoettgens)
Closed issues:
- Add conformance tests for
Generic.SparsePoly
(#1689)