Skip to content

Releases: NethermindEth/int256

v1.3.3

16 Jan 15:08
d009cd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Jan 12:44
7194cfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Jan 13:26
2e9a2d8
Compare
Choose a tag to compare

What's Changed

  • Improve AddImpl and SubtractImpl with Avx512 by @benaadams in #41
  • Add fast Add, Multiply for numbers less than 2^64 by @benaadams in #42

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Jan 13:20
53d6e10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Jan 15:38
4cfbf69
Compare
Choose a tag to compare

What's Changed

  • Migrate to .NET 8 by @rubo in #37
  • Throw OverflowException rather than ArithmeticException - better defi… by @LukaszRozmej in #39

Full Changelog: v1.1.1...v1.2.0

v1.1.1

23 Jan 15:37
93512d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Jan 23:11
bcd3517
Compare
Choose a tag to compare

Release notes

Drastic performance improvements and bug fixes.

Special thanks to @benaadams