Releases: Nemocas/Nemo.jl
Releases · Nemocas/Nemo.jl
v0.42.1
Nemo v0.42.1
Merged pull requests:
- Adjust more
compose
(#1676) (@joschmitt) - fix: add missing method for show functions (#1677) (@thofma)
v0.42.0
Nemo v0.42.0
Merged pull requests:
- Make
show(:::AbsSimpleNumField)
more consistent (#1664) (@lgoettgens) - CI: update to codecov/codecov-action@v4 (#1670) (@fingolfin)
- Switch to the
Solve.*
methods (#1671) (@joschmitt) - chore: bump to 0.42.0 (#1672) (@thofma)
- feat: add support for views for rows and columns (#1673) (@thofma)
- Remove old deprecations (#1674) (@lgoettgens)
- feat: adjust to compose changes (#1675) (@thofma)
v0.41.5
Nemo v0.41.5
Merged pull requests:
- Add more special
Solve.*
methods (#1668) (@joschmitt) - fix: make compiler happier in is_squarefree (#1669) (@thofma)
v0.41.4
Nemo v0.41.4
Merged pull requests:
v0.41.3
Nemo v0.41.3
Merged pull requests:
- Implement new linear solving interface (#1633) (@joschmitt)
- wrong usage of mat_ptr (#1642) (@fieker)
- add root(a, n) for ComplexFieldElem (#1643) (@fieker)
- add check option to fin field constructors (#1644) (@fieker)
- Turn QQBarField into a singleton type (#1645) (@fingolfin)
- Fix odd docstring formulation (#1646) (@fingolfin)
- Add sincospi(x::QQBarFieldElem) (#1647) (@fingolfin)
- Add
algebraic_closure(::QQField)
(#1648) (@lgoettgens) - Fix docstring typos (#1651) (@fingolfin)
- Revert "Implement new linear solving interface" (#1655) (@lgoettgens)
- Remove some duplicate/conflicting functionality with AA's PrettyPrinting (#1658) (@lgoettgens)
- Get the generic linear solving back in (#1659) (@joschmitt)
nullspace(::QQMatrix)
via flint (#1660) (@joschmitt)- chore: bump to 0.41.3 (#1661) (@thofma)
- Add
parent(::QQPolyRingElem)
(#1662) (@lgoettgens)
Closed issues:
- Nemo master breaks Oscar (#1656)
v0.41.2
v0.41.1
v0.41.0
Nemo v0.41.0
Merged pull requests:
- The big renaming 2.0 (#1638) (@lgoettgens)
- chore: Bump version to 0.41.0 (#1639) (@lgoettgens)
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: