v2.3.1
Allow use without numpy (#57) 4042d45
- Conversion of input is evaluated in order of variants declared
inBytesType
. If numpy was not installed, it would ImportError numpy
was not installed if the input was a Buffer b/c Buffer
was evaluated after a potential numpy input. This patch release
fixes this behavior by moving the numpy variant as the last variant evaluated.
Thus wiill only raise an error if it's a numpy input/output and numpy is not
installed. For users with numpy installed, this has no effect.