Skip to content

Releases: milankl/SoftPosit.jl

v0.5.2

30 Jan 23:10
49b7421
Compare
Choose a tag to compare

SoftPosit v0.5.2

Diff since v0.5.1

Closed issues:

  • Precompilation warnings (#76)

Merged pull requests:

v0.5.1

30 Sep 17:29
73d44d7
Compare
Choose a tag to compare

SoftPosit v0.5.1

Diff since v0.5.0

Closed issues:

  • Arithmetic operations are not performed (#66)
  • Comparison (#71)

Merged pull requests:

v0.5.0

14 Jun 16:12
fd3f61b
Compare
Choose a tag to compare

SoftPosit v0.5.0

Diff since v0.4.0

Closed issues:

  • PositX1 conversion (#15)
  • conversion Float32 <-> Posit16 (#55)
  • MethodError: no method matching Posit16(::BigFloat) (#65)
  • standard 2022 available (#67)

Merged pull requests:

v0.4.0

20 Oct 12:17
817f977
Compare
Choose a tag to compare

SoftPosit v0.4.0

Diff since v0.3.0

Closed issues:

  • registration (#52)
  • Is there a plan to support ^ operator? (#53)

Merged pull requests:

v0.3.0

22 Dec 13:28
v0.3.0
02cab55
Compare
Choose a tag to compare

v0.3.0 (2019-12-04)

Diff since v0.3

Merged pull requests:

v0.3: Merge pull request #50 from milankl/floorceil

14 Nov 12:50
b82c008
Compare
Choose a tag to compare

Contains

  • Floor and ceil functions for Posit8, Posit16 and Posit32

Trigonometric functions and documentation added

05 Aug 14:19
d859abd
Compare
Choose a tag to compare

SoftPosit.jl now supports some trigonometric functions like exp, log, sin, cos, tan.

A documentation is added in the form of an IPython notebook.

SoftPosit.jl v0.1

28 May 18:17
953962e
Compare
Choose a tag to compare

SoftPosit.jl supports Posit8, Posit16, Posit32 for basic arithmetic operations and are ready to be used in algorithms that do not require extended functionality (trigonometric functions, etc.)
Quire8, Quire16 and Quire32 are also supported.

Other posit formats Posit8_2, Posit16_2, Posit24_2 (and similar _1 with 1 exponent bit) are only partly supported due to dependencies of the underlying SoftPosit C-library.

Not yet supported are exp, log, sin, cos, tan, pow, etc.