Skip to content

Releases: cockroachdb/apd

v3.2.2

17 Mar 23:55
cae01a2

Choose a tag to compare

What's Changed

  • apd: add go 1.21 and 1.22 testing to CI by @nvb in #131
  • Allow decompose to make use of the buffer by @Gilthoniel in #132
  • apd: fix TestFormatFlags on go 1.23, add go 1.23 to CI by @nvb in #139
  • ci: update GitHub Actions and OS versions by @mw5h in #146
  • apd: prevent NewFromString parsing invalid decimals by @jms-bc in #145
  • ci: enable gcassert on Go 1.24 by @mw5h in #148
  • fix negative zero from multiplication/division by zero bigint by @mhaddon in #143

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

13 Sep 03:05
cb6ebb8

Choose a tag to compare

What's Changed

  • apd: Improve SetFloat64 efficiency by @miretskiy in #129
  • format: do not output 0's after decimals for 0 with coeff < -2000 by @otan in #130

Full Changelog: v3.2.0...v3.2.1

v3.2.0

15 May 01:03
4c2545f

Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.2.0

v3.1.2

31 Oct 13:59
@nvb nvb
e2bc4ac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

09 Sep 20:05
@nvb nvb
e2030eb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

31 Jan 18:30
@nvb nvb
5684ba3

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

29 Jan 20:24
@nvb nvb
86b4932

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Jan 21:12
@nvb nvb
a3aa8bd

Choose a tag to compare

Breaking Changes

The Decimal.Coeff field's type has changed from a math/big.Int to a new apd.BigInt type. This allows the library to embed small coefficients into the Decimal struct directly, instead of requiring a separate heap allocation and indirection.

What's Changed

Full Changelog: v2.0.2...v3.0.0

v2.0.2

11 Jun 03:36
1d75d33

Choose a tag to compare

  • apd: update example to use apd/v2

v2.0.1: Merge pull request #85 from cockroachdb/mjibson-patch-1

25 Feb 07:33
5307578

Choose a tag to compare