Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.0 - 2024-04-15

Added

  • [breaking] implement reconstruct for leopard ffe8 (#5)
  • leopard8 log and exp lookup tables

Fixed

  • [breaking] ensure encoding is compatible with Go's klauspost/reedsolomon (#4)

Other

  • (ci) add the release-plz workflow (#7)
  • remove Leopard struct and replace it with standalone function (#3)
  • add the basic CI configuration (#2)
  • remove explicit handling of alignment (#1)
  • rename to leopard-codec
  • working ffe8 encoding
  • wip
  • move luts to separate file
  • all lookup tables working
  • add mul8 lookup table