1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-17 10:55:31 +02:00
Commit Graph

257 Commits

Author SHA1 Message Date
11224e1408 in AbstractAlgebra-^0.3 Rings are not Groups 2019-01-02 16:14:32 +01:00
4be3bbf5e8 better printing 2019-01-02 16:13:41 +01:00
69419d9294 fix powering on julia-1.0 2018-10-24 20:29:57 +02:00
3001d2e6f9 Require AbstractAlgebra; bump version of AA 2018-10-24 20:29:18 +02:00
11e7b46806 no warn on julia-1.0 2018-10-01 10:57:55 +02:00
e8d8686831 there is no full on Julia-1.0 2018-10-01 10:08:40 +02:00
490765652d add Groups in build script 2018-10-01 09:59:43 +02:00
2510654162 fix travis 2 2018-10-01 09:36:36 +02:00
8de04df886 fix travis 2018-09-30 01:50:38 +02:00
67e14806ea move Groups into test deps 2018-09-26 08:39:51 +02:00
bb3ec35389 remove Manifest.toml 2018-09-25 11:06:11 +02:00
7ae1228a4c remove Manifest.toml 2018-09-25 10:32:55 +02:00
36799ca07a fix tests 2018-09-24 00:31:01 +02:00
93f48af087 remove excess of constructors 2018-09-24 00:30:44 +02:00
bf97fc083b Permutation group is iterable 2018-09-24 00:30:18 +02:00
d85d7c76c6 remove deepcopy_internal 2018-09-21 21:11:52 +02:00
04f29f0b34 more or less trivial changes 2018-09-21 21:11:30 +02:00
558cbc78d8 throw message on (::GroupRing)(::Vector) when no basis is defined 2018-09-06 22:52:48 +02:00
49bb2ba4a0 fix test 2018-08-15 19:29:24 +02:00
e53c638939 add full(::GroupRingElem) and sparse(::GroupRingElem) 2018-08-15 19:29:11 +02:00
2c7d968990 embedding constructor of GroupRing produces sparse GroupRingElem 2018-08-15 19:28:14 +02:00
d5e390bce3 don't complete if basis is not defined 2018-08-15 19:27:19 +02:00
607d2b42c0 fix constructor issue 2018-08-14 20:18:34 +02:00
c7115c689e preserve storage type of X.coeffs 2018-08-14 19:28:24 +02:00
075c6151a6 add more tests for aug and supp 2018-08-14 09:47:29 +02:00
2fee695b51 fix addition/subtraction for different coeff types 2018-08-14 09:47:15 +02:00
6b2cd781c7 general clean-up 2018-08-13 20:55:27 +02:00
68c6d116a9 remove broken divexact 2018-08-13 20:54:15 +02:00
e472a42d09 remove baseless_warn 2018-08-13 20:48:51 +02:00
0180856083 remove rationalize 2018-08-13 20:47:54 +02:00
b81fb881ae update tests 2018-08-13 20:47:04 +02:00
f6b31ec2c9 don't compare bases when ==(::GroupRing, ::GroupRing)
comparing pm should be enough
2018-08-13 19:34:24 +02:00
4dd2c02a4c simple constructor from support of GroupRingElem 2018-08-13 19:33:19 +02:00
29f5bc1ee7 subtraction allocates once only 2018-08-13 19:31:58 +02:00
86777050b1 don't allocate full(X.coeefs) when computing hash 2018-08-13 19:30:03 +02:00
d2e9688e9f replace all the // function by a single, simple one 2018-08-13 19:29:10 +02:00
2318128f6d add supp, rename augmentation -> aug 2018-08-13 19:27:43 +02:00
9f6b7f4236 remove the parent check in setindex!(X::GroupRingElem, v, g)
it should be fine as long as we can coerce g to parent(X).group
2018-07-30 19:23:49 +02:00
9a4038e2da migrate to AbstractAlgebra 2018-07-27 00:23:19 +02:00
c59b350600 new string repr for permutations 2018-07-26 23:29:26 +02:00
725493afc0 Typed reverse Dict 2018-04-09 13:05:31 +02:00
1074d4e849 replace splatting by vec 2018-04-09 13:02:15 +02:00
15a003ab72 broader *(::{}, ::GroupRingElem) to prevent Nemo generic *(::, RingElem) 2017-11-17 15:27:03 +01:00
9a1bb2e707 update eltype 2017-11-17 15:25:42 +01:00
b2ed850bcc Merge branch 'master' into enh/julia-v0.6 2017-11-15 20:31:03 +01:00
ffffc7134d make baseless_warn global 2017-11-15 20:30:08 +01:00
a78f6bedce allow precompilation of the module 2017-11-08 09:07:36 +01:00
2c45b70eac remove type annotation 2017-11-03 16:39:18 +01:00
8661781c92 changes in docs 2017-11-03 16:39:01 +01:00
807fd553fa test for baseless rings 2017-09-15 19:04:11 +02:00