Releases: cjdoris/Genus2Conductor
Releases · cjdoris/Genus2Conductor
Genus2Conductor v1.3.0
Genus2Conductor v1.2.1
- Compatibility fix with
ExactpAdicspackage.
Genus2Conductor v1.2.0
- Adds the global proof method, so now the
Proofparameter can take the values"Local"(equivalent totrue) and"Global". - The
UseOggparameter works over number fields now. - Adds the
MobiusRandomizeparameter. - We use the
UseNPoption toFactorization, since it's quicker. - Removes sloping from a call to
IsHenselLiftable, since it's quicker.
Genus2Conductor v1.1.0
- Adds the
Proofparameter.
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
importfunctions from the standard library in a platform-independent manner; even better, the functions we use would be intrinsics.) OddConductorover number fields was not filtering out the even primes.
Genus2Conductor v1.0.0
Initial release.