- Adds support for the
ExactpAdics2
package.
- Compatibility fix with
ExactpAdics
package.
- Adds the global proof method, so now the
Proof
parameter can take the values"Local"
(equivalent totrue
) and"Global"
. - The
UseOgg
parameter works over number fields now. - Adds the
MobiusRandomize
parameter. - We use the
UseNP
option toFactorization
, since it's quicker. - Removes sloping from a call to
IsHenselLiftable
, since it's quicker.
- Adds the
Proof
parameter.
- Removes dependencies on the standard library by copying a few functions out of it. (A better solution would be either a mechanism to
import
functions from the standard library in a platform-independent manner; even better, the functions we use would be intrinsics.) OddConductor
over number fields was not filtering out the even primes.
- Initial release.