Registry / data / geode-numerics

geode-numerics

JSON →
library6.4.15pypypiunverified

Geode-solutions core numerical algorithms module for geometry processing. Current version 6.4.15, requires Python <3.13, >=3.9. Release cadence follows main Geode library releases.

pip install geode-numerics
INSTALL
IMPORT
SIG · GEODE-NUMERICS
G
geode-numerics
datapythonv6.4.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GeodeNumerics
import geode_numerics
from geode_numerics import GeodeNumerics

Initialize Numerics and call a method (example: solve linear system).

from geode_numerics import GeodeNumerics numerics = GeodeNumerics() result = numerics.solve_linear_system([[2.0, 1.0], [1.0, 3.0]], [5.0, 6.0]) print(result)
Debug
Known issues
gotchaImport path uses underscore (geode_numerics) not hyphen. Many users mistakenly use `import geode-numerics` which is invalid syntax.
fix
Use `from geode_numerics import ...` or `import geode_numerics`.
affects: all
breakingAPI changes between major versions (e.g., 5.x to 6.x) can break method signatures. Always check migration guide.
fix
Review release notes and update method calls accordingly.
affects: >=6.0.0
gotchaRequires Python <3.13; will not install on Python 3.13+. Use Python 3.9-3.12.
fix
Install with Python 3.9, 3.10, 3.11, or 3.12.
affects: >=6.4.15
Upgrade
Version history
6.4.15latest on PyPI · released Mar 11, 2026
Audit
Dependencies
geode-commonrequiredCore library for common utilities and base types
geode-backgroundrequiredBackground/context management
Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
geode-numerics — pip install geode-numerics · libregistry