Releases: Nemocas/Nemo.jl
Releases · Nemocas/Nemo.jl
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:
v0.37.3
Nemo v0.37.3
Merged pull requests:
- Move some stuff into more appropriate places (#1562) (@fingolfin)
- Remove extra empty line at end of Nemo banner (#1563) (@fingolfin)
- Fix ZZMatrix modular reduction (issue #2947) (#1564) (@JohnAAbbott)
- Resolve some method ambiguities (#1569) (@fingolfin)
- Clean up some aliases (#1570) (@fingolfin)
- More conversions between QQFieldElem and Rational (#1571) (@fingolfin)
- Remove old
@polynomial_ring
test (#1573) (@mgkurtz) - Add two missing helper functions (#1574) (@thofma)
Closed issues:
v0.37.2
Nemo v0.37.2
Merged pull requests:
- Add compat entries for all deps (even stdlibs) (#1554) (@lgoettgens)
- Avoid use of deprecated aliases (#1556) (@fingolfin)
- Restrict round signature to avoid ambiguities, and add adhoc comparision for ZZRingElem and Rational{T} (#1558) (@fingolfin)
- Added more convencience methods for arithmetics with Vector{QQFieldElem} (#1559) (@YueRen)
- Bump to 0.37.2 (#1560) (@thofma)
Closed issues:
- A method matching Matrix{fmpz}(::fmpz_mat) ? (#1286)
v0.37.1
Nemo v0.37.1
Merged pull requests:
- Update doctests and some show methods, version 0.37.1 (#1552) (@fingolfin)
v0.37.0
Nemo v0.37.0
Merged pull requests:
- Unify rounding code (#1540) (@fingolfin)
- CyclotomicField -> cyclotomic_field and so on (#1550) (@fingolfin)
- Remove redundant is_lower_triangular method (#1551) (@fingolfin)
Closed issues:
v0.36.2
Nemo v0.36.2
Merged pull requests:
- Switch docs to build using Documenter 1.0 (#1544) (@fingolfin)
- Add integer_ring(), rational_field() (#1547) (@fingolfin)
- Remove dependency on Random.make_seed (#1549) (@fingolfin)
v0.36.1
Nemo v0.36.1
Merged pull requests:
- import
Base.trunc
(#1536) (@ThomasBreuer) - Fix
ComplexPolyRing
definition (#1538) (@lgoettgens) - Change 'nonnegative' to 'non-negative' for consistency (#1539) (@fingolfin)
- fix return in addmul! (#1541) (@felix-roehrich)
- Replace some left-over uses of fmpz (#1542) (@fingolfin)
- Rename FiniteField -> finite_field (#1543) (@fingolfin)
- Remove 'Future plans' section (#1545) (@fingolfin)
- Remove
rising_factorial(::Int, ::Int)
(#1546) (@fingolfin)
Closed issues:
- Regression (#1537)
v0.36.0
Nemo v0.36.0
Merged pull requests:
- Fix
ZZ
printing (#1506) (@lgoettgens) - Fix
lu!
requiring real matrices to be square. (#1513) (@mjrodgers) - moved two functions from Oscar to Nemo (#1519) (@ThomasBreuer)
- Make docstring of gen(::FqField) less ambiguous (#1522) (@thofma)
- Make
divexact(::fmpq_poly, ::fmpq_poly)
honour thecheck
keyword (#1523) (@joschmitt) - Stop degree(::MPoly,...) from overflowing (#1524) (@thofma)
- Add is_invertible_with_inverse for arb matrices (#1525) (@thofma)
- Remove redundant definition of 'identity' (#1526) (@fingolfin)
- Replace ErrorConstrDimMismatch by version from AA (#1527) (@fingolfin)
- Add type
NegInf
representing negative infinity (#1528) (@fingolfin) - Remove use of AbstractAlgebra.error_dim_negative (#1529) (@fingolfin)
- Bump Aqua compat (#1530) (@lgoettgens)
- Move pirated stuff to AbstractAlgebra (#1531) (@lgoettgens)
- CI: use concrete action version (#1532) (@lgoettgens)
- RandomExtensions.make: avoid self-recursion (#1533) (@fingolfin)
- Bump to 0.36 (#1535) (@thofma)
Closed issues: