Releases: thofma/Hecke.jl
Releases · thofma/Hecke.jl
v0.24.0
Hecke v0.24.0
Merged pull requests:
- Update Project.toml (#1325) (@thofma)
- Fix a genus function and allow parity variations... (#1326) (@StevellM)
- Absolute value in short vectors (iteration) (#1327) (@StevellM)
- Add comments on the implementation of local Hilbert symbols (#1328) (@StevellM)
- fix equality for ZZGenus and do not copy symbols (#1329) (@simonbrandhorst)
- Re-export deprecated bindings from AA and Nemo (#1331) (@fingolfin)
- Add missing 'check' argument to several divexact methods (#1332) (@fingolfin)
- src/Deprecations.jl: remove obsolete code (#1333) (@fingolfin)
- chore: bump to 0.23.3 (#1335) (@thofma)
- Fixes is_commutative for 1-dim matrix algebras (#1336) (@SirToby25)
- feat: adjust to finite field changes in Nemo (#1338) (@thofma)
- Small optimization in automorphism computation (#1341) (@joschmitt)
- Adjust to Nemo changes: 0 is not squarefree any more (#1342) (@joschmitt)
- Collect exports in a file (#1343) (@joschmitt)
- Tb/fix error inconsistency (#1345) (@SirToby25)
- chore: bump to 0.24.0 (#1346) (@thofma)
Closed issues:
PolymakeExt
background task in precompilation (#1340)
v0.23.2
Hecke v0.23.2
Merged pull requests:
v0.23.1
Hecke v0.23.1
Merged pull requests:
- Fast Det in Z (examples) (#1303) (@fieker)
- Compute LLL basis in subfields if the field is large (#1316) (@thofma)
- Fix issue in roots of nonmonic polynomials (#1317) (@thofma)
- Remove appveyor.yml (#1318) (@thofma)
- Bump to 0.23.1 (#1319) (@thofma)
Closed issues:
- Should
snf
register a "canonical morphism" and enable coercion? (#1195)
v0.23.0
Hecke v0.23.0
Merged pull requests:
- Update to latest AA, Nemo (#1294) (@fingolfin)
- Fix and unify docs about maximal lattices (#1307) (@StevellM)
- fix the "BeryBad" conversion error in 1.10 (#1309) (@fieker)
- fixes #1308 (#1311) (@fieker)
- Remove instance dispatches for
{elem,parent}_type
(#1312) (@lgoettgens) - Fix some issues found by Markus Kirschmer (#1314) (@thofma)
- Katrin (#1315) (@fieker)
Closed issues:
v0.22.9
v0.22.8
Hecke v0.22.8
Merged pull requests:
v0.22.7
Hecke v0.22.7
Merged pull requests:
- Add some property testers for ZZIdl (#1274) (@fingolfin)
- Fix some JET issues (#1275) (@fingolfin)
- Add type assertions to make inference on 1.10 happy (#1276) (@thofma)
- Fix local fundamental class (#1277) (@thofma)
- Fix Jordan normal form (#1280) (@joschmitt)
- Towards lattices (#1283) (@thofma)
- Fix preimage map of residue field (#1285) (@thofma)
- Reduce number of tests for is_isometric_with_isometry (#1286) (@thofma)
- Bump Aqua to 0.8 and use defaults (#1287) (@lgoettgens)
- Tweak _subfield_from_primitive_element (#1290) (@thofma)
- Capture errors in parser (#1291) (@thofma)
- Rename stuff to new names once again (#1292) (@fingolfin)
- Bump to 0.22.8 (#1293) (@thofma)
- Replace some
vcat
andhcat
calls byreduce
(#1295) (@fingolfin) - Add some helpers for creation of embeddings (#1296) (@thofma)
- Remove trailing new line in printing (#1297) (@StevellM)
Closed issues:
v0.22.6
Hecke v0.22.6
Merged pull requests:
- add
dot(x, A, y)
for sparse matrices (#1263) (@felix-roehrich) - isupper_triangular -> is_upper_triangular, isunit -> is_unit (#1265) (@fingolfin)
- Fix stupid mistake (#1266) (@joschmitt)
- Kaiser (#1267) (@fieker)
- Change residue_field for local fields (#1268) (@thofma)
- Revert unwanted renamings (#1269) (@StevellM)
- Replace more uses of isFOO by is_foo (#1270) (@fingolfin)
- Random lines in
LineEnumCtx
(#1271) (@StevellM) - Replace implicit 'convert' by attribute return type (#1272) (@fingolfin)
- Fix bug in power_mod and is_zero(::Ideal) (#1273) (@thofma)
v0.22.5
v0.22.4
Hecke v0.22.4
Merged pull requests:
- Fix
Order(K, [ ... ])
(#1239) (@joschmitt) - deprecate
field_of_fractions(O::GenOrd)
(#1240) (@felix-roehrich) - Complement on multi-sets and sub-set iterators (#1241) (@StevellM)
- Rename
mul
to*
(#1243) (@lgoettgens) - Tweak some nfdb functions (#1244) (@thofma)
- insucfficient precision in roots (#1245) (@fieker)
- Fix some mathmode in docu (#1246) (@lgoettgens)
- Add compat entries for all deps (even stdlibs) (#1247) (@lgoettgens)
- remove unneeded broken line in class group proof (#1249) (@alexjbest)
- Remove trailing whitespace in a bunch of files (#1250) (@fingolfin)
- Avoid use of deprecated aliases (#1251) (@fingolfin)
- Extend
_order(K, gens)
for non-commutative algebras (#1252) (@joschmitt) - Remove many calls to
*cat(::Vector{...})
(#1253) (@lgoettgens) - Fix typo in simple_extension(...) (#1256) (@fagu)
- Improve class group proof (#1258) (@thofma)
- Fixes for trivial non-simple fields (#1259) (@thofma)
Closed issues: