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

Missing Value #9

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Missing Value #9

wants to merge 17 commits into from

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    4cf8a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. WIP: bitstream class

    Samuel Li committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    20b6223 View commit details
    Browse the repository at this point in the history
  2. finish bitstream class, adding unit tests

    Samuel Li committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3672f78 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. implement rtell()

    Samuel Li committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3f262de View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. specify and test the memory usage of bitstream

    Samuel Li committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    fee5981 View commit details
    Browse the repository at this point in the history
  2. remove the end pointer

    Samuel Li committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7b9af10 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. rename bitstream to icecream

    Samuel Li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8b671bf View commit details
    Browse the repository at this point in the history
  2. change name to be compactor

    Samuel Li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    881ea95 View commit details
    Browse the repository at this point in the history
  3. add compactor_comp_size() function

    Samuel Li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    76a4372 View commit details
    Browse the repository at this point in the history
  4. improve compactor_comp_size()

    Samuel Li committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6af5b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. compactor works with encoding and decoding

    Samuel Li committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a5eca6e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. add another compactor unit test

    Samuel Li committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    60148fc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. set_local() function considers missing value flag

    Samuel Li committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    90ae7d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ea73f7b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. add functions to check if an input array really has the specified typ…

    …e of missing values
    Samuel Li committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4d3954f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. re-work on the pack data type function

    Samuel Li committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    06bc330 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. finish packing and unpacking cd_values[]

    Samuel Li committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f0ff97b View commit details
    Browse the repository at this point in the history