Release 0.1.44

This commit is contained in:
Josh Stone 2018-05-14 11:23:41 -07:00
parent f44bd0aee2
commit 10e00ff66a
2 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
name = "num-bigint" name = "num-bigint"
repository = "https://github.com/rust-num/num-bigint" repository = "https://github.com/rust-num/num-bigint"
version = "0.1.43" version = "0.1.44"
readme = "README.md" readme = "README.md"
[[bench]] [[bench]]

View File

@ -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 # Release 0.1.43
- [The new `BigInt::modpow`][18] performs signed modular exponentiation, using - [The new `BigInt::modpow`][18] performs signed modular exponentiation, using