Skip to content

Releases: francof2a/fxpmath

version 0.3.9

22 Jan 20:04
Compare
Choose a tag to compare
version 0.3.9 Pre-release
Pre-release

version 0.3.8

12 Nov 13:43
Compare
Choose a tag to compare
version 0.3.8 Pre-release
Pre-release

version 0.3.8

  • hex representations support padding.
  • fix bug with 'b' in hex string (issue #15).
  • fix inaccuracy word in status (issue #16).
  • fix __pow__ method (issue #17).
  • fix bug that only store imaginary part in complex assignement by indexing (issue #19).

0.2.0

20 Nov 15:33
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
version 0.3.8

* hex representations support padding.
* fix bug with 'b' in hex string (issue #15).
* fix inaccuracy word in status (issue #16).
* fix __pow__ method (issue #17).
* fix bug that only store imaginary part in complex assignement by indexing (issue #19).

version 0.3.7

29 Jul 22:59
Compare
Choose a tag to compare
version 0.3.7 Pre-release
Pre-release

version 0.3.7

  • right shift support expand shifting='expand' mode.
  • improve performance in indexed assignement.
  • Fxp slicing (when Fxp has values as array) returns a Fxp object.
  • Fxp accept other Fxp as input value.
  • New sum function in functions.
  • Fxp object supports > 64 bits words and values.
  • docstrings update.

Thanks following users for their feedback:
@lpuglia, @MaenMallah, @FredKellerman

version 0.3.6

22 Jun 12:41
Compare
Choose a tag to compare
version 0.3.6 Pre-release
Pre-release
  • chage in setup.py to resolve not installed package dependencies. Thanks to @jcharlong .

version 0.3.5

10 Jun 15:20
Compare
Choose a tag to compare
version 0.3.5 Pre-release
Pre-release
  • fix wrap error for ndarrays.

Thanks to lpuglia

version 0.3.4

09 Jun 13:03
Compare
Choose a tag to compare
version 0.3.4 Pre-release
Pre-release
  • fix wrap error for unsigned Fxp.

Thanks to lpuglia

version 0.3.3

08 Jun 18:07
Compare
Choose a tag to compare
version 0.3.3 Pre-release
Pre-release

version 0.3.3

  • fix shifting bitwise of unsigned values.
  • fix wrap error when input was a float.

version 0.3.2

14 May 15:48
Compare
Choose a tag to compare
version 0.3.2 Pre-release
Pre-release

fix bug of N (N > 1) dimensional arrays as inputs.

version 0.3.1

14 May 14:33
Compare
Choose a tag to compare
version 0.3.1 Pre-release
Pre-release

Fix init and best_size_calc for Win32 platforms. Related with Numpy astype behavior.