Releases: BrianPugh/tamp
Releases · BrianPugh/tamp
v1.4.1
Fix stray tamp.decompressor import in micropython native modules.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Features
- New pre-compiled MicroPython Native Modules for easy usage, small file size, and high performance. @BrianPugh in #128
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Security & Dependency updates for the desktop-CLI. No C/micropython-code change.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
v1.1.6
v1.1.5
v1.1.4
Bug Fixes
- fix huffman table static declaration by @BrianPugh in #16
- move window_mask calculation to after configuration by @BrianPugh in #18
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Misc
- Various C optimizations resulting in a significantly smaller binary. Compressor + Decompressor is now just 3848 bytes.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Performance Improvements
- use likely/unlikely compiler hints; improves compressor speed by roughly 5% by @BrianPugh in #10
Bug Fixes
- only close file decompressor file descriptors on close if internally opened by @BrianPugh in #11
- Fix c library reading header if decompressor wasn't previously configured @BrianPugh in #13
Full Changelog: v1.1.1...v1.1.2