You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type conversions for Python Series constructor (#1737)
* Accept std::filesystem::path as path argument in constructor
* Same trick for JSON config
* Fix Nompi runs
* Better distinguish JSON objects and MPI communicators
* WIP: examples, testing, fixes
* Same trick for Dataset() constructor
* CI fixes
* Fallback implementation for old compilers
* Fix non-Python builds
* Fixes
* Ehh dont use the std::filesystem implementation by default
* Type Check for filepath argument
* Change CI options
* Document Series constructor, add filepath option for config
Also test
* Document build option
* Move helper to auxiliary header
* Fix after rebase
* Document helper
0 commit comments