+ Enhancements related to 139
+ `rotate`, `translate` and `scale` no longer require an input matrix
+ Added support for matrix initialization from quaternions (`mat3`, `mat4`)
+ Added support for iterable arguments for `min` and `max`
+ Added support for homogenous multiplication (140)
+ Improved performance comparison (144)
+ Allowing for C contiguity in matrix initialization from buffers (138)
+ Fixed a bug where NxM buffers would be interpreted as MxN matrices
+ Fixed a few other bugs (https://github.com/Zuzu-Typ/PyGLM/commit/2dd31f3b39d3478e2e91c96cae164e423b32a095)