We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d51503 commit 9395ce5Copy full SHA for 9395ce5
CHANGELOG.rst
@@ -1,3 +1,16 @@
1
+Version 1.4.0 (2018-04-19)
2
+=====
3
+
4
+Complete pure Python fallback implementation.
5
6
+Features
7
+----
8
9
+- `invert` now available without `gmpy2`, implemented using the extended
10
+ Euclidean algorithm (`extended_euclidean_algorithm`)
11
+- `getprimeover` now available without `gmpy2`, along with a probabilitic
12
+ primality test `isprime` based on the Miller-Rabin test (`miller_rabin`)
13
14
Version 1.3.0 (2017-02-08)
15
=====
16
0 commit comments