Skip to content

Commit

Permalink
Bump extern/openPMD-api from d2d8f40 to 94a3a8f
Browse files Browse the repository at this point in the history
Bumps [extern/openPMD-api](https://github.com/openPMD/openPMD-api) from `d2d8f40` to `94a3a8f`.
- [Release notes](https://github.com/openPMD/openPMD-api/releases)
- [Commits](openPMD/openPMD-api@d2d8f40...94a3a8f)

---
updated-dependencies:
- dependency-name: extern/openPMD-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 7a8dc75 commit 858b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/openPMD-api
Submodule openPMD-api updated 54 files
+1 −1 .github/workflows/codeql.yml
+2 −2 .github/workflows/intel.yml
+12 −19 .github/workflows/linux.yml
+2 −2 .github/workflows/macos.yml
+2 −2 .github/workflows/nvidia.yml
+4 −4 .github/workflows/source.yml
+2 −2 .github/workflows/tooling.yml
+4 −4 .github/workflows/windows.yml
+3 −3 .pre-commit-config.yaml
+258 −4 CHANGELOG.rst
+1 −1 CITATION.cff
+1 −1 CMakeLists.txt
+15 −0 Dockerfile
+6 −1 NEWS.rst
+7 −7 README.md
+37 −37 cmake/dependencies/catch.cmake
+37 −37 cmake/dependencies/json.cmake
+47 −42 cmake/dependencies/pybind11.cmake
+37 −37 cmake/dependencies/toml11.cmake
+0 −1 docs/Doxyfile
+2 −2 docs/source/conf.py
+1 −1 docs/source/dev/buildoptions.rst
+4 −4 docs/source/dev/dependencies.rst
+2 −2 docs/source/dev/linking.rst
+1 −1 docs/source/index.rst
+1 −1 docs/source/maintenance/release_channels.rst
+0 −3 examples/13_write_dynamic_configuration.cpp
+0 −3 examples/13_write_dynamic_configuration.py
+0 −5 examples/7_extended_write_serial.cpp
+0 −5 examples/7_extended_write_serial.py
+6 −0 include/openPMD/Error.hpp
+1 −2 include/openPMD/RecordComponent.hpp
+12 −4 include/openPMD/auxiliary/JSON_internal.hpp
+5 −7 include/openPMD/backend/Attributable.hpp
+1 −1 include/openPMD/backend/Container.hpp
+35 −3 include/openPMD/binding/python/Pickle.hpp
+30 −4 include/openPMD/version.hpp
+71 −15 new_version.py
+1 −1 pyproject.toml
+10 −2 setup.py
+6 −0 src/Error.cpp
+2 −2 src/IO/ADIOS/ADIOS2IOHandler.cpp
+2 −2 src/IO/AbstractIOHandlerImpl.cpp
+1 −1 src/IO/HDF5/HDF5IOHandler.cpp
+2 −2 src/IO/HDF5/ParallelHDF5IOHandler.cpp
+1 −1 src/IO/JSON/JSONIOHandlerImpl.cpp
+13 −5 src/Series.cpp
+23 −0 src/auxiliary/JSON.cpp
+5 −7 src/backend/Attributable.cpp
+2 −0 src/binding/python/Error.cpp
+16 −2 src/version.cpp
+5 −4 test/CoreTest.cpp
+11 −1 test/SerialIOTest.cpp
+7 −2 test/python/unittest/Test.py

0 comments on commit 858b8ca

Please sign in to comment.