Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-10 | 2.3 kB | |
v0.38.7 source code.tar.gz | 2025-10-10 | 3.0 MB | |
v0.38.7 source code.zip | 2025-10-10 | 3.3 MB | |
Totals: 3 Items | 6.3 MB | 3 |
Hecke v0.38.7
Merged pull requests:
- fix: make lll_basis work for AbsSimpleNumFieldOrd (#2004) (@thofma)
- feat: improvements for (fractional) ideals (#2005) (@thofma)
- fix: make SFC tests less expensive (#2006) (@thofma)
- docs: include another automorphism_group docstring (#2009) (@thofma)
- Add some size_hint for sparse rows (#2010) (@HechtiDerLachs)
- chore: make compiler happier (#2011) (@thofma)
- fix: cornercase in stable subgroups (#2012) (@thofma)
- define modord(a, 1) = 1
(#2014) (@ThomasBreuer)
- Cf/jeoroen (#2015) (@fieker)
- feat: add prime_ideals for algebras (#2016) (@thofma)
- fix: adjust nnz in sparse Hermite normal form (#2018) (@thofma)
- Riemann surfaces and period matrices (#2019) (@JHanselman)
- Remove base_ring methods returning Union{} (#2020) (@fingolfin)
- Add singleton sparse row constructor (#2021) (@HechtiDerLachs)
- Adjust test to future Nemo changes (#2022) (@fingolfin)
- chore(deps): bump actions/setup-python from 5 to 6 (#2023) (@dependabot[bot])
- chore(deps): bump actions/checkout from 4 to 5 (#2024) (@dependabot[bot])
- feat: make stable_subgroups faster (#2025) (@thofma)
- sb/overlattices and genera (#2026) (@simonbrandhorst)
- Fix _non_norm_rep in case of non-maximal equation order (#2027) (@simonbrandhorst)
- feat: add some small group identification helper (#2028) (@thofma)
- feat: improve some code relative class numbers (#2029) (@thofma)
- Fix performance of sparse_row(::ZZRing,::Int,::ZZRingElem)
(#2030) (@fingolfin)
- fix: small group identification (#2031) (@thofma)
- Speed up genus representative of rank 1 hermitian lattices. (#2032) (@simonbrandhorst)
- Use map_coefficients instead of soon-to-be-forbidden coercion (#2033) (@JohnAAbbott)
- feat: sprinkle around more GRH options (#2034) (@thofma)
- feat: add lift(::PolyRing, ::SimpleNumFieldElem)
(#2035) (@thofma)
- improve multiplicative_group .. (#2036) (@fieker)
- fix Oscar [#5442] (#2037) (@fieker)
Closed issues:
- missing basis_matrix
method for AbsSimpleNumFieldOrderIdeal
(#2002)
- issubset for fractional ideals (#2003)
- stable_subgroups throws an error (#2008)
- Computation of genus of non-normalized polynomial is incorrect (#2013)