v0.44.0
github-actions
released this
30 Apr 12:55
·
144 commits
to master
since this release
Nemo v0.44.0
Merged pull requests:
- Add docstrings for ZZ, QQ, QQBar, algebraic_closure (#1708) (@fingolfin)
- Use @show_name, @show_special for parent show methods (#1717) (@fingolfin)
- move code from
Oscar.jl/experimental/GModule/Misc.jl
here (#1720) (@ThomasBreuer) - Revert "Revert "QQBar: construct from any Integer or Complex value"" (#1725) (@lgoettgens)
- Add & fix some conversions from Irrational to our types (#1727) (@fingolfin)
- Use terse and is_terse from AbstractAlgebra (#1728) (@fingolfin)
- Make dim check in matrix space creation consistent (#1729) (@lgoettgens)
- Adjust to expected AbstractAlgebra changes (#1730) (@joschmitt)
- Added arg-too-big checks for primorial & fibonacci (#1732) (@JohnAAbbott)
- Make dim check in matrix space creation consistent (part 2) (#1733) (@lgoettgens)
- Add base_ring_type methods, remove redundant base_ring methods (#1735) (@fingolfin)
- Adapt Aliases.jl for breaking release (#1736) (@lgoettgens)
- Conform with Julia v1.12.X's definition of gcdx (#1739) (@albinahlback)
- Remove windows_build.txt (#1740) (@fingolfin)
- Update GH actions (#1741) (@fingolfin)
- RealField: allow specifying precision via a kwarg (#1743) (@fingolfin)
- chore: Bump version to 0.44.0 (#1744) (@lgoettgens)
Closed issues:
- convert fmpz_mpoly to AbstractAlgebra.Generic.MPoly{fmpz} (#522)
- Iterate over finite field (#601)
- Iterative creation of Finite fields (#602)
- iteration for two types of residue rings (#1289)
- Migrate
GF(p,n)
from Hecke.jl to Nemo.jl, add docstrings (#1293) - Manual section for reals is outdated (#1397)
- RealField constructor without precision (#1475)
- Add docstrings for
ZZ
,QQ
,QQBar
,algebraic_closure
(#1680) - Change definition of
gcdx
(#1734)