Max Horn
Max Horn
Grammatically these should be lowercase, that would also be consistent with how we do things elsewhere. But perhaps there is a deeper reason why this should stay as it is?
The docstring for `facets(::Cone)` says this: ``` facets(as::Type{T} = LinearHalfspace, C::Cone) Return the facets of `C` in the format defined by `as`. The allowed values for `as` are * `Halfspace`,...
``` julia> H = hook_lengths(partition([4,2,1])) +---+---+---+---+ | 6 | 4 | 2 | 1 | +---+---+---+---+ | 3 | 1 | +---+---+ | 1 | +---+ julia> weight(H) # gives...
During the "Julia performance tuning crash course" I did this week's OSCAR workshop, we looked at some of the "big" test suites in our tests, those which use 60GB of...
There are many entries in `docs/oscar_references.bib` which have neither a DOI nor a URL field, but which clearly an online version exists. Someone should go through the file and resolve...
The server hosting those was restarted this weekend and the CI runners did not come back up automatically. We need to change that. While at it, we should make sure...
[Julia 1.10 is now the Julia LTS release](https://discourse.julialang.org/t/julia-v1-11-0-has-been-released-and-v1-10-is-now-lts/121064). Should we draw consequences from this? Some we might want to consider: 1. we might raise the minimal required version for OSCAR...
... for some more clarify on what it does (though we should retain the old name, too, for backwards compatibility)
Now that we have GAP.jl 0.11, I can finally submit this as a PR. But only as draft as I didn't finish the Polymake support on macOS (@benlorenz gave me...