@@ -7,9 +7,9 @@ C++ & Python API for Scientific I/O with openPMD
77[ ![ Gitter chat] ( https://img.shields.io/gitter/room/openPMD/API )] ( https://gitter.im/openPMD/API )
88![ Supported Platforms] [ api-platforms ]
99[ ![ License] ( https://img.shields.io/badge/license-LGPLv3-blue )] ( https://www.gnu.org/licenses/lgpl-3.0.html )
10- [ ![ DOI] ( https://rodare.hzdr.de/badge/DOI/10.14278/rodare.27.svg )] ( https://doi.org/10.14278/rodare.27 )
10+ [ ![ DOI] ( https://rodare.hzdr.de/badge/DOI/10.14278/rodare.27.svg )] ( https://doi.org/10.14278/rodare.27 )
1111[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/openpmd/openpmd-api/badge )] ( https://www.codefactor.io/repository/github/openpmd/openpmd-api )
12- [ ![ Coverage Status] ( https://coveralls.io/repos/github/openPMD/openPMD-api/badge )] ( https://coveralls.io/github/openPMD/openPMD-api )
12+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/openPMD/openPMD-api/badge )] ( https://coveralls.io/github/openPMD/openPMD-api )
1313[ ![ Documentation Status] ( https://readthedocs.org/projects/openpmd-api/badge/?version=latest )] ( https://openpmd-api.readthedocs.io/en/latest/?badge=latest )
1414[ ![ Linux/OSX Build Status dev] ( https://travis-ci.com/openPMD/openPMD-api.svg?branch=dev )] ( https://travis-ci.com/openPMD/openPMD-api )
1515[ ![ Windows Build Status dev] ( https://ci.appveyor.com/api/projects/status/x95q4n620pqk0e0t/branch/dev?svg=true )] ( https://ci.appveyor.com/project/ax3l/openpmd-api/branch/dev )
@@ -101,7 +101,7 @@ Required:
101101
102102Shipped internally in ` share/openPMD/thirdParty/ ` :
103103* [ Catch2] ( https://github.com/catchorg/Catch2 ) 2.13.10+ ([ BSL-1.0] ( https://github.com/catchorg/Catch2/blob/master/LICENSE.txt ) )
104- * [ pybind11] ( https://github.com/pybind/pybind11 ) 2.10 .1+ ([ new BSD] ( https://github.com/pybind/pybind11/blob/master/LICENSE ) )
104+ * [ pybind11] ( https://github.com/pybind/pybind11 ) 2.11 .1+ ([ new BSD] ( https://github.com/pybind/pybind11/blob/master/LICENSE ) )
105105* [ NLohmann-JSON] ( https://github.com/nlohmann/json ) 3.9.1+ ([ MIT] ( https://github.com/nlohmann/json/blob/develop/LICENSE.MIT ) )
106106* [ toml11] ( https://github.com/ToruNiina/toml11 ) 3.7.1+ ([ MIT] ( https://github.com/ToruNiina/toml11/blob/master/LICENSE ) )
107107
@@ -116,7 +116,7 @@ while those can be built either with or without:
116116Optional language bindings:
117117* Python:
118118 * Python 3.7 - 3.11
119- * pybind11 2.10 .1+
119+ * pybind11 2.11 .1+
120120 * numpy 1.15+
121121 * mpi4py 2.1+ (optional, for MPI)
122122 * pandas 1.0+ (optional, for dataframes)
@@ -267,7 +267,7 @@ The following options allow to switch to external installs:
267267| CMake Option | Values | Library | Version |
268268| ---------------------------------| ------------| ---------------| ----------|
269269| ` openPMD_USE_INTERNAL_CATCH ` | ** ON** /OFF | Catch2 | 2.13.10+ |
270- | ` openPMD_USE_INTERNAL_PYBIND11 ` | ** ON** /OFF | pybind11 | 2.10 .1+ |
270+ | ` openPMD_USE_INTERNAL_PYBIND11 ` | ** ON** /OFF | pybind11 | 2.11 .1+ |
271271| ` openPMD_USE_INTERNAL_JSON ` | ** ON** /OFF | NLohmann-JSON | 3.9.1+ |
272272| ` openPMD_USE_INTERNAL_TOML11 ` | ** ON** /OFF | toml11 | 3.7.1+ |
273273
0 commit comments