switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / part_mul_add / partpoints.py
2021-09-29 Luke Kenneth Casso... add assert to check partition jump point size
2021-09-29 Luke Kenneth Casso... unit test for PartitionedSignal.__Cat__
2021-09-28 Luke Kenneth Casso... add PartitionedSignal.__Mux__ unit test
2021-09-24 Luke Kenneth Casso... add first cut at PartitionedSignal "Cat"
2021-01-10 Cesar StraussUse len(sig) instead of sig.shape()[0]
2020-02-20 Luke Kenneth Casso... stop at end of mask index
2020-02-20 Luke Kenneth Casso... ignore last bit of partition mask
2020-01-30 Luke Kenneth Casso... add "as_sig" function to PartitionPoints to get the...
2020-01-24 Luke Kenneth Casso... convert to partition mask rather than partition points
2020-01-22 Luke Kenneth Casso... add partition test add unit test
2020-01-06 Luke Kenneth Casso... split out adder code (PartitionedAdder) into module...