-
Notifications
You must be signed in to change notification settings - Fork 165
Pull requests: gap-system/gap
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Collection of small fixes and improvements that do not merit an own PR each
kind: bug: unexpected error
Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
release notes: multiple
PRs introducing changes that require multiple entries in the release notes (TO BE AVOIDED!!!)
topic: performance
bugs or enhancements related to performance (improvements or regressions)
Fix Issues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
release notes: multiple
PRs introducing changes that require multiple entries in the release notes (TO BE AVOIDED!!!)
topic: library
AsSemigroup
to reject non-associative inputs & declare IsCommutative
/IsAssociative
for IsCollection
kind: bug: wrong result
#4373
by wilfwilson
was merged May 20, 2021
Loading…
updated Aug 18, 2022
Performance additions to generic 2-cohomology and Automorphism group/Isomorphism test
kind: bug
Issues describing general bugs, and PRs fixing them
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
release notes: multiple
PRs introducing changes that require multiple entries in the release notes (TO BE AVOIDED!!!)
topic: performance
bugs or enhancements related to performance (improvements or regressions)
#4219
by hulpke
was merged Feb 9, 2021
Loading…
updated Aug 18, 2022
Fix some crashes caused by running out of memory
kind: bug: crash
Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes)
kind: bug
Issues describing general bugs, and PRs fixing them
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: kernel
#3825
by fingolfin
was merged Jan 7, 2020
Loading…
updated Aug 18, 2022
Start the process of making vector and matrix objects official
gapsingular2019
Issues and PRs that arose at https://opendreamkit.org/meetings/2019-04-02-GAPSingularMeeting
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
#3643
by ThomasBreuer
was merged Feb 3, 2020
Loading…
updated Aug 18, 2022
Extend the range of precomputed simple groups from orders up to 10^18 to orders up to about 10^27
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
#3861
by hulpke
was merged Jan 22, 2020
Loading…
updated Aug 17, 2022
Add group constructors Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
PGammaL
, PSigmaL
, and their methods for permutation groups
kind: enhancement
#4207
by ThomasBreuer
was merged Jan 13, 2021
Loading…
updated Aug 17, 2022
Support optional Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
transformFunction
in Test
, similar to compareFunction
.
kind: enhancement
#4201
by fingolfin
was merged Feb 15, 2021
Loading…
updated Aug 17, 2022
Add Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
release notes: added
PRs introducing changes that have since been mentioned in the release notes
OutputGzipFile
, in order to create a gzip compressed file
kind: enhancement
#4128
by ChrisJefferson
was merged Nov 20, 2020
Loading…
updated Aug 17, 2022
Enhance Label for issues suggesting enhancements; and for pull requests implementing enhancements
priority: low
release notes: added
PRs introducing changes that have since been mentioned in the release notes
FreeGroup
to support the option generatorNames
to prescribe the names of the generators
kind: enhancement
Add an optional third argument to Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
OrderMod
that is a multiple of the order one wants to compute
kind: enhancement
#4105
by ThomasBreuer
was merged Aug 31, 2020
Loading…
updated Aug 17, 2022
Passing a Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
.tst
file as a command line argument to gap
will now invoke Test
on it
kind: enhancement
#4099
by fingolfin
was merged Sep 3, 2020
Loading…
updated Aug 17, 2022
Add Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
IteratorOfPartitionsSet
an iterator for all unordered partitions of a set into pairwise disjoint nonempty sets
kind: enhancement
#4074
by jesselansdown
was merged Jul 21, 2020
Loading…
updated Aug 17, 2022
8 tasks
Add discussions, questions, requests for comments, and so on
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
priority: low
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
Pluralize
function for strings
kind: discussion
#3992
by wilfwilson
was merged Jun 11, 2020
Loading…
updated Aug 17, 2022
Add methods taking machine floats for Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: kernel
Sinh
, Cosh
, Tanh
, Asinh
, Acosh
, Atanh
, CubeRoot
, Erf
, Gamma
kind: enhancement
#3986
by fingolfin
was merged Apr 27, 2020
Loading…
updated Aug 17, 2022
Add Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
InnerAutomorphismGroup
attribute for groups
kind: enhancement
#3914
by fingolfin
was merged Mar 6, 2020
Loading…
updated Aug 17, 2022
Rename A feature was removed or deprecated / made obsolete
release notes: added
PRs introducing changes that have since been mentioned in the release notes
QUIT_GAP
, FORCE_QUIT_GAP
and GAP_EXIT_CODE
to QuitGap
, ForceQuitGap
and GapExitCode
(the old names remain available as synonyms)
kind: removal or deprecation
#3862
by ChrisJefferson
was merged May 28, 2020
Loading…
updated Aug 17, 2022
Add Label for issues suggesting enhancements; and for pull requests implementing enhancements
kind: new feature
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: library
DeclareGlobalName
; together with BindGlobal
it can be used to replace uses of DeclareGlobalVariable
& InstallValue
(which are not thread safe and have other dangers)
kind: enhancement
#3858
by fingolfin
was merged Apr 28, 2020
Loading…
updated Aug 17, 2022
1 of 2 tasks
Add PRs introducing changes that have since been mentioned in the release notes
topic: library
TaylorSeriesRationalFunction
and improve Derivative
for univariate rational functions
kind: new feature
release notes: added
#4104
by hulpke
was merged Sep 4, 2020
Loading…
updated Aug 17, 2022
Fix Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
release notes: added
PRs introducing changes that have since been mentioned in the release notes
ViewString
for string to correctly escape characters needing it
kind: bug: unexpected error
#3693
by ChrisJefferson
was merged Nov 6, 2019
Loading…
updated Aug 17, 2022
Change Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: packages
issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)
IsPackageLoaded
and TestPackage
to ignore case of package name, like LoadPackage
does
kind: bug: unexpected error
#4037
by fingolfin
was merged May 22, 2020
Loading…
updated Aug 17, 2022
Fix Issues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: packages
issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)
DirectoriesPackagePrograms
to ignore case of package name, like LoadPackage
does
kind: bug: wrong result
#4035
by ThomasBreuer
was merged May 20, 2020
Loading…
updated Aug 17, 2022
Support several package instances with same version
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: packages
issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)
#3668
by ThomasBreuer
was merged Oct 4, 2019
Loading…
updated Aug 17, 2022
Speed up Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
topic: performance
bugs or enhancements related to performance (improvements or regressions)
CoefficientsQadic
for long results
kind: enhancement
#4186
by frankluebeck
was merged Dec 2, 2020
Loading…
updated Aug 17, 2022
8 tasks
Fix Issues describing general bugs, and PRs fixing them
release notes: added
PRs introducing changes that have since been mentioned in the release notes
Test
to correctly handle test outputs which do not end with a newline when using rewriteToFile
kind: bug
#3695
by ChrisJefferson
was merged Oct 15, 2019
Loading…
updated Aug 17, 2022
Previous Next
ProTip!
Follow long discussions with comments:>50.