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

[IO] Improved IO with support for reading data from compressed files #308

Merged
merged 8 commits into from
Jun 19, 2024

Commits on Apr 12, 2024

  1. feat(io): Allow reading data from compressed file

    - Add support for opening a gzip, bzip or lzma-compressed file.
    - Additional tests for io.open_as_file function
    probberechts committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0c53883 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    5bdfa2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf1cb3 View commit details
    Browse the repository at this point in the history
  3. chore: linting

    probberechts committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9825a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db0ac9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb05ae1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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