2024-05-17 11:20:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 09:20:30 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.86
|
2024-05-17 11:23:18 +02:00
|
|
|
* Two minor unspecified adjustments
|
2024-05-17 11:20:43 +02:00
|
|
|
|
2024-01-24 01:21:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 24 00:21:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.85
|
|
|
|
* Avoid trivial function wrappers in List and ForAll
|
|
|
|
|
2023-09-15 13:49:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 15 11:49:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.84
|
|
|
|
* added DirectSumDecompositionMatrices
|
|
|
|
|
2023-02-12 01:03:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 12 00:03:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.82
|
|
|
|
* Only source package metadata was updated
|
|
|
|
|
Accepting request 1010979 from home:StefanBruens:branches:science
- Update to new upstream release 0.77
* added Download operation by Thomas Breuer - new Chapter 8
* added LeftCoset operations
* Max Horn replaced BIND_GLOBAL with BindGlobal (transfer process)
* CentralProduct added by Thomas Breuer
* added DirectProductOfAutomorphismGroups
* added DirectProductOfFunctions
* accepted PR34 - changed example in 6.2.1
* fixed typos with UnorderedPairsIterator in manual
* groups.tst fails in gapdev - temporary(?) fix
* added Iterators chapter: AllSubgroupsIterator CartesianIterator,
UnorderedPairsIterator
* added IdempotentEndomorphisms, IdempotentEndomorphismsData
AllIsomorphismsIterator, AllIsomorphismsNumber, AllIsomorphisms
* added License field in PackageInfo.g
* made ExponentOfPrime obsolete
* made several AutoDoc functions obsolete (they remain in AutoDoc):
FindMatchingFiles; CreateDirIfMissing; StringDotSuffix;
SetIfMissing
* made PrintApplicableMethod obsolete
* marked PrintOneItemPerLine as obsolete: use Perform(L,Display);
* marked ExponentOfPrime as obsolete: use PValuation
* transferred code in combinat.g{d,i} to end of lists.g{d,i}
* removed all "if OKtoReadFomUtils( "RCWA" / "ResClasses" )"
* new PrintSelection example due to diff with all packages loaded
removed XMod from list of packages to be loaded
* revised file tst/testing.g
* PrintOneItemPerLine plus alternative method for iterators;
added function PrintSelection(L,first,step,last) for
lists/iterators
* rebuilt the manual using the AutoDoc package
* removed examples/ folder
OBS-URL: https://build.opensuse.org/request/show/1010979
OBS-URL: https://build.opensuse.org/package/show/science/gap-utils?expand=0&rev=11
2022-10-18 21:10:22 +02:00
|
|
|
-------------------------------------------------------------------
|
2022-12-21 00:20:56 +01:00
|
|
|
Tue Dec 20 23:20:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.81
|
|
|
|
* removed (the dead) pcp option from PcGroupToMagmaFormat
|
|
|
|
so that the dependency on Polycyclic could be removed
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
Accepting request 1010979 from home:StefanBruens:branches:science
- Update to new upstream release 0.77
* added Download operation by Thomas Breuer - new Chapter 8
* added LeftCoset operations
* Max Horn replaced BIND_GLOBAL with BindGlobal (transfer process)
* CentralProduct added by Thomas Breuer
* added DirectProductOfAutomorphismGroups
* added DirectProductOfFunctions
* accepted PR34 - changed example in 6.2.1
* fixed typos with UnorderedPairsIterator in manual
* groups.tst fails in gapdev - temporary(?) fix
* added Iterators chapter: AllSubgroupsIterator CartesianIterator,
UnorderedPairsIterator
* added IdempotentEndomorphisms, IdempotentEndomorphismsData
AllIsomorphismsIterator, AllIsomorphismsNumber, AllIsomorphisms
* added License field in PackageInfo.g
* made ExponentOfPrime obsolete
* made several AutoDoc functions obsolete (they remain in AutoDoc):
FindMatchingFiles; CreateDirIfMissing; StringDotSuffix;
SetIfMissing
* made PrintApplicableMethod obsolete
* marked PrintOneItemPerLine as obsolete: use Perform(L,Display);
* marked ExponentOfPrime as obsolete: use PValuation
* transferred code in combinat.g{d,i} to end of lists.g{d,i}
* removed all "if OKtoReadFomUtils( "RCWA" / "ResClasses" )"
* new PrintSelection example due to diff with all packages loaded
removed XMod from list of packages to be loaded
* revised file tst/testing.g
* PrintOneItemPerLine plus alternative method for iterators;
added function PrintSelection(L,first,step,last) for
lists/iterators
* rebuilt the manual using the AutoDoc package
* removed examples/ folder
OBS-URL: https://build.opensuse.org/request/show/1010979
OBS-URL: https://build.opensuse.org/package/show/science/gap-utils?expand=0&rev=11
2022-10-18 21:10:22 +02:00
|
|
|
Fri Oct 14 16:55:16 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
|
|
|
|
- Update to new upstream release 0.77
|
|
|
|
* added Download operation by Thomas Breuer - new Chapter 8
|
|
|
|
* added LeftCoset operations
|
|
|
|
* Max Horn replaced BIND_GLOBAL with BindGlobal (transfer process)
|
|
|
|
* CentralProduct added by Thomas Breuer
|
|
|
|
* added DirectProductOfAutomorphismGroups
|
|
|
|
* added DirectProductOfFunctions
|
|
|
|
* accepted PR34 - changed example in 6.2.1
|
|
|
|
* fixed typos with UnorderedPairsIterator in manual
|
|
|
|
* groups.tst fails in gapdev - temporary(?) fix
|
|
|
|
* added Iterators chapter: AllSubgroupsIterator CartesianIterator,
|
|
|
|
UnorderedPairsIterator
|
|
|
|
* added IdempotentEndomorphisms, IdempotentEndomorphismsData
|
|
|
|
AllIsomorphismsIterator, AllIsomorphismsNumber, AllIsomorphisms
|
|
|
|
* added License field in PackageInfo.g
|
|
|
|
* made ExponentOfPrime obsolete
|
|
|
|
* made several AutoDoc functions obsolete (they remain in AutoDoc):
|
|
|
|
FindMatchingFiles; CreateDirIfMissing; StringDotSuffix;
|
|
|
|
SetIfMissing
|
|
|
|
* made PrintApplicableMethod obsolete
|
|
|
|
* marked PrintOneItemPerLine as obsolete: use Perform(L,Display);
|
|
|
|
* marked ExponentOfPrime as obsolete: use PValuation
|
|
|
|
* transferred code in combinat.g{d,i} to end of lists.g{d,i}
|
|
|
|
* removed all "if OKtoReadFomUtils( "RCWA" / "ResClasses" )"
|
|
|
|
* new PrintSelection example due to diff with all packages loaded
|
|
|
|
removed XMod from list of packages to be loaded
|
|
|
|
* revised file tst/testing.g
|
|
|
|
* PrintOneItemPerLine plus alternative method for iterators;
|
|
|
|
added function PrintSelection(L,first,step,last) for
|
|
|
|
lists/iterators
|
|
|
|
* rebuilt the manual using the AutoDoc package
|
|
|
|
* removed examples/ folder
|
|
|
|
|
2017-04-30 01:40:00 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-11-22 13:13:48 +01:00
|
|
|
Mon Dec 25 16:40:39 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 0.49
|
|
|
|
* removed QPA functions PositionsNonzero and NullList
|
|
|
|
* changed record.tst so that 4r8 and dev give the same result
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-04-30 01:40:00 +02:00
|
|
|
Sat Apr 29 23:39:05 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 0.46
|
|
|
|
* added code for converting matrix groups to Magma strings
|
|
|
|
* added code for converting perm- and pc-groups to Magma strings
|
|
|
|
* added PositionsNonzero and NullList from QPA
|
|
|
|
|
2016-11-21 22:35:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 21 21:12:41 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 0.43
|
|
|
|
* added function PrintApplicableMethod
|
|
|
|
|
2016-06-20 16:02:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 20 13:59:32 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 0.40
|
|
|
|
* added fix to QuotientList
|
|
|
|
|
2016-06-08 22:52:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 8 20:50:58 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 0.39
|
|
|
|
* updated transfers from RCWA and ResClasses
|
|
|
|
|
2016-03-28 08:26:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 12 20:04:33 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Initial package (version 0.25) for build.opensuse.org
|