Releases: bmcfee/pumpp
Releases · bmcfee/pumpp
0.6.0
0.5.0
This release drops support for python 2.7
The feature transformation API has been extended to allow explicit selection of data types (float32 by default).
A quantization method has been added to automatically convert real-valued features (eg spectral magnitudes) to low-precision integer values (uint8). This is triggered automatically when features are constructed with dtype='uint8'
.
The layer construction API has been expanded to eventually support frameworks outside of Keras.