All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.3.2 - 2016-11-14
- File
mode
is now a property.
- seek throws
IOError
if attempting to move before the file beginning.
0.3.0 - 2016-11-09
- Buffered file/stream interface.
- High memory usage during encoding/decoding large files. The file interface can now be used to buffer data instead.
0.2.4 - 2016-10-24
- Install no longer requires Cython
0.2.3 - 2016-07-15
- Intensive encoding operations now release the GIL.
0.2.2 - 2016-07-14
- GCC compilation missing -std=c99
0.2.1 - 2016-07-14
- More extensive documentation
- C bindings to Cython bindings
- Decoding including junk data on large files.
0.2.0 - 2016-07-05
- window_sz2 and lookahead_sz2 parameters for encode/decode functions.
- automated benchmarks
- Performance of encoding/decoding large files
- Compilation for python 3 (still not fully working)