Morgan Rodgers
Morgan Rodgers
I definitely prefer `inplace`. It is not "proper" english, but it seems to be somewhat common in usage in computer science applications (including many python libraries that use an `inplace`...
From triage: we don't KNOW of any problem related to making `PuiseauxSeriesRing` a subtype; are there other examples of code where this would help? It was brought up that, if...
From triage: @JohnAAbbott hopes to finish this today.
I can't seem to get this to work, I get strange GAP errors: ```julia julia> collect(orbit(G,1)) ERROR: Error thrown by GAP: Error, no method found! For debugging hints type ?Recovery...
@fingolfin These seem to all be fixed now except the first one, which seems to be a tricky one to address.
From triage: @hannes14 says this is now fixed in Singular, but still needs to be fixed in Oscar; and in particular we want to find the examples where it is...
The docstring for `permutation_group(G)` WAS in the manual already (sharing an entry with `permutation_group(n, perms)`); I'm not sure if we want to split this conversion method into a separate entry...
I'm guessing I messed something up trying to do `[isomorphism](@ref)` but the error messages aren't helpful and I don't know how to fix.... any advice is welcome.
I think this can be closed as addressed by #4307 , there can of course always be more improvements down the line but there can be another issue opened if...
There are updated benchmarks in the conversation on #722