Skip to content

Commit 98c3900

Browse files
bors[bot]cuviper
andcommitted
Merge #24
24: Release 0.1.40 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 5a91fb4 + 86293ff commit 98c3900

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.39"
11+
version = "0.1.40"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 0.1.40 (2019-05-20)
2+
3+
- [Optimized primitive `gcd` by avoiding memory swaps][11].
4+
- [Fixed `lcm(0, 0)` to return `0`, rather than panicking][18].
5+
- [Added `Integer::div_ceil`, `next_multiple_of`, and `prev_multiple_of`][16].
6+
- [Added `Integer::gcd_lcm`, `extended_gcd`, and `extended_gcd_lcm`][19].
7+
8+
**Contributors**: @cuviper, @ignatenkobrain, @smarnach, @strake
9+
10+
[11]: https://github.com/rust-num/num-integer/pull/11
11+
[16]: https://github.com/rust-num/num-integer/pull/16
12+
[18]: https://github.com/rust-num/num-integer/pull/18
13+
[19]: https://github.com/rust-num/num-integer/pull/19
14+
115
# Release 0.1.39 (2018-06-20)
216

317
- [The new `Roots` trait provides `sqrt`, `cbrt`, and `nth_root` methods][9],

0 commit comments

Comments
 (0)