Releases: thofma/Hecke.jl
Releases · thofma/Hecke.jl
v0.32.0
Hecke v0.32.0
Merged pull requests:
- Add
sparse_row_type
andsparse_matrix_type
(#1495) (@fingolfin) - abelian_group: remove undocumented kwarg
name
(#1496) (@fingolfin) - Use Varname to simplify some code (#1497) (@fingolfin)
- Remove slightly odd empty quadratic_field method (#1499) (@fingolfin)
- sparse_row: don't sort 1-element lists (#1502) (@fingolfin)
- Repair _torsion_units_lattice_enum (#1503) (@fingolfin)
- feat: make gcd over number fields faster (#1505) (@thofma)
- use checke=false for many automatic complexes (#1507) (@fieker)
- Maybe fix 1509 (#1511) (@joschmitt)
- Simplify MatAlgebraElem type params (#1513) (@fingolfin)
- Avoid some type instability issues (#1514) (@fingolfin)
Closed issues:
- Strings vs Symbols (#171)
v0.31.5
v0.31.4
v0.31.3
Hecke v0.31.3
Merged pull requests:
v0.31.2
Hecke v0.31.2
Merged pull requests:
v0.31.1
Hecke v0.31.1
Merged pull requests:
v0.30.12
Hecke v0.30.12
Merged pull requests:
- Use terse and is_terse from AbstractAlgebra (#1469) (@fingolfin)
- Re-add deprecations of #1455 (#1474) (@lgoettgens)
- scale_row! fixed (#1476) (@BD-00)
- Make compatible with AA 0.41 and Nemo 0.44 (#1480) (@lgoettgens)
- Adapt
Aliases.jl
for breaking release (#1481) (@lgoettgens) - [chore] release 0.31 (#1482) (@thofma)
- feat: extend abelian_extension for number fields (#1484) (@thofma)
- feat: some support for lists of relative extensions (#1485) (@thofma)
- fix: polynomial factorization over rational function field (#1486) (@thofma)
- backport factorization fix to 0.30.12 (#1487) (@thofma)
v0.31.0
Hecke v0.31.0
Merged pull requests:
- Use terse and is_terse from AbstractAlgebra (#1469) (@fingolfin)
- Re-add deprecations of #1455 (#1474) (@lgoettgens)
- scale_row! fixed (#1476) (@BD-00)
- Make compatible with AA 0.41 and Nemo 0.44 (#1480) (@lgoettgens)
- Adapt
Aliases.jl
for breaking release (#1481) (@lgoettgens) - [chore] release 0.31 (#1482) (@thofma)
v0.30.11
Hecke v0.30.11
Merged pull requests:
- Sort out deprecations and aliases (#1458) (@lgoettgens)
- ci: try parallel again (#1468) (@thofma)
- Use banner showing code from AbstractAlgebra (#1473) (@lgoettgens)
- Update GH actions (#1477) (@fingolfin)
- ci: use linux runners for long tests (#1478) (@thofma)
- chore: bump to 0.30.11 (#1479) (@thofma)
Closed issues:
- Use
AbstractAlgebra.should_show_banner
(#1472)
v0.30.10
Hecke v0.30.10
Merged pull requests:
- fix: another precision fix (#1454) (@thofma)
- Fix uses of
Val
inside Hecke (#1455) (@lgoettgens) - fix: positive root counting over number fields (#1457) (@thofma)
- Avoid some uses of Meta.parse (#1459) (@fingolfin)
- Use
CacheDictType
(#1460) (@joschmitt) - feat: Add AVLTree structure (#1461) (@thofma)
- test: fix GAP and Polymake injection on CI (#1462) (@thofma)
- fix: remove erroneous equality check for groups (#1463) (@thofma)
- fix: basis and basis matrix of zero ideal (#1464) (@thofma)
- feat: faster conductors (#1465) (@thofma)
- chore: bump to 0.30.10 (#1467) (@thofma)
Closed issues:
- Basis and basis matrix of zero ideal is nonsense (#1330)