Skip to content

Add host-only Python bindings crate multicalc-py - #330

Open
rtmongold wants to merge 1 commit into
mainfrom
add-multicalc-py-bindings
Open

Add host-only Python bindings crate multicalc-py#330
rtmongold wants to merge 1 commit into
mainfrom
add-multicalc-py-bindings

Conversation

@rtmongold

@rtmongold rtmongold commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Closes #48

Expose a slice of crate-root multicalc over PyO3/maturin as import multicalc_py. Host f64 only; const-generic sizes are fixed in the type name. Workspace-internal (publish = false), with pytest coverage and crate/type docs.

Checklist

  • cargo test + cargo clippy --all-targets clean locally
  • New public APIs have a doc example
  • No unwrap/expect/panic on library paths (typed errors instead)

@rtmongold
rtmongold force-pushed the add-multicalc-py-bindings branch from a5072f5 to f32bd34 Compare August 22, 2026 13:09
Expose a slice of crate-root multicalc over PyO3/maturin as import
multicalc_py. Host f64 only; const-generic sizes are fixed in the type
name. Workspace-internal (publish = false), with pytest coverage and
crate/type docs.
@rtmongold
rtmongold force-pushed the add-multicalc-py-bindings branch from f32bd34 to 3adada4 Compare August 24, 2026 23:52
@rtmongold
rtmongold marked this pull request as ready for review August 24, 2026 23:58
@rtmongold
rtmongold requested a review from kmolan as a code owner August 24, 2026 23:58
@kmolan

kmolan commented Aug 26, 2026

Copy link
Copy Markdown
Owner

will look at this by this weekend.

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.

Add Python bindings

2 participants