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

Write-through support for memory-mapping #81

Merged
merged 7 commits into from
Aug 5, 2024
Merged

Write-through support for memory-mapping #81

merged 7 commits into from
Aug 5, 2024

Commits on Jun 16, 2024

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

Commits on Aug 4, 2024

  1. Fix bug in copy-on-write unit test

    The input file wasn't even being memory-mapped!
    dranjan committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7355127 View commit details
    Browse the repository at this point in the history
  2. Consolidate mmap and mmap_mode

    Documentation and tests have also been added.
    dranjan committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4d11fed View commit details
    Browse the repository at this point in the history
  3. Update support matrix

    - Drop official support for Python 3.8.
    - Drop official support for NumPy < 1.21.
    dranjan committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    07a50f5 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    dranjan committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6588a97 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix attribution

    dranjan committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    86cfd5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1aa6df View commit details
    Browse the repository at this point in the history