Highlights
- Pro
Block or Report
Block or report fingolfin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ssh-comparison Public
Comparison of various SSH implementations in terms of supported crypto protocols
-
gap-osx-bundle Public
Bundle GAP and related software into a binary installer for Mac OS X
-
-
gap-pkg-repos Public
This is a set of scripts to clone all GAP packages from the gap-packages org (and elsewhere)
Shell 1
3,811 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 59 commits in 17 repositories
Created 1 repository
Created a pull request in Nemocas/AbstractAlgebra.jl that received 14 comments
Add @attr to cache function return values
Using our attributes system, it is easy to cache the return value
of expensive functions: Just turn
function myattr(obj::Foo) # ... expensive compu…
Opened 57 other pull requests in 18 repositories
oscar-system/Oscar.jl
3
open
8
merged
- Make parts of the groups code more Julia-ish
- Support MatrixGroup over integer matrices
- Improve type stability/inference
- More GAP -> Oscar conversions
- CI: update codecov/codecov-action to v2
- Give instructions for how to cite OSCAR
- Fix conversion of negative GAP integers to fmpz
- Adjust doctest for describe(G::GAPGroup)
- More work on GAP -> Oscar matrix conversion
- Avoid needs_parentheses
- Require GAP 0.7.3
Nemocas/AbstractAlgebra.jl
6
merged
1
open
Nemocas/Nemo.jl
6
merged
1
closed
- README.md: clarify / update doc links
- AnticNumberField: use standard attribute storage
- Remove two superfluous elem_type methods
- FiniteField: generator name can be given as Symbol
- CI: update codecov/codecov-action to v2
- Turn FlintIntegerRing/FlintRationalField into fake singleton type
- Remove obsolete needs_parentheses methods
gap-system/gap
4
merged
1
open
1
closed
MasonProtter/ReplMaker.jl
5
open
thofma/Hecke.jl
3
merged
oscar-system/GAP.jl
3
merged
ali-ramadhan/DocumenterCitations.jl
1
closed
1
merged
oscar-system/Singular.jl
1
open
1
merged
JuliaPackaging/BinaryBuilder.jl
1
open
1
merged
homalg-project/CapAndHomalg.jl
2
merged
jump-dev/MutableArithmetics.jl
1
merged
ulthiel/JuLie.jl
1
open
kalmarek/GroupsCore.jl
1
merged
oscar-system/Polymake.jl
1
merged
gap-packages/cvec
1
open
gap-actions/process-coverage
1
open
JuliaPackaging/Yggdrasil
1
merged
Reviewed 61 pull requests in 10 repositories
oscar-system/Oscar.jl
37 pull requests
- Start central serialization methods
- Adjust docu to PR #943 and more on graded rings
- Mj/simplicial homology
- add support for Brueckner...
- Introduce Zariski open sets of affine schemes.
- Add PolyhedralComplex as new object
- Resolved max and min bifurcation via the word optimal
- Adjust naming convention and minor cleanup
-
first attempt for
iso_gap_oscar - add some eye candy and conversions
- Improve SimplicialComplex
-
first version of
schur_index - add tests for gmodules and move to Experimental
- Documentation [UngradedModules.jl]
- Add experimental folder to coverage
- Graded modules
- Remove obvious zeros from intersection of modules
- Improve show for modules
- Use import.jl [UngradedModules.jl]
- Galois
- More G-module
- PolyhedralGeometry: improve compatibility with fmpz and fmpq types
- Line bundle cohomologies on toric varieties with cohomcalg
- Preview on projective schemes -- WIP for discussion of design
- Homological algebra -- WIP! do not merge!
- Some pull request reviews not shown.
gap-system/gap
7 pull requests
- Fix minor quirks and inconveniences
- Adjust documentation of SocleTypePrimitiveGroup
- Adds primitivity check for SocleTypePrimitiveGroup
-
buildsys: progress towards
make install - kernel: use ExecStatus instead of UInt where possible
- kernel: turn ExecStatus into a proper enum
- kernel: minor tweaks to read-eval code
Nemocas/AbstractAlgebra.jl
4 pull requests
gap-packages/ClassicalMaximals
3 pull requests
JuliaPackaging/Yggdrasil
3 pull requests
oscar-system/Singular.jl
2 pull requests
Nemocas/Nemo.jl
2 pull requests
gap-packages/recog
1 pull request
JuliaPackaging/BinaryBuilder.jl
1 pull request
thofma/Hecke.jl
1 pull request
Created an issue in Nemocas/Nemo.jl that received 23 comments
sqrtmod(ZZ(-7), ZZ(1024)) hangs forever (?)
julia> sqrtmod(ZZ(-7), ZZ(16))
3 julia> sqrtmod(ZZ(-7), ZZ(256))
53 julia> sqrtmod(ZZ(-7), ZZ(512))
75 julia> sqrtmod(ZZ(-7), ZZ(1024))
^C^C^C^C^C^…