Skip to content

Releases: rfourquet/BitIntegers.jl

v0.3.2

16 Sep 16:07
Compare
Choose a tag to compare

BitIntegers v0.3.2

Diff since v0.3.1

  • add bitrotate
  • fix performance bug for iseven
  • faster division for types bigger than 16 bytes on julia v1.11

Merged pull requests:

Closed issues:

  • Convert to LLVM native if possible (#12)

v0.3.1

05 Oct 13:16
deb17db
Compare
Choose a tag to compare

BitIntegers v0.3.1

Diff since v0.3.0

Merged pull requests:

Closed issues:

  • missing bswap function (#26)
  • bswap requires even number of bytes (#38)
  • Reinterpret doesn't work with 1.10.0-beta1 (#40)

v0.3.0

18 May 12:51
Compare
Choose a tag to compare

BitIntegers v0.3.0

Diff since v0.2.7

Closed issues:

  • Type Instability in Shifts for BitIntegers less than 128 Bit (#27)
  • Currently fails to precompile at Julia nightly (#29)

Merged pull requests:

v0.2.7

23 Nov 15:11
d6216c3
Compare
Choose a tag to compare

BitIntegers v0.2.7

Diff since v0.2.6

Closed issues:

  • BitIntegers with julia 1.6 (#25)

Merged pull requests:

v0.2.6

26 Nov 09:02
Compare
Choose a tag to compare

BitIntegers v0.2.6

Diff since v0.2.5

Closed issues:

  • UInt24 : cannot convert to/from big endian format (#23)

Merged pull requests:

v0.2.5

09 Aug 13:38
Compare
Choose a tag to compare

BitIntegers v0.2.5

Diff since v0.2.4

Closed issues:

  • Performance of bit shift (#13)
  • Serialization doesn't work with IOStream (#19)

Merged pull requests:

v0.2.4

29 Sep 17:22
5913c82
Compare
Choose a tag to compare
Support `read` from `IO` (#20)

v0.2.3

15 May 14:57
Compare
Choose a tag to compare
bump version to 0.2.3

v0.2.2

16 Jan 14:21
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2020-01-16)

Diff since v0.2.1

Closed issues:

  • Segfault with function zeros (#1)

v0.2.1

30 Sep 13:11
v0.2.1
Compare
Choose a tag to compare

v0.2.1 (2019-09-30)

Diff since v0.2.0

Merged pull requests: