ben-e-whitney

Results 5 issues of ben-e-whitney

See #139. This commit reverts the changes made to `Treelib.show` in 4dde1fd833bb69a5e8375072575c4c091308ad60 and makes the changes proposed in [this comment][comment]. [comment]: https://github.com/caesar0301/treelib/issues/139#issuecomment-578209929

The first commit adds a pair of logging statements to `format_alignment`. I thought it was worth alerting the user if an invalid column type was passed in. The second commit...

These commits * refactor the original Huffman coding implementation, * add regression tests for `huffman_encoding`, `huffman_decoding`, `compress_memory_huffman`, and `decompress_memory_huffman`; * remove the timing statements for `compress_memory_huffman`; * add new Huffman...

bug
enhancement

When the lossless compressor is set to `CPU_HUFFMAN_ZLIB` in the header, Huffman coding is not applied to the quantized coefficients before they are passed to `compress_memory_z`. See [this case][`CPU_HUFFMAN_ZLIB` case]....

enhancement

In #189 we are investigating how MGARD performs on some very noisy data. When this data is compressed with a tight error tolerance and then decompressed, we get an error...

bug