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

Add string and bytes dtypes plus vlen-utf8 and vlen-bytes codecs #2036

Merged
merged 35 commits into from
Oct 8, 2024

Commits on Jul 14, 2024

  1. add legacy vlen-utf8 codec

    rabernat committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c05b9d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    c86ddc6 View commit details
    Browse the repository at this point in the history
  2. got it working again

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    2a1e2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3d7a5 View commit details
    Browse the repository at this point in the history
  3. merged

    rabernat committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cd40b08 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    rabernat committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    988f9df View commit details
    Browse the repository at this point in the history
  5. satisfy mypy for tests

    rabernat committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    507161a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. make strings work

    rabernat committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1ae5e63 View commit details
    Browse the repository at this point in the history
  2. add missing module

    rabernat committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    94ecdb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c7d638 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    b1717d8 View commit details
    Browse the repository at this point in the history
  2. store -> storage

    rabernat committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    79b7d43 View commit details
    Browse the repository at this point in the history
  3. rename module

    rabernat committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a5c2a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717f0c7 View commit details
    Browse the repository at this point in the history
  5. merged

    rabernat committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b90d8f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. add vlen bytes

    rabernat committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0406ea1 View commit details
    Browse the repository at this point in the history
  2. fix type assertions in test

    rabernat committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8e61a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf7dde View commit details
    Browse the repository at this point in the history
  4. retype parse_fill_value

    rabernat committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    28d58fa View commit details
    Browse the repository at this point in the history
  5. tests pass but not mypy

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4f026db View commit details
    Browse the repository at this point in the history
  2. restore DEFAULT_DTYPE

    rabernat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e427c7a View commit details
    Browse the repository at this point in the history
  3. fixup

    TomAugspurger committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7d9d897 View commit details
    Browse the repository at this point in the history
  4. docstring

    TomAugspurger committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0c21994 View commit details
    Browse the repository at this point in the history
  5. update test

    TomAugspurger committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c12ac41 View commit details
    Browse the repository at this point in the history
  6. add better DataType tests

    rabernat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3aeea1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cae7055 View commit details
    Browse the repository at this point in the history
  8. fix typing yay!

    rabernat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1aeb49a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6714bad View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Joe Hamman <[email protected]>
    rabernat and jhamman authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2edf3b8 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Joe Hamman <[email protected]>
    rabernat and jhamman authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    12a0d65 View commit details
    Browse the repository at this point in the history
  12. apply Joe's suggestions

    rabernat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7ba7077 View commit details
    Browse the repository at this point in the history
  13. add missing module

    rabernat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1e828b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba0f093 View commit details
    Browse the repository at this point in the history