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
Snapshots API: Fill missing bits, harmonize API (#1768)
* Basic untested binding for ::snapshots()
* Add Python bindings for Snapshots
deletion missing
* Implement deletion
* Implement emplace()
could be added for stateful iterator too probably
* Fix Python GIL evasion
* Add new access types, no implementation yet
* Add aliases
* Harmonize write- and read-side API
* Remove IteratorHelpers from CMake
* Move iterator convertors back to helper file
* CI fixes
* Update examples
* Documentation, cleanup
* CI fixes
* Replace .writeIteration() with CREATE_LINEAR + snapshots()
* Same for readIterations
* Replace writeIterations() with snapshots() in parallel tests
* Same for readIterations()
* Same for test subfiles
* Explicitly open Iterations in READ_ONLY with deferred parsing
0 commit comments