- added support for using OSCAR as external CAS (in addition toPARI/GP);
by default OSCAR support is automatically activated when Alnuth is loaded
in GAP running inside OSCAR, but the user can switch between both systems
by setting
AL_FUNCS := PARI_AL_FUNCS;
orAL_FUNCS := OSCAR_AL_FUNCS;
- converted the manual to GAPDoc
- renamed
FactorsPolynomialPari
toFactorsPolynomialAlnuth
to better reflect that it uses the active external CAS, not just PARI/GP (the old name is still supported as a synonym for now)
- set the GAP Team as maintainer of this package
- various janitorial changes
- upgraded to support PARI 2.13 (thanks to Bill Allombert for the patch)
- updated authors contact data
- added implications IsUnitGroup => IsGroup and IsNumberFieldByMatrices => IsNumberField for improved compatibility with future GAP releases
- fixed a link in the README
- removed outdated author contact information
- upgraded to support PARI 2.9.0 (this required to remove support for PARI < 2.4.3)
- migrated the package to GitHub
- added this file to document the changes between different versions
- adjusted documentation to GAP 4.5
- switched interface from KANT/KASH to PARI/GP
- replaced all Unix specific code to allow running Alnuth under Windows
- removed some errorneous
Set<Property/Attribute>
calls - replaced some calls to
PrimeField
byRationals
- removed functions in
unithom.gi
covered by Polycyclic - replaced (possibly expensive) call to
FieldOfPolynomial
- added
SubsetMaintencance
forIsNumberFieldByMatrices
- renamed
IsPrimitiveElement
toIsPrimitiveElementOfNumberField
- renamed
IsFieldByMatrices
toAL_MatricesGeneratingNumberField
- initial release