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

Fix append mode double attributes #3

Closed
wants to merge 18 commits into from

Commits on Jul 15, 2022

  1. Update catch2 to v2.13.9 (openPMD#1299)

    * Update catch2 to v2.13.9
    
    * Add to changelog
    
    * Docs: Catch2 2.13.9+
    
    Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
    Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
    3 people authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    456605e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Frontend implementation

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8abd701 View commit details
    Browse the repository at this point in the history
  2. Backend implementation

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6a11d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8838e21 View commit details
    Browse the repository at this point in the history
  4. Testing

    Adapt tests to BP5
    
    Don't use parentheses in attribute names
    
    Enable BP5 dtype tests
    
    Add test for AppendAfterSteps in BP5
    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    daf3aa9 View commit details
    Browse the repository at this point in the history
  5. Documentation

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a386397 View commit details
    Browse the repository at this point in the history
  6. CI debugging

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    829529a View commit details
    Browse the repository at this point in the history
  7. Revert CI Debugging

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8cbace8 View commit details
    Browse the repository at this point in the history
  8. Add failing test

    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5dd1386 View commit details
    Browse the repository at this point in the history
  9. Allow creating file-based Series with Append mode

    even if the specified directory does not exist
    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d623090 View commit details
    Browse the repository at this point in the history
  10. Add Mpi.hpp with MPI helpers

    Needed later for checking file presence in parallel situations
    franzpoeschel committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    582a8a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4686b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c776dc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b46c770 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80ccff0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5e511f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Windows Workaround: Fallback to Create mode

    franzpoeschel authored and Pöschel committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1b5b053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07279e3 View commit details
    Browse the repository at this point in the history