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

npy: first stab at a n-dim array with support for ragged-arrays #22

Merged
merged 5 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. npy: first stab at a n-dim array with support for ragged-arrays

    Fixes #20.
    
    Signed-off-by: Sebastien Binet <binet@cern.ch>
    sbinet committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a5bc57e View commit details
    Browse the repository at this point in the history
  2. ci: update github actions + staticcheck@v2023.1.5

    Signed-off-by: Sebastien Binet <binet@cern.ch>
    sbinet committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6718598 View commit details
    Browse the repository at this point in the history
  3. all: use errors.Is(err, io.EOF) through out

    Signed-off-by: Sebastien Binet <binet@cern.ch>
    sbinet committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    943609d View commit details
    Browse the repository at this point in the history
  4. npy{,float16}: add support for float16

    Signed-off-by: Sebastien Binet <binet@cern.ch>
    sbinet committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    789096b View commit details
    Browse the repository at this point in the history
  5. npy: streamline dtype.unmarshal

    Signed-off-by: Sebastien Binet <binet@cern.ch>
    sbinet committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7797a3e View commit details
    Browse the repository at this point in the history