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

Enable dumping only part of the buffer for burst writer. #1870

Merged
merged 27 commits into from
Aug 27, 2024

Commits on Aug 15, 2024

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

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f2151d6 View commit details
    Browse the repository at this point in the history
  3. fix typo

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    eaa0d5f View commit details
    Browse the repository at this point in the history
  4. fix constructor

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9b7e3e3 View commit details
    Browse the repository at this point in the history
  5. fix if

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7bdf692 View commit details
    Browse the repository at this point in the history
  6. fix whitespace

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7f3632f View commit details
    Browse the repository at this point in the history
  7. add tests

    DomFijan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e99179 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. change buffer type

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    45d5a0e View commit details
    Browse the repository at this point in the history
  2. improve error messages

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c12e7b1 View commit details
    Browse the repository at this point in the history
  3. cast to long int

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8f32b33 View commit details
    Browse the repository at this point in the history
  4. cast to long int

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    191427d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99104dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c45fab View commit details
    Browse the repository at this point in the history
  7. fix partial dumping indexing

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2d21cdc View commit details
    Browse the repository at this point in the history
  8. lint

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    752a081 View commit details
    Browse the repository at this point in the history
  9. change error condition

    DomFijan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4c016e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Add missing parentheses

    janbridley committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0f14d86 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix test

    DomFijan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1d4426c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. swap empty buffer with clear entire buffer.

    When the whole buffer is not cleared, only part of the buffer up until the last frame that was written is cleared instead
    DomFijan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a9bbbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff6481 View commit details
    Browse the repository at this point in the history
  3. lint

    DomFijan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a8461e5 View commit details
    Browse the repository at this point in the history
  4. add more tests

    DomFijan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6bef7e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update hoomd/write/gsd_burst.py

    Co-authored-by: Jen Bradley <[email protected]>
    DomFijan and janbridley committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    afc59e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    617f984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcce001 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. pre-commit

    joaander committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bb6c734 View commit details
    Browse the repository at this point in the history