Fxpmath Versions Save

A python library for fractional fixed-point (base 2) arithmetic and binary manipulation with Numpy compatibility.

0.3.9

3 years ago
  • fix wrapping (issue #20, thanks to @MaenMallah).

0.2.0

3 years ago

0.3.8

3 years ago

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.3.7

3 years ago

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

0.3.6

3 years ago
  • chage in setup.py to resolve not installed package dependencies. Thanks to @jcharlong .

0.3.5

3 years ago
  • fix wrap error for ndarrays.

Thanks to lpuglia

0.3.4

3 years ago
  • fix wrap error for unsigned Fxp.

Thanks to lpuglia

0.3.3

3 years ago

version 0.3.3

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

0.3.2

4 years ago

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

0.3.1

4 years ago

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