• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openPMD / openPMD-api
83%
dev: 83%

Build:
Build:
LAST BUILD BRANCH: topic-logging
DEFAULT BRANCH: dev
Repo Added 09 Jul 2018 01:23PM UTC
Files 85
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 0.12.0-alpha
branch: 0.12.0-alpha
CHANGE BRANCH
x
Reset
  • 0.12.0-alpha
  • 0.10.0-alpha
  • 0.10.1-alpha
  • 0.10.2-alpha
  • 0.10.3-alpha
  • 0.11.0-alpha
  • 0.11.1-alpha
  • 0.5.0-alpha
  • 0.6.0-alpha
  • 0.6.1-alpha
  • 0.6.2-alpha
  • 0.6.3-alpha
  • 0.7.0-alpha
  • 0.7.1-alpha
  • 0.8.0-alpha
  • 0.9.0-alpha
  • coverity_scan
  • dev

pending completion
3444

push

travis-ci-com

web-flow
Release: 0.12.0-alpha (#772)

### Complex Numbers, Close & Backend Options

This release adds data type support for complex numbers, allows to close iterations and adds first support for backend configuration options (via JSON), which are currently implemented for ADIOS2.
Further installation options have been added (homebrew and CLI tool support with pip).
New free standing functions and macro defines are provided for version checks.

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

## Which version am I running?

### Python

```python
import openpmd_api
print(openpmd_api.__version__)
```

### C++

```C++
#include <openPMD/openPMD.hpp>
#include <iostream>

int main() {
    // query compile-time macros:
    std::cout << OPENPMDAPI_VERSION_MAJOR << "."
              << OPENPMDAPI_VERSION_MINOR << "."
              << OPENPMDAPI_VERSION_PATCH << std::endl;
    // there is also: OPENPMDAPI_VERSION_LABEL (e.g. "alpha")

    // or query the runtime API (new):
    std::cout << openPMD::getVersion() << std::endl;
    return 0;
}
```

### CLI

```bash
# new command line option:
openpmd-ls --version
```

5768 of 6911 relevant lines covered (83.46%)

0.83 hits per line

Relevant lines Covered
Build:
Build:
6911 RELEVANT LINES 5768 COVERED LINES
0.83 HITS PER LINE
Source Files on 0.12.0-alpha
  • Tree
  • List 97
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3444 0.12.0-alpha Release: 0.12.0-alpha (#772) ### Complex Numbers, Close & Backend Options This release adds data type support for complex numbers, allows to close iterations and adds first support for backend configuration options (via JSON), which are curren... push 08 Sep 2020 07:07AM UTC web-flow travis-ci-com pending completion  
See All Builds (1228)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc