Release 0.1.44
This commit is contained in:
parent
f44bd0aee2
commit
10e00ff66a
@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
|
||||
license = "MIT/Apache-2.0"
|
||||
name = "num-bigint"
|
||||
repository = "https://github.com/rust-num/num-bigint"
|
||||
version = "0.1.43"
|
||||
version = "0.1.44"
|
||||
readme = "README.md"
|
||||
|
||||
[[bench]]
|
||||
|
@ -1,3 +1,11 @@
|
||||
# Release 0.1.44
|
||||
|
||||
- [Division with single-digit divisors is now much faster.][42]
|
||||
|
||||
**Contributors**: @cuviper
|
||||
|
||||
[42]: https://github.com/rust-num/num-bigint/pull/42
|
||||
|
||||
# Release 0.1.43
|
||||
|
||||
- [The new `BigInt::modpow`][18] performs signed modular exponentiation, using
|
||||
|
Loading…
x
Reference in New Issue
Block a user