Skip to content

Commit 9237009

Browse files
committed
Release 0.4.5
1 parent a6f3f5b commit 9237009

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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", "data-structures", "science" ]
88
license = "MIT OR Apache-2.0"
99
name = "num-bigint"
1010
repository = "https://github.com/rust-num/num-bigint"
11-
version = "0.4.4"
11+
version = "0.4.5"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release 0.4.5 (2024-05-06)
2+
3+
- [Upgrade to 2021 edition, **MSRV 1.60**][292]
4+
- [Add `const ZERO` and implement `num_traits::ConstZero`][298]
5+
- [Add `modinv` methods for the modular inverse][288]
6+
- [Optimize multiplication with imbalanced operands][295]
7+
- [Optimize scalar division on x86 and x86-64][236]
8+
9+
**Contributors**: @cuviper, @joelonsql, @waywardmonkeys
10+
11+
[236]: https://github.com/rust-num/num-bigint/pull/236
12+
[288]: https://github.com/rust-num/num-bigint/pull/288
13+
[292]: https://github.com/rust-num/num-bigint/pull/292
14+
[295]: https://github.com/rust-num/num-bigint/pull/295
15+
[298]: https://github.com/rust-num/num-bigint/pull/298
16+
117
# Release 0.4.4 (2023-08-22)
218

319
- [Implemented `From<bool>` for `BigInt` and `BigUint`.][239]

0 commit comments

Comments
 (0)