Releases: Nemocas/Nemo.jl
Releases · Nemocas/Nemo.jl
v0.40.1
Nemo v0.40.1
Merged pull requests:
- Change default return type of
order(::Group)
(#1637) (@lgoettgens)
v0.40.0
Nemo v0.40.0
Merged pull requests:
- Use julia 1.10 as default in CI (#1609) (@lgoettgens)
- Unify eigenvalue interface (#1611) (@joschmitt)
- Remove
divisible
, copy documentation tois_divisible_by
instead (#1618) (@lgoettgens) - Allow polynomial rings with 0 variables (#1619) (@joschmitt)
- feat: remove some unsound promotion methods (#1620) (@thofma)
- Rename padics (#1621) (@lgoettgens)
- Update finite field printing (#1622) (@lgoettgens)
- Rename
number_of_*
functions consistently (#1624) (@lgoettgens) - Remove a weird
finite_field
dispatch (#1625) (@lgoettgens) - fix: properly GC.@preserve more objects (#1626) (@thofma)
- chg: diagonal, prod_diagonal for matrices with more rows than cols (#1627) (@YueRen)
- bug: fix determinant of empty matrix (#1628) (@thofma)
- Make compatible with AA 0.36 (#1632) (@lgoettgens)
- chore: Bump version to 0.40.0 (#1634) (@lgoettgens)
- Remove unneeded
Generic.
prefixes (#1635) (@lgoettgens) - feat: adjustment for new residue_* convention (#1636) (@thofma)
Closed issues:
v0.39.1
Nemo v0.39.1
Merged pull requests:
v0.39.0
v0.38.3
Nemo v0.38.3
Merged pull requests:
- Tests and fixes for factoring related methods (#1596) (@fingolfin)
- Remove redundant methods (#1597) (@fingolfin)
- Add
is_prime(char)
check to GF(char, k) (#1598) (@lgoettgens) - Add
unsafe_reconstruct
for rational reconstruction (#1599) (@sumiya11) - Ensure all deprecated bindings from AA are re-exported (#1600) (@fingolfin)
- Add missing 'check' argument for two divexact methods (#1602) (@fingolfin)
- Remove 'ambiguity fixes' (#1603) (@fingolfin)
- Remove src/ambiguities.jl (#1604) (@fingolfin)
- Add missing characteristic method (#1605) (@fingolfin)
- Bump to 0.38.3 (#1608) (@sumiya11)
Closed issues:
- Enable root tests (will require flint-2.9) (#1125)
- No method matching
setindex!(::fmpz_mat, ::fmpz, ::Int64)
(#1203) - GF(p,n) does not check if p is prime (#1493)
- is_invertible_with_inverse gives surprising error for matrix over RealField (#1498)
- problem with
gen(Nemo._GF(p, 1))
(#1520) - Segfault in
factor_squarefree
for univariate polynomial (#1594) - Precompilation error in Nemo (#1595)
v0.38.2
Nemo v0.38.2
Merged pull requests:
- Test is_squarefree & is_irreducible for QQPolyRingElem (#1585) (@fingolfin)
- Wrap cholesky factorization for arb_mat's (#1586) (@nanleij)
- Fix promotion of complex polys (#1588) (@lgoettgens)
- README.md: corrected developers list (#1589) (@fingolfin)
- Make
digits
for negativeZZRingElem
consistent (#1590) (@joschmitt) - Add specializations for LinAlg on Z, depends, need the solve_triu in AA (#1591) (@fieker)
- Remove instance dispatches for
elem_type
(#1592) (@lgoettgens) - Bump to 0.38.2 (#1593) (@thofma)
Closed issues:
v0.38.1
Nemo v0.38.1
Merged pull requests:
- Edit
lll
docstrings (#1566) (@joschmitt) - Version 0.38.1: export cyclotomic_real_subfield (#1584) (@fingolfin)
Closed issues:
v0.38.0
Nemo v0.38.0
Merged pull requests:
- Replace many @Aliases by @deprecate_binding (#1557) (@fingolfin)
- Use new AA, new Nemo version, adapt to new names (#1583) (@fingolfin)
v0.37.5
Nemo v0.37.5
Merged pull requests:
- CyclotomicField -> cyclotomic_field (#1576) (@fingolfin)
- Fix two invmod methods: eval -> evaluate (#1577) (@fingolfin)
- Bump Aqua to 0.8 and use more defaults (#1578) (@lgoettgens)
- Make sure embeddings are computed and returned (#1579) (@mjrodgers)
- Bump to 0.37.5 (#1582) (@thofma)
v0.37.4
Nemo v0.37.4
Merged pull requests: