Releases: thofma/Hecke.jl
Releases · thofma/Hecke.jl
v0.35.15
v0.35.14
Hecke v0.35.14
Merged pull requests:
- optimize the sparse HNF, some startegy, but mostly gc friendly (#1766) (@fieker)
- Remove wrong
degree(::MatAlgebra)
implementation (#1789) (@thofma) - Add group theoretic
rank
for finitely generated abelian groups (#1790) (@fingolfin) - feat: restore caching of maximal orders (#1791) (@thofma)
- Realign rational_reconstruction (#1792) (@thofma)
- Disallow standard quaternion algebras in characteristic 2 (#1793) (@thofma)
- Fix css for outdated doc warner (#1794) (@thofma)
- Improvements for quaternion algebra (elements) (#1795) (@thofma)
- Add
is_isomorphic
for local fields (#1797) (@thofma) - Add official support for
subfield
(#1798) (@thofma) - Fix memory bug in sparse matrices over ZZ (#1799) (@fieker)
- chore: add *swp to .gitignore (#1801) (@thofma)
- Add
schur_index_over_center
for arbitrary algebras (#1802) (@thofma) - Fix some docs typos (#1803) (@lgoettgens)
- chore: bump to 0.35.14 (#1804) (@thofma)
v0.35.13
Hecke v0.35.13
Merged pull requests:
- Add some comments in conjugate_quad(a::AbsSimpleNumFieldElem) (#1653) (@fingolfin)
- Add
is_cyclotomic_polynomial_with_data
(#1779) (@SoongNoonien) - feat: Add factoring over inseparable extensions (#1781) (@thofma)
- Fix another docs typo leading to bad rendering (#1782) (@fingolfin)
- Followup after changes in OSCAR (#1783) (@StevellM)
- fix: euler_phi_inv(1) (#1785) (@thofma)
- doc: bump DocumenterVitepress version (#1787) (@thofma)
Closed issues:
v0.35.12
Hecke v0.35.12
Merged pull requests:
- feat: add maximal tori for algebras (#1762) (@thofma)
- fix: tweak CSS (#1763) (@thofma)
- Adapt to conformance test changes in AA (#1764) (@lgoettgens)
- Replace some ccalls (#1767) (@fingolfin)
- feat: radical for algebras over rational function fields (#1768) (@thofma)
- feat: factorization for polynomial over function fields (#1769) (@thofma)
- feat: allow inseparable algebras when decomposing (#1770) (@wfsteiner)
- Remove most uses of gap_to_julia (#1771) (@lgoettgens)
- Update error in GAPExt function stubs (#1774) (@lgoettgens)
- feat: squarefree factoring over inseparable extensions (#1775) (@thofma)
- Remove calls to
gap_to_julia
in meataxe (#1776) (@lgoettgens) - chore: bump to to 0.35.12 (#1778) (@thofma)
Closed issues:
- decompose failing over rational function fields (#1750)
v0.35.11
Hecke v0.35.11
Merged pull requests:
- fix: remove debugging output (#1745) (@thofma)
- feat: swap type parameter order for orders in algebras (#1746) (@thofma)
- feat: add separability for algebras (commutative only for now) (#1747) (@thofma)
- feat: allow more algebras in decompose (#1748) (@thofma)
- Some minor documentation improvements (#1749) (@fingolfin)
- doc: update to latest Vitepress version (#1752) (@thofma)
- doc: fix some paths (#1753) (@thofma)
- doc: untangle some docstring inclusions (#1754) (@thofma)
- fix: corect argument order for minpoly/charpoly (#1755) (@thofma)
- fix: add missing hash functions (#1756) (@thofma)
- fix: remove redundant factor function (#1757) (@thofma)
- chore: bump to 0.35.11 (#1758) (@thofma)
- doc: fix max-width (#1759) (@thofma)
- ZZRingElem_Array: get_ptr returns Ptr{ZZRingElem}, use set! (#1760) (@fingolfin)
- fix: deprecation introduced in #1755 (#1761) (@thofma)
Closed issues:
v0.35.10
Hecke v0.35.10
Merged pull requests:
- build(deps): bump actions/setup-python from 4 to 5 (#1739) (@dependabot[bot])
- build(deps): bump codecov/codecov-action from 4 to 5 (#1740) (@dependabot[bot])
- fix verbose printing in HNF (#1741) (@fieker)
- Explicitly qualify constructors that are extended (#1742) (@lgoettgens)
- Allow coercion and conversion from
EmbeddedNumFieldElem
toFloat64
(#1743) (@jamesnohilly) - chore: bump to 0.35.10 (#1744) (@thofma)
v0.35.9
Hecke v0.35.9
Merged pull requests:
- Some fixes (#1722) (@fingolfin)
- docs: remove package.json (#1723) (@thofma)
- feat: add
isomorphism
method for abelian groups (#1724) (@thofma) - fix: remove src/Misc/MPolyFactor (#1725) (@thofma)
- Use
Lowercase
in someshow
methods (#1726) (@fingolfin) - feat: arbitrary base rings for AlgAssAbsOrd (#1728) (@thofma)
- Fix decomposition of definite lattices (#1729) (@StevellM)
- FakeFmpqMat: don't store rows & cols (#1731) (@fingolfin)
- fix: adjust to renamed methods (#1732) (@thofma)
- Quo doc (#1733) (@fieker)
- feat: fix indexing bug (#1734) (@thofma)
- feat: untangle GRH option for class and unit group (#1736) (@thofma)
- chore:bump to 0.35.9 (#1738) (@thofma)
Closed issues:
v0.35.8
Hecke v0.35.8
Merged pull requests:
- fix: minor space typo in the
AbsAlgAssMor
output after decomposition ofgroup_algebra
(#1715) (@Fe-r-oz) - Allow GAP.jl 0.13 (#1717) (@lgoettgens)
- fix: aliasing bug in mul! of LocalFieldElem (#1718) (@thofma)
- fix: add missing hash methods (#1719) (@thofma)
- getindex(x::FinGenAbGroupElem, ::Colon) (#1720) (@paemurru)
- Remove output during tests (#1721) (@lgoettgens)