v0.47.2
·
144 commits
to master
since this release
Nemo v0.47.2
Merged pull requests:
- Add
fit!
for allMPolyRingElem
subtypes (#1823) (@lgoettgens) - Clean up
HeckeMiscInteger.jl
(#1848) (@joschmitt) - Clean up
HeckeMiscMatrix.jl
(#1851) (@joschmitt) - Clean up
HeckeMiscPoly.jl
(#1853) (@joschmitt) - Remove four argument
mul!
forZZMatrix
(#1857) (@fingolfin) - Add missing return value in divexact! methods (#1858) (@fingolfin)
- Add daily jobs (#1859) (@HereAround)
- More mul!, addmul!, submul! methods for ZZRingElemOrPtr (#1860) (@fingolfin)
- Remove some trace methods (#1861) (@lgoettgens)
- Add more QQFieldElem and ZZRingElem ccalls (#1866) (@fingolfin)
- Introduce
flintify
helper for "optimal" dispatch on integer and rational inputs (#1867) (@fingolfin) - Move QQMatrix(::ZZMatrix) constructor (#1868) (@fingolfin)
- Add and use zero!, one!, neg! methods (#1869) (@fingolfin)
- Remove redundant one/zero methods for ring elements (#1870) (@fingolfin)
- Optimize mat_entry_ptr methods (#1871) (@fingolfin)
- Reduce allocations in
QQFieldElem
construction (#1872) (@lgoettgens) - Use ..OrPtr in more places (#1873) (@fingolfin)
- Use flintify some more (#1874) (@fingolfin)
- Yet more flinitfy (and related tweaks) (#1876) (@fingolfin)
- Misc changes (#1878) (@fingolfin)
- Replace most uses of
Array
(#1879) (@fingolfin) - Conformance tests (#1880) (@fingolfin)
- Enable a test (#1882) (@joschmitt)
- Fix
fpRelPowerSeriesRing
supertype (#1884) (@lgoettgens) - Some fixes and a minor tweak (#1885) (@fingolfin)
- Reduce some code duplication, set some parents (#1887) (@fingolfin)
- Remove 'transpose' argument from matrix constructors (#1888) (@fingolfin)
- Check parents in == for FlintPuiseuxSeriesElem (#1891) (@fingolfin)
- feat: add conversion from QQBarFieldElem to ComplexF64 (#1892) (@thofma)
- Remove redundant base_ring_type methods (#1894) (@fingolfin)
- Version 0.47.2 (#1898) (@fingolfin)
Closed issues:
- Faster
is_zero_row
for Nemo matrices (#1805)