Skip to content

fix(temporal): add missing C_TemporalEdge structure and FFI bindings …#12

Merged
sushanthpy merged 1 commit intomainfrom
release/0.4.4
Jan 23, 2026
Merged

fix(temporal): add missing C_TemporalEdge structure and FFI bindings …#12
sushanthpy merged 1 commit intomainfrom
release/0.4.4

Conversation

@sushanthpy
Copy link
Copy Markdown
Member

…for v0.4.4

  • Add C_TemporalEdge ctypes structure definition
  • Set up sochdb_add_temporal_edge binding in _setup_bindings()
  • Fix add_temporal_edge method to use C_TemporalEdge directly
  • Replace incorrect _FFI.lib access with _FFI.get_lib()
  • Bump version to 0.4.4

Fixes AttributeError: _FFI when calling add_temporal_edge. Tested with examples/25_temporal_graph_embedded.py

…for v0.4.4

- Add C_TemporalEdge ctypes structure definition
- Set up sochdb_add_temporal_edge binding in _setup_bindings()
- Fix add_temporal_edge method to use C_TemporalEdge directly
- Replace incorrect _FFI.lib access with _FFI.get_lib()
- Bump version to 0.4.4

Fixes AttributeError: _FFI when calling add_temporal_edge.
Tested with examples/25_temporal_graph_embedded.py
@sushanthpy sushanthpy merged commit 5976413 into main Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant