Releases: thofma/Hecke.jl
Releases · thofma/Hecke.jl
v0.33.6
Hecke v0.33.6
Merged pull requests:
v0.33.5
Hecke v0.33.5
Merged pull requests:
v0.33.4
Hecke v0.33.4
Merged pull requests:
v0.33.3
Hecke v0.33.3
Merged pull requests:
- feat: implement solve interface for rings of integers (#1576) (@thofma)
- Compatibility with AbstractAlgebra ideal interface (#1577) (@paemurru)
- feat: add
copy
keyword to basis of fractional ideals (#1579) (@thofma) - feat: Skolem-Noether (#1580) (@thofma)
- chore: bump version to 0.33.3 (#1581) (@thofma)
Closed issues:
- Add
copy
option for bases of fractional ideals (#1578)
v0.33.2
v0.33.1
Hecke v0.33.1
Merged pull requests:
- sparse_row and SRow accept NCRing instead of Ring (#1322) (@Lax202)
- doc: remove old files (#1565) (@thofma)
- doc: minor fixes (#1566) (@thofma)
- Optimize local fields a bit (#1567) (@joschmitt)
- spacing for docs block (#1568) (@Lax202)
- CI: stop testing for invalidations (#1569) (@fingolfin)
- fix: make GRH=false more robust (#1570) (@thofma)
- Avoid some unnecessary String <-> Symbol conversions (#1571) (@fingolfin)
- chore: tag version 0.33.1 (#1572) (@thofma)
Closed issues:
- CRT for prime power moduli from Hensel lifting (#43)
- Cannot find e.g.
quadratic_field
orwildanger_field
when searching the Hecke manual (#1498) - Random test failures in
NfOrd/PicardGroup.jl
(#1526) - Multiplication in local fields spends most of the time in multiplying ramification index with the valuation (#1537)
- Rename
rres
toreduced_resultant
(#1545)
v0.33.0
Hecke v0.33.0
Merged pull requests:
- Collect _copy_matrix_into_matrix methods, fix name of one (#1541) (@fingolfin)
- fix: wrong addeq! for MatAlgebraElem (#1548) (@thofma)
- fix: sparse trafo over residue rings (#1549) (@BD-00)
- fix: maximal_submodules for ZpnGModule (#1550) (@thofma)
- feat: copy less things (#1551) (@thofma)
- Rc fsubfields2 (#1552) (@fieker)
- feat: make things faster for orders (#1553) (@thofma)
- Remove unused to_array and to_fmpz_mat methods (#1554) (@fingolfin)
- CI: update julia-actions/cache to v2 (#1555) (@fingolfin)
- fix: computation of K1 over finite fields (#1557) (@thofma)
- fix: bug in short_elem of trivial ideal (#1558) (@thofma)
- feat: add factor for polynomials over QQBar (#1559) (@thofma)
- fix: deprecate rres and use reduced_resultant (#1560) (@thofma)
- Adjust to AbstractAlgebra (#1561) (@joschmitt)
- Adjust to Nemo renamings (#1562) (@lgoettgens)
- chore: bump to 0.33.0 (#1563) (@thofma)
Closed issues:
v0.32.3
Hecke v0.32.3
Merged pull requests:
- Add residue ring of local fields (#1529) (@joschmitt)
- Small improvement in genus symbol enumerations (#1531) (@StevellM)
- Add missing parentheses in complex printing and fix
free_resolution(::FinGenAbGrp)
(#1532) (@lgoettgens) - Linear solving for p-adic residue rings (#1533) (@joschmitt)
- Use mat_entry_ptr in more places (#1534) (@fingolfin)
- Fix printing of LocalFieldValuationRingElem as poly coeffs (#1536) (@lgoettgens)
- Newton Lifting for points of elliptic curves over function fields (#1538) (@simonbrandhorst)
- Clean up
LocalFieldValuationRing
a bit (#1540) (@joschmitt) - Drop redundant check_parent methods (#1542) (@fingolfin)
- fixes Oscar#3841 (#1543) (@fieker)
- chore: bump to 0.32.3 (#1544) (@thofma)
Closed issues:
- Printing for polynomials over the p-adic valuation rings misses parenthesis (#1535)
v0.32.2
Hecke v0.32.2
Merged pull requests:
v0.32.1
Hecke v0.32.1
Merged pull requests:
- experimentally: allow small hight lifts (#1506) (@fieker)
- docs: fix a typo (#1515) (@fingolfin)
- feat: adjust to local field changes in Nemo (#1516) (@thofma)
- bug: fix misspelled jldoctest (#1517) (@thofma)
- doc: fix deployment (#1518) (@thofma)
- Fix
load_genus
(#1519) (@StevellM) - Fix
irreducible_components(::ZZLat)
(#1520) (@StevellM) - bug: fix _find_quaternion_algebra (#1521) (@thofma)
- Local norm2 (#1523) (@fieker)
- Det (#1524) (@fieker)
- Fix
genus_representatives
for rank 1HermLat
(#1525) (@StevellM) - feat: use completion_easy in regulator (#1527) (@thofma)
- feat: make has_preimage_with_preimage faster for abelian groups (#1528) (@thofma)
Closed issues:
representative
for hermitian genera doing something wrong (#1512)