Releases: cjdoris/Genus2Conductor
Releases · cjdoris/Genus2Conductor
Genus2Conductor v1.3.0
Genus2Conductor v1.2.1
- Compatibility fix with
ExactpAdics
package.
Genus2Conductor v1.2.0
- 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.
Genus2Conductor v1.1.0
- Adds the
Proof
parameter.
Genus2Conductor v1.0.1
Bug fixes:
- 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.
Genus2Conductor v1.0.0
Initial release.