Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide document of numeric types and type stability #1938

Merged
merged 13 commits into from
May 15, 2024
2 changes: 2 additions & 0 deletions docs/src/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ based on the following rules.
- `wrap_array` should be used as default option. `wrap_array_native` should only
be used when necessary, e.g., to avoid additional overhead when interfacing
with external C libraries such as HDF5, MPI, or visualization.

# Numerical Types and Stability
huiyuxie marked this conversation as resolved.
Show resolved Hide resolved
Loading