8000 Tags · thofma/Hecke.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: thofma/Hecke.jl

Tags

v0.36.1

Toggle v0.36.1's commit message
[Diff since v0.36.0](v0.36.0...v0.36.1)

**Merged pull requests:**
- chore: bump version and update CHANGELOG (#1873) (@thofma)
- Add workaround for GLIBCXX issue with julia 1.6 (#1874) (@lgoettgens)
- fix: Make `norm_equation` work for q-adic fields (#1875) (@wfsteiner)
- feat: enumeration of vectors in `ZZLat` with given square and divisibility (#1876) (@StevellM)
- fix: `extended_ade` (#1877) (@StevellM)
- feat: enumeration of large definite hermitian genus (#1880) (@StevellM)
- fix: change default scale bounds in `hermitian_genera` (#1881) (@StevellM)
- fix `norm(f::PolyRingElem{AbsSimpleNumFieldElem})` (#1882) (@ThomasBreuer)
- Micro optimization to sparse_row calls (#1883) (@fingolfin)
- complements #1882 by fixing earlier (#1885) (@fieker)
- fix _is_isometric_indef (#1886) (@simonbrandhorst)
- Enumeration of overlattices (#1888) (@simonbrandhorst)
- Add dependency on FLINT_jll (v3.3.x) (#1889) (@lgoettgens)
- fix a corner case (#1891) (@simonbrandhorst)
- Support GAP 0.14 (#1893) (@fingolfin)
- Implement `base_ring` and `base_ring_type` for `ZZIdl` (#1894) (@fingolfin)
- fix a `show` method (#1895) (@ThomasBreuer)
- Fix a couple show method to use given IO (#1896) (@fingolfin)
- chore: bump to 0.36.1 (#1898) (@thofma)

**Closed issues:**
- problem with `norm(f::PolyRingElem{AbsSimpleNumFieldElem})` (#1878)

v0.36.0

Toggle v0.36.0's commit message
[Diff since v0.35.19](v0.35.19...v0.36.0)

changelog changelog changelog

**Merged pull requests:**
- Extend AA stub `isomorphism(::Type{<:Group}, ::Group)` to FinGenAbGroup (#1800) (@lgoettgens)
- Add is_maximal & is_prime for some PIDIdeal subtypes (#1825) (@fingolfin)
- Completion map (#1837) (@fieker)
- Overhaul printing of orders, (fractional) ideals, and related objects (#1840) (@thofma)
- fix: add verification in sparse row constructor (#1848) (@thofma)
- chore: bump version and add changelog (#1860) (@thofma)
- hotfix for buggy Oscar code (#1861) (@thofma)
- Performance improvements for orders and lattices (#1863) (@thofma)
- Remove canonical_unit(x::LocalFieldElem) (#1864) (@fingolfin)
- Remove dependency on InteractiveUtils (#1865) (@lgoettgens)
- Remove Libdl dependency (#1866) (@lgoettgens)
- fix: adjust to some hashing changes on julia nightly (#1868) (@thofma)
- Move things from Oscar/MoveToHecke.jl (#1869) (@thofma)
- allow polymake.jl 0.12 (#1870) (@benlorenz)
- Bump Nemo to 0.50, AA to 0.45, Polymake to 0.12 (#1871) (@lgoettgens)
- chore: bump to 0.36.0 (#1872) (@thofma)

v0.35.19

Toggle v0.35.19's commit message
[Diff since v0.35.18](v0.35.18...v0.35.19)

**Merged pull requests:**
- Add multiplication of sparse matrices (#1228) (@lgoettgens)
- chore: adjust changelog and bump version (#1856) (@thofma)
- Fix `local_factor` for Hermitian lattices (#1858) (@thofma)
- Fix order_type for generic non-simple absolute fields (#1859) (@thofma)

**Closed issues:**
- Wong mass formula for definite hermitian lattices (#1857)

v0.35.18

Toggle v0.35.18's commit message
[Diff since v0.35.17](v0.35.17...v0.35.18)

**Merged pull requests:**
- Fix enumeration `ZZGenus` symbols (#1844) (@StevellM)
- fix: remove deprecated usage of hom (#1845) (@thofma)
- fix: add assertion in principal ideal testing (#1846) (@thofma)
- ci: run long tests on one thread (#1849) (@thofma)
- fix: parent_type for order elements (#1850) (@thofma)
- Fix rescaling of form in neighbour method for Hermitian lattices (#1852) (@thofma)
- fix: in(::NumFieldElem, ::OrderIdeal) (#1853) (@thofma)
- Make order element arithmetic faster (for noncommutative algebras) (#1854) (@thofma)
- chore: bump to 0.35.18 (#1855) (@thofma)

**Closed issues:**
- Divisor functionality (#1826)
- is_principal_with_data is broken for fractional ideals of non-maximal orders (#1833)
- Problem with enumeration of definite hermitian genera (#1851)

v0.35.17

Toggle v0.35.17's commit message
[Diff since v0.35.16](v0.35.16...v0.35.17)

**Merged pull requests:**
- Cleanup hom functions for `FinGenAbGrp` and `TorQuadModule` (#1835) (@StevellM)
- chore: update changelog and bump version (#1842) (@thofma)
- doc: remove dynamically created index.md file (#1843) (@thofma)

v0.35.16

Toggle v0.35.16's commit message
[Diff since v0.35.15](v0.35.15...v0.35.16)

**Merged pull requests:**
- Add right divrem and right gcd for polynomial rings over noncommutative rings (#1796) (@thofma)
- chore: update changelog and bump version number (#1808) (@thofma)
- Add `quaternion_algebra` constructor (#1809) (@thofma)
- Add functionality for quaternion algebras (#1810) (@thofma)
- fix: mend assert order (#1811) (@wfsteiner)
- Convert `@repl` blocks to `jldoctest`s; improve printing in doctests (#1812) (@lgoettgens)
- Add ideal_type and ^ for PIDIdeal (#1813) (@fingolfin)
- doc: collapse all docstrings (#1814) (@thofma)
- docs: fix link in outdated doc warning (#1815) (@thofma)
- docs: add missing file (#1817) (@thofma)
- Add tutorial builder using Literate.jl (#1818) (@thofma)
- docs: fix nbviewer link (#1820) (@thofma)
- use element precision in small lift (#1821) (@simonbrandhorst)
- Remove restriction in torsion unit computation (#1822) (@thofma)
- fix: progress bar for unconditional class group computation (#1823) (@thofma)
- Improved torsion unit computation for cyclotomic fields (#1824) (@thofma)
- feat: add `local_schur_indices` (#1827) (@thofma)
- Add more operations for divisors (#1828) (@thofma)
- Fix sum of trivial quadratic modules (#1830) (@StevellM)
- doc: add how-to's and move things around (#1831) (@thofma)
- Deprecate MaximalOrder -> maximal_order, Order -> order (#1832) (@thofma)
- Fix principal ideal test for non-maximal fractional ideals (#1834) (@thofma)
- doc: fix deprecated methods (#1836) (@thofma)
- Remove deps dir (#1838) (@fingolfin)
- chore: bump to 0.35.16 (#1839) (@thofma)
- fix `infinite_divisor` (#1841) (@BD-00)

**Closed issues:**
- degree for algebras is confusing (#1765)

v0.35.15

Toggle v0.35.15's commit message
[Diff since v0.35.14](v0.35.14...v0.35.15)

**Merged pull requests:**
- chore: change version to 0.35.15-dev (#1805) (@thofma)
- chore: update changelog (#1806) (@thofma)
- fix: unterminated jldoctest (#1807) (@thofma)

v0.35.14

Toggle v0.35.14's commit message
[Diff since v0.35.13](v0.35.13...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

Toggle v0.35.13's commit message
[Diff since v0.35.12](v0.35.12...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:**
- Missing `hash` methods (or bad `==` methods) (#1594)
- Extend `is_cyclotomic_polynomial` (#1777)
- `euler_phi_inv` for `1` (#1780)

v0.35.12

Toggle v0.35.12's commit message
[Diff since v0.35.11](v0.35.11...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)
0