Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Add LzwCodec for encoding #2883

Merged
merged 12 commits into from
Sep 29, 2024
Merged

TST: Add LzwCodec for encoding #2883

merged 12 commits into from
Sep 29, 2024

Commits on Sep 28, 2024

  1. TST: Add lzw.lzw_encode

    MartinThoma committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8a34e3f View commit details
    Browse the repository at this point in the history
  2. Add failing test

    MartinThoma committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    609cd7a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Use Codec-class

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    32c18bc View commit details
    Browse the repository at this point in the history
  2. Refinements

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fa6dfb3 View commit details
    Browse the repository at this point in the history
  3. Fix off-by-one errors

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5cc1048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e12a4a View commit details
    Browse the repository at this point in the history
  5. Code reuse

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    59ec6b9 View commit details
    Browse the repository at this point in the history
  6. Add ABC

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    42a2d98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    553c0c1 View commit details
    Browse the repository at this point in the history
  8. pass data to init

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1ab8163 View commit details
    Browse the repository at this point in the history
  9. Make it private

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5d1248d View commit details
    Browse the repository at this point in the history
  10. Test encoded value

    MartinThoma committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6564768 View commit details
    Browse the repository at this point in the history