Releases: francof2a/fxpmath
Releases · francof2a/fxpmath
version 0.3.9
- fix wrapping (issue #20, thanks to @MaenMallah).
version 0.3.8
0.2.0
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
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 infunctions
. - Fxp object supports > 64 bits words and values.
- docstrings update.
Thanks following users for their feedback:
@lpuglia, @MaenMallah, @FredKellerman
version 0.3.6
- chage in setup.py to resolve not installed package dependencies. Thanks to @jcharlong .
version 0.3.5
- fix wrap error for ndarrays.
Thanks to lpuglia
version 0.3.4
- fix wrap error for unsigned Fxp.
Thanks to lpuglia
version 0.3.3
version 0.3.3
- fix shifting bitwise of unsigned values.
- fix wrap error when input was a float.
version 0.3.2
fix bug of N (N > 1) dimensional arrays as inputs.
version 0.3.1
Fix init and best_size_calc for Win32 platforms. Related with Numpy astype behavior.