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.

dataai-ml
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.

import geode_numerics

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 footguns
gotchaImport path uses underscore (geode_numerics) not hyphen. Many users mistakenly use `import geode-numerics` which is invalid syntax.
breakingAPI changes between major versions (e.g., 5.x to 6.x) can break method signatures. Always check migration guide.
gotchaRequires Python <3.13; will not install on Python 3.13+. Use Python 3.9-3.12.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
ahrefsbot
4
gptbot
3
amazonbot
3
claudebot
3
Resources