Skip to content

Releases: BrianPugh/tamp

v1.4.1

25 Apr 04:40

Choose a tag to compare

Fix stray tamp.decompressor import in micropython native modules.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Apr 03:28

Choose a tag to compare

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

15 Jan 16:53

Choose a tag to compare

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

05 Dec 00:30
736426e

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Nov 04:18

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

16 Aug 01:37
25a5bcf

Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

22 Jul 20:54

Choose a tag to compare

Bug Fixes

  • Now compatible with newly released Cython v3.0.0

v1.1.4

29 Jun 05:20

Choose a tag to compare

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

18 Jun 01:50
99a25a0

Choose a tag to compare

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

15 Jun 21:02
dd32dbb

Choose a tag to compare

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