Releases: thofma/Hecke.jl
Releases · thofma/Hecke.jl
v0.35.1
Hecke v0.35.1
Merged pull requests:
- ideal_type is provided by AA 0.44.0 (#1705) (@fingolfin)
- Uniform base_field_type handling (#1706) (@fingolfin)
- fix: valuation for inert primes (#1708) (@thofma)
- chore: bump to 0.35.1 (#1709) (@thofma)
v0.35.0
Hecke v0.35.0
Merged pull requests:
- Pretty printing for elliptic curves and their points (#1677) (@simonbrandhorst)
- Purge RealNumberField (#1694) (@fingolfin)
- Solve triu (#1697) (@fieker)
- Remove circular delegating factor -> factor (#1701) (@fingolfin)
- Refactor FOO_type functions (#1702) (@fingolfin)
- Bump compat of AA and Nemo (#1703) (@lgoettgens)
- chore: bump to 0.35.0 (#1704) (@thofma)
Closed issues:
- Purge RealNumberField(Elem) (#979)
v0.34.9
Hecke v0.34.9
Merged pull requests:
- Remove copyright notices (#1682) (@paemurru)
- Minor cleanup related to FacElemMon and FacElem (#1693) (@fingolfin)
- Add many hash functions (#1695) (@lgoettgens)
- feat: enable disabling of caching in completion_easy (#1696) (@thofma)
- Fix base_ring_type for ClassField (#1698) (@fingolfin)
- feat: add version picker for documentation (#1699) (@thofma)
- chore: bump to 0.34.9 (#1700) (@thofma)
Closed issues:
v0.34.8
Hecke v0.34.8
Merged pull requests:
- Improve banner coloring (#1681) (@paemurru)
- fix: don't use polynomial rings over zero rings (#1684) (@thofma)
- fix: group algebras of additive groups with sparse rep (#1685) (@lgoettgens)
- fix misplaced bracket for maps (#1686) (@flyingapfopenguin)
- Fix show method for pseudo-matrices (#1689) (@SirToby25)
- is_empty for pseudo-matrices (#1691) (@SirToby25)
- chore: bump to 0.34.8 (#1692) (@thofma)
Closed issues:
BigFloat
precision issue on nightly (#1687)
v0.34.7
Hecke v0.34.7
Merged pull requests:
- Add mutating arithmetic for
SRow
s (#1659) (@lgoettgens) - Fix @GC.preserve -> GC.@preserve (#1663) (@fingolfin)
- fix automorphism_group_generators for indefinite, ambiguous, isotropic, binary quadratic forms (#1664) (@simonbrandhorst)
- Remove comment and add new ambiguous example (#1665) (@StevellM)
- Fix bug in printing of
QuadGenus
(#1666) (@StevellM) - Update license (#1667) (@paemurru)
- Don't export
coprime_base_insert
&subalgebra
(#1668) (@fingolfin) - Don't re-export RDF from AbstractAlgebra (#1669) (@fingolfin)
- feat: subgroup enumeration with no subgroups (#1670) (@thofma)
- feat: multiplicative dependencies for matrices (#1671) (@thofma)
- fix: expressifying empty factored elements (#1672) (@thofma)
- Mult dep2 (#1673) (@fieker)
- Don't use
Flint*
globals (#1674) (@lgoettgens) - Update Hecke banner (#1675) (@paemurru)
- Fix a very important typo (#1676) (@fingolfin)
- feat: add some assertion and comment (#1679) (@thofma)
- Remove strange checkbounds method (#1680) (@fingolfin)
- chore: tag 0.36.7 (#1683) (@thofma)
v0.34.6
Hecke v0.34.6
Merged pull requests:
v0.34.5
Hecke v0.34.5
Merged pull requests:
- feat: clean up for algebras (#1623) (@thofma)
- another precisino issue... (#1627) (@fieker)
- fix is_abelian (and some more) (#1629) (@fieker)
- Reduce default for max_precision in newton_iteration (#1630) (@simonbrandhorst)
- Add missing Abelian groups docs (#1631) (@paemurru)
- Add
components
method to Abelian group (#1632) (@paemurru) - Make
kernel(::SMat)
better infereable (#1633) (@lgoettgens) - Change
eltype
methods for objects to types (#1634) (@lgoettgens) - oscarci: fix running on master (#1635) (@benlorenz)
- Remove the unused
build
variable (#1636) (@paemurru) - Add missing "Conventions" section to docs (#1637) (@paemurru)
- Update abelian group docs (#1638) (@paemurru)
- fix Oscar #4170 - too low precision in factoring (#1640) (@thofma)
- Add function that prints Hecke banner (#1641) (@paemurru)
- test: add example for #1629 (#1644) (@thofma)
- doc: add instructions to build documentation (#1645) (@thofma)
- chore: update .gitignore (#1646) (@thofma)
- Fix missing newline from banner (#1647) (@paemurru)
- Update .gitignore (#1648) (@paemurru)
- Use set!, zero!, etc. in yet more places (#1649) (@fingolfin)
- Use set!, zero!, etc. in YET more places (#1650) (@fingolfin)
- fix: linear solving over rings of integers (#1651) (@thofma)
- Delete two unused functions (#1652) (@fingolfin)
- ci: remove 1.9, add 1.11 (#1654) (@thofma)
- fix: export
is_subfield_normal
andprincipal_subfields
(#1657) (@thofma) - chore: bump to 0.34.5 (#1660) (@thofma)
Closed issues:
v0.34.4
Hecke v0.34.4
Merged pull requests:
- doc: add missing documentation source files (#1626) (@thofma)
- bump version number, in order to allow for GAP.jl 0.12 (#1628) (@ThomasBreuer)
v0.34.3
Hecke v0.34.3
Merged pull requests:
- Fixes Serre (improves #1428) (#1617) (@fieker)
- Add unsafe operations for FinGenAbGroupElem (#1619) (@fingolfin)
- Daily tests (#1620) (@HereAround)
- Turn
FinGenAbGroupElem
into a non-mutable struct (#1621) (@fingolfin) - Add
Base.conj
forAbsSimpleNumFieldElem
(#1622) (@SoongNoonien) - chore: bump to 0.34.3 (#1624) (@thofma)
v0.34.2
Hecke v0.34.2
Merged pull requests:
- Introduce
assure_reduced!(A::FinGenAbGroup, a::ZZMatrix)
(#1614) (@fingolfin) - chore: bump to 0.34.1 (#1616) (@thofma)
- Export
absolute_base_field
(#1618) (@lgoettgens)