1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00
Commit Graph

129 Commits

Author SHA1 Message Date
30d58445df
letters(A::Alphabet) are no more 2022-10-13 23:21:42 +02:00
53773efac7
fix and test issymplectic 2022-04-03 18:40:02 +02:00
6774d40d11
more coverage: MatrixGroups 2022-04-03 16:59:17 +02:00
f68a0c2f27
add tests for SpNs 2022-04-03 16:59:16 +02:00
de600de0a2
better reporting of timings in tests 2022-04-03 16:59:15 +02:00
4431ae7144
bump julia to 1.6 2022-04-03 16:59:15 +02:00
9e867a58e6
use NullLogger to suppress warnings 2022-04-03 16:59:15 +02:00
93d97ff75f
fixing and ordering imports 2022-04-03 16:59:14 +02:00
22a8809c6f
rm AbstractAlgebra 2022-04-03 16:59:14 +02:00
e78520f90b
add Constructions module with Direct/Wreath product 2022-04-03 16:59:13 +02:00
dd6588f018
add Homomorphisms 2022-04-02 14:24:01 +02:00
cb933c3f87
add implementation of MatrixGroups as fp groups 2022-04-02 14:21:42 +02:00
72ea5c8123
disable test for sprint Automorphism on julia < 1.6 2021-12-18 20:06:24 +01:00
f2d2d4ee52
prettier printing for FPGroups 2021-12-18 20:03:47 +01:00
e770990d35
fix: specialize printing for Type{<:Automorphism} 2021-12-13 09:54:32 +01:00
b5e62c27e0
add tests for AutSigma₃.₀ 2021-08-13 16:54:45 +02:00
4014b4f7b8
remove Alphabet arg from evaluate 2021-08-13 16:22:35 +02:00
156e4a2af3
renumerate Dehn Twists 2021-07-21 16:26:22 +02:00
596744e5b8
use the forward evaluation to test preserving of the relator 2021-07-20 11:02:12 +02:00
3235b00959
fix test of the centrality of hyperelliptic τ 2021-07-20 10:16:59 +02:00
ef4470833a
remove init kwarg from prod (unsupported on julia-1.3) 2021-07-18 19:55:11 +02:00
a258c563d1
make smc acting on the right 2021-07-12 11:11:39 +02:00
a742bf32ec
add code for forward evaluation 2021-07-09 16:46:15 +02:00
0c60dce731
fix test_throws 2021-07-07 12:11:45 +02:00
9415906aa2
update AutSigma_41 tests 2021-07-07 10:41:34 +02:00
394d9a7aac
Merge branch 'master' into enh/GroupsCore 2021-06-28 09:40:25 +02:00
fe347423d4
fix imports/exports and Project.toml 2021-06-21 19:14:42 +02:00
8cd1f09d74
add exports, remove New module from tests 2021-06-21 18:45:10 +02:00
26781bad5c
remove the old implementation 2021-06-21 18:16:04 +02:00
39f4ef4b5f
test show methods 2021-06-21 17:56:28 +02:00
8cb64d947d
create FreeGroup(::Alphabet) on the correct number of gens 2021-06-21 17:52:51 +02:00
25934e70f4
don't run benchmarks during CI 2021-06-21 16:39:54 +02:00
37241e5b25
move tests for AutFn 2021-06-21 16:37:33 +02:00
ef1a2f88da
don't run benchmarks during CI 2021-06-19 00:38:11 +02:00
33086db01d
add tests for Aut(Σ₄.₁) 2021-06-10 12:55:21 +02:00
e48b06f6c4
move tests for AutFn 2021-06-10 12:54:27 +02:00
c0c688ed2d
add tests for automorphisms and iteration benchmarks 2021-05-26 12:08:31 +02:00
2e560738f6
clean-up iteration 2021-05-25 22:27:22 +02:00
ac3d7f0977
implement and test GroupsCore interface for FreeGroup and FPGroup 2021-05-24 15:35:28 +02:00
9d1678d099
add basic tests for FPGroups 2021-05-24 14:46:54 +02:00
711988b98a
sort out imports + first adjustments to Group Interface 2021-04-11 18:44:03 +02:00
990c8dd1c3
remove DirectPower, WreathProduct
these are included in GroupsCore
2021-04-11 01:27:01 +02:00
ad295fd436
fix iteration over Automorphisms 2020-11-10 17:03:10 +01:00
59272b3b42
fix error in wlmetric_ball_serial 2020-10-09 17:37:57 +02:00
6e856dd7c2
satisfy registrator demands 2020-10-09 15:29:19 +02:00
837312d020
more threading using ThreadsX;
rename generate_balls → wlmetric_ball
2020-10-09 13:50:11 +02:00
512394e69b
fix: dealias inv(id) from id 2020-04-20 03:25:25 +02:00
51f3ad6cdb
test for abelianize of Identity 2020-04-20 02:44:28 +02:00
cdbd483e9e
more tests for AutGroup 2020-04-20 02:41:24 +02:00
a6aabf4541
even more tests 2020-04-20 02:02:57 +02:00