https://github.com/homalg-project/homalg_project

sort by:
Revision Author Date Message Commit Date
a0e7eda Merge pull request #545 from zickgraf/master 14 October 2022, 14:29:31 UTC
f1365e1 Bump version 14 October 2022, 13:45:01 UTC
577f3b6 Include documentation 14 October 2022, 13:44:57 UTC
9ddc91f Add two consistency checks 14 October 2022, 13:39:56 UTC
4872254 Merge pull request #544 from mohamed-barakat/devel 13 October 2022, 20:34:15 UTC
c477334 Merge branch 'master' into devel 13 October 2022, 19:25:02 UTC
907fd31 Merge pull request #543 from kamalsaleh/random_matrices_over_graded_rings Add random methods to homalg graded rings 13 October 2022, 19:24:52 UTC
b5add1b fully adapt to commit 8a75f5a9a 13 October 2022, 19:21:06 UTC
8ec8354 Merge branch 'master' into random_matrices_over_graded_rings 13 October 2022, 18:57:47 UTC
a0ad856 Merge pull request #542 from mohamed-barakat/devel bumped version of Gauss 13 October 2022, 18:57:15 UTC
e24683b Add random methods to homalg graded rings and bump version to 2022.10.01 13 October 2022, 15:05:06 UTC
cf0f402 bumped version of Gauss 13 October 2022, 14:22:53 UTC
5fc10b9 Merge pull request #539 from fingolfin/mh/gap_all Gauss: #include gap_all.h instead of src/compiled.h 13 October 2022, 14:19:52 UTC
3fb4f8d Merge branch 'master' into mh/gap_all 11 October 2022, 22:26:09 UTC
698bcb6 Merge pull request #540 from kamalsaleh/random_matrices Get simpler random matrices/elements by adjusting the current hard coded parameters 10 October 2022, 18:38:02 UTC
f11c1fd (1) add a method Random(r,c,ring,params) which makes constructing random matrices over singular more flexible (2) change the hard coded parameters from RandomCombination( [ 0 .. 10 ], Random( [ 1 .. 11 ] ) ) to [ 0, Random( [ 0, 1, 1, 1, 2, 2, 2, 3 ] ), 50, 80, 50 ] For polynomial and exterior rings - 0 is the minimal allowed degree - Random( [ 1, 1, 1, 2, 2, 2, 3 ] ) is the maximal allowd degree - 50% of the entries are zero - 80% of the terms in each entry are zero - The coefficient of each monomial is less than 50 (3) bump the version of MatricesForHomalg to 2022.10-04 10 October 2022, 14:56:52 UTC
1ebcc9b Gauss: #include gap_all.h instead of src/compiled.h This helps GAP packages in Linux distros. Also apply some cleanup 06 October 2022, 23:56:29 UTC
45869a8 Merge pull request #537 from zickgraf/master Remove obsolete tests 06 October 2022, 16:23:51 UTC
61bd90c Bump version 06 October 2022, 14:54:43 UTC
7d993f5 Prevent displaying a warning due to the functor already being bound to a global variable 06 October 2022, 14:54:43 UTC
32f638a Turn more tests from the test suite into tst files 06 October 2022, 14:16:53 UTC
c856c91 Remove obsolete tests Those are part of the regular tests of Sheaves now. 06 October 2022, 09:26:27 UTC
98a48f1 Merge pull request #536 from zickgraf/master Only call RandomCombination if utils is marked for loading 06 October 2022, 08:28:56 UTC
19cce9b Only call RandomCombination if utils is marked for loading 06 October 2022, 07:58:12 UTC
2085afe Merge pull request #535 from zickgraf/master Handle empty matrices in RandomMatrix explicitly 05 October 2022, 15:38:19 UTC
e982e83 Handle empty matrices in RandomMatrix explicitly 05 October 2022, 14:27:14 UTC
3ac49da Merge pull request #533 from zickgraf/master 05 October 2022, 11:13:21 UTC
fcf5701 Speed up RandomMatrix drastically Currently, random matrices are created entry by entry by choosing random ring elements. Directly creating a random matrix in the CAS is much faster. 05 October 2022, 10:00:48 UTC
6ca135d Merge pull request #532 from zickgraf/master Remove obsolete test 04 October 2022, 15:52:41 UTC
9555eee Require an older version of actions/checkout for now 04 October 2022, 15:04:31 UTC
910ad8c Remove obsolete test see https://github.com/homalg-project/D-Modules/pull/7 04 October 2022, 14:43:25 UTC
c83d8a6 Merge pull request #531 from zickgraf/master Disable ToricVarieties tests due to https://github.com/homalg-project/ToricVarieties_project/issues/200 04 October 2022, 08:00:22 UTC
20c2794 Disable ToricVarieties tests due to https://github.com/homalg-project/ToricVarieties_project/issues/200 04 October 2022, 07:30:27 UTC
7ed3314 Merge pull request #530 from zickgraf/master Revert "Restore compatibility for older versions of CAP" 28 September 2022, 19:34:14 UTC
bf28a12 Revert "Restore compatibility for older versions of CAP" This reverts commit c46d85bf2cc0247737667a8271fd18b3fc101dc9. 28 September 2022, 15:33:13 UTC
c8a2460 Merge pull request #526 from zickgraf/master 28 September 2022, 12:56:41 UTC
193bc33 Convert tests called by test_suite/GradedModules_Macaulay/maple.g to tst files 28 September 2022, 11:16:03 UTC
9836433 Merge pull request #528 from zickgraf/compat 27 September 2022, 17:26:59 UTC
c46d85b Restore compatibility for older versions of CAP 27 September 2022, 16:49:06 UTC
c53402a Merge pull request #527 from zickgraf/tmp Add debugging helper and improve ReplacedStringViaRecord 26 September 2022, 14:20:57 UTC
7f49202 Bump version 26 September 2022, 14:01:00 UTC
b84feee Require three dots after list variables in ReplacedStringViaRecord for better readability. 26 September 2022, 14:00:58 UTC
31a5e82 Add debugging helper `Breakpoint` 26 September 2022, 14:00:58 UTC
cd778bf Merge pull request #525 from zickgraf/master Ignore warnings about egrep being obsolescent coming from 4ti2 19 September 2022, 09:21:06 UTC
8d37791 Ignore warnings about egrep being obsolescent coming from 4ti2 Fixes #521 19 September 2022, 07:02:35 UTC
2d40502 Merge pull request #524 from zickgraf/master 15 September 2022, 07:50:20 UTC
f95b727 Convert tests called by test_suite/GradedModules_Singular.g to tst files Not all tests are included in Singular.tst because some of them are already covered by other tst files. 15 September 2022, 07:07:34 UTC
2d5d364 Merge pull request #523 from zickgraf/master Convert tests called by test_suite/RingsForHomalg.g to tst files 14 September 2022, 09:35:21 UTC
827f9cb Convert tests called by test_suite/RingsForHomalg.g to tst files 14 September 2022, 09:08:06 UTC
80f0b63 Merge pull request #522 from zickgraf/ci Remove ignored tests 13 September 2022, 08:10:01 UTC
db8a189 Remove ignored tests Running these tests simply increases the runtime of the CI without any benefit. 13 September 2022, 06:30:37 UTC
178fc3b Merge pull request #519 from zickgraf/tabs 13 September 2022, 06:25:42 UTC
e36bd0b Merge pull request #520 from mohamed-barakat/devel installed fallback method for ListOfValues for [ IsList ] 10 September 2022, 18:16:18 UTC
1ca965f installed fallback method for ListOfValues for [ IsList ] 10 September 2022, 17:50:25 UTC
0841595 Apply PackageJanitor 08 September 2022, 12:57:52 UTC
b2975f9 Test for tabs in MatricesForHomalg and RingsForHomalg 08 September 2022, 12:50:28 UTC
0aa1b12 Merge pull request #518 from zickgraf/tabs Test for tabs in Modules and SCO 07 September 2022, 10:18:46 UTC
595f09f Test for tabs in Modules and SCO 07 September 2022, 07:03:12 UTC
ab3873a Merge pull request #517 from zickgraf/tabs Test for tabs in more packages 06 September 2022, 13:31:34 UTC
c82b6f7 Merge pull request #515 from zickgraf/gauss Modernize build system of Gauss 06 September 2022, 13:30:33 UTC
e0642fd Merge pull request #516 from zickgraf/attributes Do not try to overwrite already set attributes 06 September 2022, 12:43:52 UTC
4f160e6 Modernize build system of Gauss Follow PackageMaker 06 September 2022, 12:40:40 UTC
6527181 Test for tabs in more packages 06 September 2022, 12:37:06 UTC
9f30d0c Do not try to overwrite already set attributes 06 September 2022, 12:16:29 UTC
6ed4333 Merge pull request #514 from mohamed-barakat/devel renamed LazyList -> LazyHList (lazy homogeneous list) 05 September 2022, 10:59:53 UTC
f1e2caa renamed LazyList -> LazyHList (lazy homogeneous list) avoid name collision with hap reported in: https://github.com/gap-system/PackageDistro/pull/533#issuecomment-1236429412 05 September 2022, 10:16:04 UTC
6356380 fixed docu 05 September 2022, 10:16:00 UTC
7d24cbb Merge pull request #513 from mohamed-barakat/devel do not use IsBound\[\] in \[\] for lazy arrays 04 September 2022, 11:48:31 UTC
34604c0 do not use IsBound\[\] in \[\] for lazy arrays 04 September 2022, 11:20:48 UTC
12ba624 standardized code for Iterator method for LazyArray 04 September 2022, 10:34:36 UTC
59e3b2e Merge pull request #512 from mohamed-barakat/devel added LazyArrayWithValues, Lazy(Standard)Interval, LazyConstantArray 03 September 2022, 18:54:56 UTC
ca11791 added LazyArrayWithValues, Lazy(Standard)Interval, LazyConstantArray 03 September 2022, 18:20:17 UTC
26d874f Merge pull request #511 from mohamed-barakat/devel moved LazyArrays -> LazyLists and reintroduced LazyArrays 03 September 2022, 09:31:35 UTC
b91e71d moved LazyArrays -> LazyLists and reintroduced LazyArrays used in FinSetsForCAP/gap/SkeletalFinSets.gi 02 September 2022, 21:49:09 UTC
b3fb2d3 Merge pull request #509 from mohamed-barakat/lazy introduced LazyArrays 31 August 2022, 10:09:30 UTC
5f10859 introduced LazyArrays 31 August 2022, 09:42:20 UTC
20d5390 Merge pull request #508 from zickgraf/tabs 26 August 2022, 10:33:41 UTC
63788bb Test for tabs in GaussForHomalg 26 August 2022, 08:52:09 UTC
ea2fda5 Merge pull request #507 from zickgraf/tabs Test for tabs in Gauss 25 August 2022, 11:22:43 UTC
26c6f04 Test for tabs in Gauss 25 August 2022, 10:02:23 UTC
d09c91c Merge pull request #506 from zickgraf/tabs Test for tabs in ExamplesForHomalg 23 August 2022, 16:47:11 UTC
916c47d Test for tabs in ExamplesForHomalg 23 August 2022, 15:15:10 UTC
bca6bb4 Merge pull request #505 from zickgraf/attribute_fix Fix wrong attribute in BasisOfColumnsCoeff 23 August 2022, 13:52:55 UTC
ca3a19d Fix wrong attribute in BasisOfColumnsCoeff Luckily, NrColumns was already set in all cases, so this did not produce wrong results. 23 August 2022, 12:41:25 UTC
eb14d61 Merge pull request #501 from zickgraf/tabs Check for tabs in homalg 22 August 2022, 12:17:48 UTC
ebdc17c Bump version 19 August 2022, 17:18:26 UTC
165190f Check for tabs in homalg 19 August 2022, 17:18:10 UTC
ff89e87 Print spaces instead of tabs in HomalgFiltration.gi The string before the colon is padded to 4 characters and tabs are usually indented 8 spaces in terminals. Thus, putting 3 spaces after the colon matches the previous behavior visually. 19 August 2022, 17:18:10 UTC
63e1976 Replace further tabs by spaces 19 August 2022, 17:18:10 UTC
b2e83bf Align multiline comments again 19 August 2022, 17:18:10 UTC
73ad44e Replace tabs before comments by a single space 19 August 2022, 17:18:10 UTC
5a25e4d Merge pull request #503 from zickgraf/master Remove obsolete occurrences of ReadPackage 19 August 2022, 17:14:27 UTC
c30ff0e Remove obsolete occurrences of ReadPackage 19 August 2022, 15:59:35 UTC
86fbbb5 Merge pull request #504 from zickgraf/assert Fix wrong usage of Assert 19 August 2022, 15:58:22 UTC
b3ee3e7 Fix wrong usage of Assert 19 August 2022, 15:12:43 UTC
a998984 Merge pull request #502 from zickgraf/RingsForHomalg Run tests conditionally only if required executables are available 18 August 2022, 09:17:47 UTC
acfc2cd Run tests conditionally only if required executables are available Addresses https://github.com/homalg-project/homalg_project/issues/487#issuecomment-1218738083 18 August 2022, 08:50:09 UTC
b02ae81 bumped versions of * GradedRingForHomalg * HomalgToCAS * IO_ForHomalg 17 August 2022, 21:47:16 UTC
4f4428f Merge pull request #500 from mohamed-barakat/devel 17 August 2022, 20:06:08 UTC
54a393a GradedModules: applied PackageJanitor fixes #487 closes #488 17 August 2022, 19:27:32 UTC
back to top