Commit 54c2e80
Release 0.15.2 (#1507)
* Fix gcc9 warning
the implicitly-defined constructor does not initialize 'openPMD::Datatype openPMD::detail::BufferedUniquePtrPut::dtype'
* More careful documentation of streaming API
* Doc: Fix Bib Authors
Make sure the bib authors match the quoted openPMD-standard authors.
* Update .readthedocs.yml
Update to newer Ubuntu, shipping a newer OpenSSL
* Fix deprecated storeChunk APIs in first read/write examples
* CI: macOS-11 Update
The older macOS image is now removed. The latest points already
to macOS-12. macoS-13 runners are marked experimental.
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
* Docs: Linking to C++ Projects
Move a section only written in the README to our
developer section on readthedocs.
* Use lazy imports for dask and pandas
* Better error message when loading to a buffer with mismatched type
* Remove schema 2021 from documentation
It will be removed and should no longer be advertised.
* Document ROMIO/HDF5/Chunking issue
open-mpi/ompi#7795
* Use a "minor" RST link
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* HDF5: HDF5_DO_MPI_FILE_SYNC
Document a new work-around option for MPI-parallel HDF5 for
filesystems that are super limited for paralle I/O features
relevant in HPC.
* Fix typo
Co-authored-by: Franz Pöschel <franz.poeschel@gmail.com>
* openpmd-pipe: set correct install permissions
* Fix headers in workflow.rst
* Fix documentation for preferred_flush_target in ADIOS2
* HDF5: Fix Char Type Matching
In HDF5, there are only the signed and unsigned char type.
The third `char` type is an alias to one or the other, different
to the C/C++ fundamental types.
This tries to fix the type matching order to be platform independent
between ppc64le/aarch64/x86-64.
* Add failing HDF5 test
* loadChunk(): consider equivalent char types for casting
* Doc strings
* newline & comment
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Doc: Sphinx Copybutton and Design
Add the Sphinx extensions `copybutton` (copy code blocks with
a single click) and `design` (for boxes, tabs, dropdowns, etc.).
* CI: Doxygen 1.9.7 Broken
Markdown support for main file broken in 1.9.7.
Go back to previous patch release. Upstream already fixed.
* Docs: Analysis
Add a data analysis & visualization section.
This is meant to show entry points and workflows to work with
openPMD data in larger frameworks and compatible ecosystems.
* [Draft] DASK, Pandas, ...
* Doc: DASK
* Pandas
* RAPIDS
* Typos
* Don't require unitSI when reading patch record component
* CI: oneAPI 2023.2.0
Update CI to breaking `apt` changes in the latest oneAPI release.
* Update __repr__ method of major objects in openPMD hierarchy
* Deal with trailing slashes in file paths
Happens in bash completion on BP files since they are folders.
* Throw better error messages when selecting a bad backend
* Adapt CoreTest to new error message
* Follow-up to #1470
Changes there left the PatchRecordComponent dirty after parsing
* HDF5IOHandler: Support for float128 data types with 80bit precision on ARM64/PPC64
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Cleanup
Unify little/big endian, use double80 also in other places
Long double size 8 -> 16
Use malloc to avoid alignment issues
Same treatment for complex long double
Add this for readAttribute too
Avoid non-native datatypes in writing
* Make this fix little-endian only
* Add comment
* Suggestions from review
* Use new instead of malloc everywhere
Also, add a more explanative comment
* CI fix: type comparison in Python
No idea why this check is triggered by this PR
* ADIOS2: Ensure that a step is always active at write time
Even when not using steps, dump everything into a single large step. BP5
will fail otherwise.
* CI: macOS 11.0+
We do not have the runners anymore to deploy and test macOS 10.15,
so we bump our tests to 11.0+, too.
Technically, we could build & deploy a bit longer on GH actions
`macos-11` for `10.15` (Catalina), but since it is unmaintained by
Apple/end-of-life already and macOS-11 is the oldest still maintained
OS by Apple, we do also stop support for it.
At the time of writing, old and maintained are:
- macOS 11, Big Sur
- macOS 12, Monterey
latest is: macOS 13, Ventura - and in preview is macOS 14, Sonoma.
This also unifies our arm64/aarch64 (M1/M2) requirements, which are
macOS 11.0+ as well.
* HDF5: Throw ReadError at dataset open
* Try parent types when a dataset datatype is unknown
* Update Sample Download Scripts
* Add test for old HDF5-plugin written openPMD dataset from PIConGPU
* Remove debugging comments
* Warn on BP5+Blosc in ADIOS2 v2.9 up to patch level 1
* Fix unused parameter
* Update Warning String
* Throw error when steps are needed but not supported
* Fix variableBasedSingleIteration test
* Test that the error is correctly thrown
* Introduce Series::parseBase alias for readIterations(), fix workflow
* Have only one instance of SeriesIterator
* Break memory cycle
* Use simple API in test again
* Snapshot attribute in file-based encoding
Snapshot attribute must be written in Iteration::endStep() in file-based
encoding
* Optional debugging output for AbstractIOHandlerImpl::flush()
* Revert "Optional debugging output for AbstractIOHandlerImpl::flush()"
This reverts commit ee8de45.
* Post-rebase fixes
1) Don't write snapshot attributes during initialization of an iteration
2) Catch unsuccessful flush run also in beginStep()
* Ensure that m_lastFlushSuccessful is always called
* Pandas DataFrames: Add Row Column Name
By default, the row index (!= particle index) in a pandas
dataframe has no name. This can be a bit cumbersome for
exports, e.g., to CSV - where this header field would just
be empty.
This PR names the index now "row", because it is not a
(macro) particle id property.
* Python: 3.8+
Python 3.7 went EOL last month. This bumps our supported
versions to 3.8+.
* Optional debugging output for AbstractIOHandlerImpl::flush()
* Add an environment variable for this
* Version 0.15.2 + Changelog
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Python: Fix Series Compile
Fix compile issue introduced during backporting.
* Unmerge 0.16 content from variableBasedSeries test
* Reintroduce backend selection in variableBasedSeries test
Still needed due to ADIOS1 BP env variable
* Add src/Dataset.cpp to ADIOS1 source
* Replace openPMD_Datatypes global with function
* Windows CI: Bump Version to 0.15.2
* OPENPMD_BP_BACKEND=="ADIOS1": Skip BP5 Tests
* Streaming examples: Set WAN as default transport
* Exclude ADIOS1 from variableBasedSeries test
* Changelog: Bump Date
* replace extent in weighting and displacement
store extent value in n_particles
* Examples: Fix Types of Constants & Attributes
Backports from #1316 and #1510
* Changelog: Streaming Example Note
* CMake: Warn and Continue on Empty HDF5_VERSION
Seen on Conda-Forge for arm64 on macOS for HDF5 1.14.1
---------
Co-authored-by: Franz Pöschel <franz.poeschel@gmail.com>
Co-authored-by: Dave Grote <grote1@llnl.gov>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ulrik Guenther <hello@ulrik.is>
Co-authored-by: Kara-Mostefa Ilian <ilian.kara-mostefa@student-cs.fr>1 parent 32cb87d commit 54c2e80
File tree
102 files changed
+2958
-914
lines changed- .github/workflows
- dependencies
- docs
- source
- analysis
- backends
- dev
- usage
- examples
- include/openPMD
- IO
- ADIOS
- HDF5
- backend
- src
- IO
- ADIOS
- HDF5
- backend
- binding/python
- openpmd_api
- pipe
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+2958
-914
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
6 | 75 | | |
7 | 76 | | |
8 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
341 | 347 | | |
342 | 348 | | |
343 | 349 | | |
| |||
458 | 464 | | |
459 | 465 | | |
460 | 466 | | |
461 | | - | |
| 467 | + | |
462 | 468 | | |
463 | 469 | | |
464 | 470 | | |
| |||
546 | 552 | | |
547 | 553 | | |
548 | 554 | | |
| 555 | + | |
549 | 556 | | |
550 | 557 | | |
551 | 558 | | |
| |||
556 | 563 | | |
557 | 564 | | |
558 | 565 | | |
| 566 | + | |
559 | 567 | | |
560 | 568 | | |
561 | 569 | | |
| |||
1323 | 1331 | | |
1324 | 1332 | | |
1325 | 1333 | | |
1326 | | - | |
| 1334 | + | |
1327 | 1335 | | |
1328 | 1336 | | |
1329 | | - | |
1330 | 1337 | | |
1331 | 1338 | | |
1332 | 1339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 125 | | |
150 | 126 | | |
151 | 127 | | |
| |||
0 commit comments