-
Notifications
You must be signed in to change notification settings - Fork 6
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
FIX: Align ordering with Magma for orders 3^7,5^7,7^7,11^7 #46
Conversation
Codecov Report
@@ Coverage Diff @@
## master #46 +/- ##
=========================================
Coverage ? 99.79%
=========================================
Files ? 491
Lines ? 324745
Branches ? 0
=========================================
Hits ? 324075
Misses ? 670
Partials ? 0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took the liberty of updating this PR to not modify PackageInfo.g
. I'll merge it like that once the tests passed through one final time.
doc/overview.xml
Outdated
|
||
<P> | ||
As of version 1.4 of this library, the arrangement of groups is the same as | ||
in Magma, Version 2.23. In earlier release the ordering in degrees |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in Magma, Version 2.23. In earlier release the ordering in degrees | |
in Magma, Version 2.23. In earlier release the ordering for the orders |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed there’s something wrong in the language. “Earlier releases” maybe? (Although that implies ALL earlier releases; otherwise perhaps “some earlier releases”?) Or specifically list the releases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All earlier releases is indeed what is meant. So we should indeed write "In earlier releases" or even "In all earlier releases of this library" (to avoid ambiguity with releases of Magma).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed.
39ecd94
to
5b45acd
Compare
The permutations applied had been wrongly implemented and were based on wrong data. New permutations, based on explicitly comparing with Magma data were used to determine correct permutations. The test for the permutations in `ordering.tst` was changed, as the old test relied on the permutations having small support, which is not true any longer. This will fix gap-packages#38 Removed the old tests as they required that the permutations were of small support. (They also were wrong) Fixed hashmark and added tests Added documentation for the new ordering.
The permutations applied had been wrongly implemented and were based on
wrong data. New permutations, based on explicitly comparing with Magma data
were used to determine correct permutations.
The test for the permutations in
ordering.tst
was changed, as the old testrelied on the permutations having small support, which is not true any
longer.
This will fix #38
Removed the old tests as they required that the permutations were of small
support. (They also were wrong)
Version number change. Fixed hashmark and added tests
Added documentation for the new ordering and reference to Magma ordering