8000 Tags · francolq/stdlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: francolq/stdlib

Tags

1.6.0

Toggle 1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
KtorZ Matthias Benkort
1.6.0

  ### Added

  - [`math.pow2`](https://aiken-lang.github.io/stdlib/aiken/math.html#pow2): For faster exponentions for powers of two.
  - [`bytearray.test_bit`](https://aiken-lang.github.io/stdlib/aiken/bytearray.html#test_bit): For testing if a bit is set in a bytearray (MSB).

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
KtorZ Matthias Benkort
v1.4.0

  ### Changed

  - Fixed missing null-check on `value.add`. Adding a null quantity of token is now correctly a no-op.

1.3.0

Toggle 1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
KtorZ Matthias Benkort
v1.3.0

  ### Added

  - [`math.sqrt`](https://aiken-lang.github.io/stdlib/aiken/math.html#sqrt): For calculating integer square roots using a quadratically convergent method.
  - [`math/rational.numerator`](https://aiken-lang.github.io/stdlib/aiken/math/rational.html#numerator) & [`math/rational.denominator`](https://aiken-lang.github.io/stdlib/aiken/math/rational.html#numerator): For accessing parts of a rational value.
  - [`math/rational.arithmetic_mean`](https://aiken-lang.github.io/stdlib/aiken/math/rational.html#arithmetic_mean): For computing [arithmetic mean](https://en.wikipedia.org/wiki/Arithmetic_mean) of rational values.
  - [`math/rational.geometric_mean`](https://aiken-lang.github.io/stdlib/aiken/math/rational.html#geometric_mean): For computing [geometric mean](https://en.wikipedia.org/wiki/Geometric_mean) of two rational values.

  ### Changed

  - Clear empty asset lists in [`Value`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#Value) on various operations. Before that fix, it could happen that removing all assets from a given policy would lead to an empty dictionnary of assets still be present in the `Value`.

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
KtorZ Matthias Benkort
v1.2.0

1.0.0

Toggle 1.0.0's commit message
v1.0.0

0