Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements/fixes for iso_oscar_gap #1365

Merged
merged 1 commit into from
Jun 2, 2022
Merged

improvements/fixes for iso_oscar_gap #1365

merged 1 commit into from
Jun 2, 2022

Conversation

ThomasBreuer
Copy link
Member

  • use modulus instead of defining_polynomial for field extensions
    (The former is documented, the latter not;
    the former works for FqDefaultFiniteField, the latter not.)
    Still I would prefer the name defining_polynomial.)
  • fixed a type from Vector{Any} to Vector{GAP.Obj}
    (The former tries to convert entries from GAP to Julia, which may fail.)
  • added iso_oscar_gap for multivariate polynomial rings
  • extended the tests for iso_oscar_gap for polynomial rings
  • removed some @attributes calls that are no longer necessary

- use `modulus` instead of `defining_polynomial` for field extensions
  (The former is documented, the latter not;
  the former works for `FqDefaultFiniteField`, the latter not.)
  Still I would prefer the name `defining_polynomial`.)
- fixed a type from `Vector{Any}` to `Vector{GAP.Obj}`
  (The former tries to convert entries from GAP to Julia, which may fail.)
- added `iso_oscar_gap` for multivariate polynomial rings
- extended the tests for `iso_oscar_gap` for polynomial rings
- removed some `@attributes` calls that are no longer necessary
@ThomasBreuer ThomasBreuer merged commit 3f03a32 into oscar-system:master Jun 2, 2022
@ThomasBreuer ThomasBreuer deleted the TB_iso_oscar_gap_mpoly branch June 2, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant