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.10.2-alpha #637

Merged
merged 1 commit into from
Dec 17, 2019
Merged

Release: 0.10.2-alpha #637

merged 1 commit into from
Dec 17, 2019

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Dec 17, 2019

Improved Error Messages

Thrown errors are now prefixed by the backend in use and ADIOS1 series reads are more robust.

Please see the full changelog for details.

Thanks to @ax3l, @LDAmorim, @PrometheusPi, and @KseniaBastrakova 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 d65d0f2 into openPMD:dev Dec 17, 2019
@ax3l ax3l deleted the doc-0102 branch December 17, 2019 21:58
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