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

sort by:
Revision Author Date Message Commit Date
961dbd9 installed \[\] and \{\} for homalg matrices 18 April 2020, 02:12:31 UTC
7c22aee comment out obsolete declarations 18 April 2020, 01:55:35 UTC
f79d382 Merge branch 'pr-319' into devel * pr-319: Add HomalgQRingInSingular 17 April 2020, 22:43:48 UTC
9bc567f Merge branch 'pr-318' * pr-318: Bump versions Add Singular C vs c test Fix tests Use (dp,c) as default ordering for Singular rings 17 April 2020, 22:26:48 UTC
d9ae399 Bump versions 17 April 2020, 15:30:15 UTC
31c5a17 Add HomalgQRingInSingular 17 April 2020, 14:38:00 UTC
607c231 Add Singular C vs c test 17 April 2020, 10:43:45 UTC
8b88936 Fix tests 17 April 2020, 10:32:24 UTC
d9842a3 Use (dp,c) as default ordering for Singular rings 17 April 2020, 07:40:04 UTC
78cf8aa installed Random for IsHomalgInternalRingRep 13 April 2020, 13:59:36 UTC
890654c reintroduced UnionOfRowsOp for dense matrices This commit partially "reverts" adfc451: The difference is that the second argument of UnionOfRowsOp( IsList, ? ) is now for method selection fixes https://github.com/homalg-project/CatReps/issues/4#issuecomment-611414441 09 April 2020, 13:09:57 UTC
0d9e748 added README.md 08 April 2020, 21:31:10 UTC
b283c4a Merge branch 'pr-317' into devel * pr-317: EvalUnionOfRows with list of matrices of arbitrary length Make UnionOfColumns a global function again Unpack PreEvals Move input checks to LIMAT and fix evaluation of empty/zero matrices Change whitespace and wording Fix Eval for HasEvalUnionOfColumns Fix some whitespace, ordering of code blocks etc. Add the homalgTable entry UnionOfColumns for lists UnionOfColumns -> UnionOfColumnsPair for homalgTable entries UnionOfColumnsOp -> UnionOfColumns in Gauss Small fixes and simplifications Small fixes and version bump EvalUnionOfColumns with list of matrices of arbitrary length 08 April 2020, 19:41:50 UTC
adfc451 EvalUnionOfRows with list of matrices of arbitrary length 07 April 2020, 10:32:30 UTC
7f35427 Make UnionOfColumns a global function again Rename UnionOfColumns -> AugmentedRelations in ResidueClassRings 07 April 2020, 10:32:30 UTC
f69b3d0 Unpack PreEvals 07 April 2020, 10:32:30 UTC
d2c1d8e Move input checks to LIMAT and fix evaluation of empty/zero matrices 07 April 2020, 10:32:30 UTC
e6039a8 Change whitespace and wording 07 April 2020, 10:32:30 UTC
0226516 Fix Eval for HasEvalUnionOfColumns 07 April 2020, 10:32:30 UTC
5450ffe Fix some whitespace, ordering of code blocks etc. 07 April 2020, 10:32:30 UTC
b6ef007 Add the homalgTable entry UnionOfColumns for lists Add support to some of the CAS. 07 April 2020, 10:32:30 UTC
8a03711 UnionOfColumns -> UnionOfColumnsPair for homalgTable entries 07 April 2020, 10:32:30 UTC
98d6f9d UnionOfColumnsOp -> UnionOfColumns in Gauss For this we have to reintroduce UnionOfColumnsOp again to distinguish between lists of sparse matrices and lists of homalg matrices. 07 April 2020, 10:32:30 UTC
7541bde Small fixes and simplifications 07 April 2020, 10:32:30 UTC
22c953d turned InternalHom/InternalExt into operations 05 April 2020, 18:44:50 UTC
062a0a3 Small fixes and version bump 31 March 2020, 10:17:05 UTC
90ead20 EvalUnionOfColumns with list of matrices of arbitrary length (If this works, we can add the same functionality for rows) - Got rid of the constructor UnionOfColumnsOp - The purity example has the exact same number of external calls - No global function is necessary anymore, which removes the necessaity of a workaround in connection with the Gauss package - Necessary changes (often simplifications) in COLEM - The Eval-method is more complicted: - The actual union is not done in a tree-like structure with trying to do the union for smaller matrices first - The matrices are ched whether they are also unevaluated unions of rows and then included in the tree structure 31 March 2020, 10:03:10 UTC
0ad10a2 added RadicalSubobject & Pullback to CommonHomalgTableForMAGMATools 25 March 2020, 18:47:47 UTC
c244aae quick fix in _MAGMA_SetRing to correctly deal with multiple polynomial ring extensions 25 March 2020, 18:46:31 UTC
091c1af clean up in code of CommonHomalgTableForMAGMATools.IsPrime 25 March 2020, 18:45:19 UTC
00a2620 Revert "Do not upload code coverage information when testing with gap-master" This reverts commit 12e0cc5738b633c7d1ac1607489cdfa23536d4d3. 20 March 2020, 16:00:45 UTC
00f4054 added sanity check in LaunchCAS 11 March 2020, 18:48:17 UTC
b04e4d5 updated release file partially addresses #313 Thanks to @zickgraf 11 March 2020, 14:08:04 UTC
393309d installed CreateHomalgMatrixFromList for IsHomalgExternalRingRep for this to work we had to alter CommonHomalgTableForMacaulay2Tools.DivideByUnit 04 March 2020, 19:04:08 UTC
9665981 added option PresentationMorphism for FittingIdeal 04 March 2020, 15:22:13 UTC
f56d611 do not remove the zero minors 04 March 2020, 13:08:01 UTC
ba40d3e allow ByASmallerPresentation( M : BasisOfModule := false ) 04 March 2020, 10:29:49 UTC
b096643 no DuplicateFreeList in Minors (GB are much faster) 03 March 2020, 19:23:26 UTC
f3aba63 fixed \in for IsHomalgInternalRingRep addresses https://github.com/homalg-project/homalg_project/issues/311#issuecomment-592567238 29 February 2020, 12:25:37 UTC
8478cdf installed \in for elements in residue class rings closes #311 28 February 2020, 15:32:50 UTC
eb811b3 fixed method string 28 February 2020, 15:32:43 UTC
54d903d LaunchCAS_IO_ForHomalg can now set HOMALG_IO_CAS.environment 26 February 2020, 17:14:46 UTC
043a256 bump version 26 February 2020, 16:25:03 UTC
89f1b52 Display last error when CAS has died 26 February 2020, 15:00:38 UTC
6c5be6c Do not build PolymakeInterface Broken with Polymake 4.0 02 February 2020, 10:05:37 UTC
74337de Merge branch 'pr-308' into devel * pr-308: Disable Sage tests 15 January 2020, 09:11:07 UTC
7763992 Disable Sage tests 14 January 2020, 17:37:31 UTC
4aae00c bumped version 02 January 2020, 18:41:02 UTC
c985b96 fixed ranks of RelativeIndeterminatesOfPolynomialRing methods 02 January 2020, 18:29:38 UTC
0554989 installed method IndeterminatesOfPolynomialRing for residue class rings 02 January 2020, 18:28:59 UTC
2fa010f marked fallback method 02 January 2020, 18:10:07 UTC
5a424ad fixed behavior of GradedRing of residue class rings 02 January 2020, 18:01:55 UTC
95ab47f support Degree of elements in residue class rings requested by Lukas Kühne 02 January 2020, 11:52:19 UTC
69b7910 Merge branch 'pr-291' into devel * pr-291: Add sanity checks to RingMap 19 December 2019, 18:37:29 UTC
ab65bdc Add sanity checks to RingMap 19 December 2019, 14:16:40 UTC
747174a IsEqualToProjectiveSpace -> IsIsomorphicToProjectiveSpace https://github.com/homalg-project/homalg_project/pull/305#issuecomment-565731578 14 December 2019, 16:31:56 UTC
0a2ba76 Bump version to 2019.12.05 14 December 2019, 12:15:40 UTC
993ff54 change the property name: IsProjectiveSpace -> IsEqualToProjectiveSpace to avoid conflicts with FinInG package which was deposited while ToricVarieties was disabled. 14 December 2019, 12:09:21 UTC
3e2ce71 bumped version 12 December 2019, 14:54:50 UTC
8e6fbf9 Added method IsSimplicial 12 December 2019, 14:26:36 UTC
9a216d7 fixed comments 08 December 2019, 20:23:05 UTC
bfb8588 added SourceRepository and IssueTrackerURL to PackageInfo.g closes #159 08 December 2019, 18:40:13 UTC
a3cd1df first improvement of ReducedSyzygiesGeneratorsOfRows/Columns The example in #218 will now work but this not a complete fix. A complete generic fix must take into account the ZeroRows/Columns of arbitrary matrices. A hot fix would be to disable the the SingularMacors ReducedSyzygiesGeneratorsOfRows/Columns which Singular's nres. 08 December 2019, 17:40:21 UTC
2bad33f fixed comments 08 December 2019, 16:57:15 UTC
586f5cb Merge branch 'pr-304' into devel * pr-304: bump verion to v2019.12.06 Catching some corner cases in ConvertMatrixToRow/Column 08 December 2019, 15:09:26 UTC
2a23902 Merge branch 'pr-210' into devel * pr-210: Moved ring constructors from Matrices to Gauss: closes #147 08 December 2019, 14:13:27 UTC
1a5f7f9 Merge branch 'pr-198' into devel * pr-198: Added two methods in Gauss 08 December 2019, 13:34:20 UTC
ffdc0df bump verion to v2019.12.06 08 December 2019, 13:00:43 UTC
bed4e01 one more SetItsInvolution 08 December 2019, 12:13:02 UTC
7841b0b bumped version 08 December 2019, 12:03:37 UTC
dec1e5b Merge branch 'pr-286' into devel * pr-286: bumped versions of Max's changes Call ResetFilterObj on filters, not attributes Turn AFiniteFreeResolution into a mutable attribute Turn some matrix "properties" into plain filters Remove unused attribute IsIdentityOnObjects Declare Genesis as a mutable attribute for functors, too 08 December 2019, 11:36:02 UTC
dabf256 bumped versions of Max's changes 08 December 2019, 11:31:15 UTC
db93ee0 Catching some corner cases in ConvertMatrixToRow/Column before letting the generic method evalute an empty matrix, to prevent getting the warning info: //an empty matrix is about to get evaluated!// 06 December 2019, 10:26:00 UTC
4375994 simplified code of RightDivide/LeftDivide after we have improved/fixed the implementation of DecideZeroRows/ColumnsEffectively to comply with their specifications 29 November 2019, 13:59:18 UTC
8f9c7e0 do not decide zero w.r.t. zero matrices 29 November 2019, 13:57:56 UTC
adee5f0 added InitialMatrix/InitialIdentityMatrix to homalgTable of external GAP and modified existing entries ZeroMatrix/IdentityMatrix 29 November 2019, 13:51:21 UTC
4778555 Merge branch 'pr-303' into devel * pr-303: bumped version TransposedMat -> TransposedMatrix 28 November 2019, 17:05:20 UTC
4d0cb4f bumped version 28 November 2019, 17:04:56 UTC
9dd7bdf now DecideZeroRowsEffectively complies with documented specifications Now * DecideZeroRowsEffectively * DecideZeroColumnsEffectively comply with documented specifications, which are also mentioned in the lecture notes about algorithmic homological algebra. This commit closes #301 28 November 2019, 14:46:54 UTC
7403177 suppress documentation of homalgTable entries 28 November 2019, 14:45:33 UTC
df0cce0 TransposedMat -> TransposedMatrix Fixup of 7282a1bcc64865cb4844277a18e0e75b80a26c2e 28 November 2019, 14:27:17 UTC
43497db Run Jenkins cronjob only on master branch 26 November 2019, 12:44:33 UTC
1ab640f fixed bug in HomalgResidueClassRingElement which becomes relevant in gap-4.10.2 16 November 2019, 16:51:15 UTC
8324521 Merge pull request #299 from zickgraf/cap_ci Run CAP_project tests in CI 15 November 2019, 13:39:15 UTC
79425f1 Run CAP_project tests in CI 15 November 2019, 12:55:18 UTC
393f2c9 Bump version 13 November 2019, 11:22:49 UTC
65c0343 Add one-sided simplify for homalg matrices 13 November 2019, 11:20:56 UTC
c3dbb5b Add simplify for homalg matrices w.r.t. left and right multiplication. 06 November 2019, 14:12:03 UTC
b818aa0 every homalg ring has now a function to interpret rationals homalg_ring!.interpret_rationals_func See https://github.com/homalg-project/CAP_project/pull/422 03 November 2019, 14:43:11 UTC
5cbc316 Plot every test in a different plot and plot both cpu and real time 25 October 2019, 17:03:56 UTC
f6617a1 Use all cores for parallelization in Jenkins 25 October 2019, 08:15:06 UTC
6a5bb5a tis completes commit d7dbf19 24 October 2019, 13:37:29 UTC
88e5e61 allow errors in ExamplesForHomalg_Macaulay.g to make the ci fail 24 October 2019, 13:31:51 UTC
d7dbf19 this completes commit 5188748 24 October 2019, 12:30:52 UTC
d792bc7 allow errors in Sheaves_Singular.g to make the ci fail 24 October 2019, 11:36:02 UTC
83da42e allow errors in Sheaves & D-Modules to make the ci fail 24 October 2019, 11:10:11 UTC
404a558 Add missing dependencies in makefile 22 October 2019, 11:32:41 UTC
8675631 Remove duplicate make target "ci-test" 22 October 2019, 11:32:41 UTC
2420e8a Disable tests failing with gap-master 22 October 2019, 11:32:41 UTC
6ef9261 Enable parallelization for CircleCI 21 October 2019, 16:41:05 UTC
back to top