Commit Graph

282 Commits

Author SHA1 Message Date
kalmarek af1ca3e6e7
use GroupOrNCRing[Elem]
in AbstractAlgebra Rings are not groups
2019-07-01 01:05:48 +02:00
kalmarek fbd7b940e9
version 0.2.2 2019-06-30 19:00:49 +02:00
kalmarek e773ed99b5
relax MatSpaces to NCRings 2019-06-30 18:59:16 +02:00
kalmarek 9ae0a3caf3
bump version to 0.2.1 2019-06-28 09:25:37 +02:00
kalmarek 4bebf0df5d
relax assumptions on coeffs<:Numbers 2019-06-28 09:25:36 +02:00
kalmarek 1f205d0f4a
update travis & add badges 2019-06-28 09:25:34 +02:00
kalmarek d044cc693b
stylistic changes to mul! 2019-06-28 09:25:33 +02:00
kalmarek bcb4f3ed30
Merge pull request #1 from kalmarek/fbot/deps
Fix deprecations
2019-03-10 22:39:28 +01:00
kalmarek a1bc8e8c2a
bump version to 0.2.0 2019-03-10 16:56:31 +01:00
kalmarek 76e933313c
fix one(GroupRing{<:MatSpace}) 2019-03-10 16:56:31 +01:00
kalmarek b8779b44cc scalar*Vector needs .* on julia-1.0 2019-01-17 08:32:09 +01:00
kalmarek 01071414f7 no need for prefix to fmac!: it is not exported 2019-01-09 16:54:45 +01:00
kalmarek e39a1c8b4d replace fastm keyword by cachedmul 2019-01-09 16:53:44 +01:00
kalmarek 43b10d8029 explicitely extend norm and sparse 2019-01-09 16:52:40 +01:00
kalmarek 2be41a3774 add @doc 2019-01-09 11:13:11 +01:00
kalmarek 5785663efa changes to docs 2019-01-08 03:17:56 +01:00
kalmarek dfc3cfb31c add randomized HPC testing 2019-01-02 17:20:55 +01:00
kalmarek b25ae0fc4f fix equality of GroupRings 2019-01-02 17:07:46 +01:00
kalmarek e6555551c1 rename mul! and fmac! to specific GRmul! and GRfmac! 2019-01-02 17:07:17 +01:00
kalmarek ecc44a8da6 Merge remote-tracking branch 'origin/AutFn' into enh/julia-v0.7 2019-01-02 16:21:58 +01:00
kalmarek b7320cb74d drop support for julia-0.7 2019-01-02 16:14:48 +01:00
kalmarek 11224e1408 in AbstractAlgebra-^0.3 Rings are not Groups 2019-01-02 16:14:32 +01:00
kalmarek 4be3bbf5e8 better printing 2019-01-02 16:13:41 +01:00
kalmarek 0ca26dd1c4 fix tests 2018-11-24 14:57:44 +01:00
kalmarek 853f0ac45a add fmac! low-level operation 2018-11-22 19:59:09 +01:00
kalmarek 10f3a97576 add tests for sum of squares 2018-11-17 22:46:03 +01:00
kalmarek 69419d9294 fix powering on julia-1.0 2018-10-24 20:29:57 +02:00
kalmarek 3001d2e6f9 Require AbstractAlgebra; bump version of AA 2018-10-24 20:29:18 +02:00
kalmarek 11e7b46806 no warn on julia-1.0 2018-10-01 10:57:55 +02:00
kalmarek e8d8686831 there is no full on Julia-1.0 2018-10-01 10:08:40 +02:00
kalmarek 490765652d add Groups in build script 2018-10-01 09:59:43 +02:00
kalmarek 2510654162 fix travis 2 2018-10-01 09:36:36 +02:00
kalmarek 8de04df886 fix travis 2018-09-30 01:50:38 +02:00
femtocleaner[bot] 6c04516ed8 Fix deprecations 2018-09-26 18:03:07 +00:00
kalmarek 67e14806ea move Groups into test deps 2018-09-26 08:39:51 +02:00
kalmarek bb3ec35389 remove Manifest.toml 2018-09-25 11:06:11 +02:00
kalmarek 7ae1228a4c remove Manifest.toml 2018-09-25 10:32:55 +02:00
kalmarek 36799ca07a fix tests 2018-09-24 00:31:01 +02:00
kalmarek 93f48af087 remove excess of constructors 2018-09-24 00:30:44 +02:00
kalmarek bf97fc083b Permutation group is iterable 2018-09-24 00:30:18 +02:00
kalmarek d85d7c76c6 remove deepcopy_internal 2018-09-21 21:11:52 +02:00
kalmarek 04f29f0b34 more or less trivial changes 2018-09-21 21:11:30 +02:00
kalmarek 558cbc78d8 throw message on (::GroupRing)(::Vector) when no basis is defined 2018-09-06 22:52:48 +02:00
kalmarek 49bb2ba4a0 fix test 2018-08-15 19:29:24 +02:00
kalmarek e53c638939 add full(::GroupRingElem) and sparse(::GroupRingElem) 2018-08-15 19:29:11 +02:00
kalmarek 2c7d968990 embedding constructor of GroupRing produces sparse GroupRingElem 2018-08-15 19:28:14 +02:00
kalmarek d5e390bce3 don't complete if basis is not defined 2018-08-15 19:27:19 +02:00
kalmarek 607d2b42c0 fix constructor issue 2018-08-14 20:18:34 +02:00
kalmarek c7115c689e preserve storage type of X.coeffs 2018-08-14 19:28:24 +02:00
kalmarek 075c6151a6 add more tests for aug and supp 2018-08-14 09:47:29 +02:00