Only breaks cached data, so not doing anything to the minor version.
Should add some commands to delete cached data if it causes an error
on reading. Namely the cached matrix data as we can tell if thats
corrupt thanks to the compression. Image data can be corrupted and
we wouldn't really know. ;(
Compression using flate2 has been added to the caching controller
Made the hash code call for cached matricies before calculating them again if
possible
Changed the FFI tests to be a bit more dynamic. That said, I just noticed that
python hates unsigned 64bit numbers. Need to find a way around this. I
should be able to compare the native Rust code against the python FFI and
get the same results for a specific file.
Added FFI interface methods to the library
Added a set of tests for the FFI. currently only the python one is working as intended. the c one isn't complete yet.
Need to add example tests for java, ruby, go?...
Woot! FFI!!!