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

Release: 0.11.0-alpha #692

Merged
merged 1 commit into from
Mar 6, 2020
Merged

Release: 0.11.0-alpha #692

merged 1 commit into from
Mar 6, 2020

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 6, 2020

Robust Independent I/O

This release improves MPI-parallel I/O with HDF5 and ADIOS.
ADIOS2 is now the default backend for handing .bp files.

Thanks to @ax3l, @guj, and @LDAmorim for contributing to this release!

Which version am I running?

Python

import openpmd_api
print(openpmd_api.__version__)

C++

#include <openPMD/openPMD.hpp>
#include <iostream>

int main() {
    std::cout << OPENPMDAPI_VERSION_MAJOR << "."
              << OPENPMDAPI_VERSION_MINOR << "."
              << OPENPMDAPI_VERSION_PATCH << std::endl;
    // there is also: OPENPMDAPI_VERSION_LABEL (e.g. "alpha")
    return 0;
}

Update version and write announcement text in changelog.
@ax3l ax3l merged commit 6b76485 into openPMD:dev Mar 6, 2020
@ax3l ax3l deleted the doc-0110 branch March 6, 2020 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant