Install & Compatibility
Where this runs
tested against v1.3.6 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
build_error
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
FXraysmodule
✓ from FXrays import FXraysmodule
✗ from fxrays import FXrays
find_Xrays
✓ from FXrays import find_Xrays
✗ from fxrays import FXrays
version
✓ from FXrays import version
✗ from fxrays import FXrays
Basic usage to compute extremal rays from a set of points.
from fxrays import compute_extremal_rays
import numpy as np
# Generate random points (example usage)
points = np.random.rand(10, 3)
rays = compute_extremal_rays(points)
print(rays)
Upgrade
Version history
1.3.6latest on PyPI · released Jan 14, 2025
Audit
Dependencies
No dependency data recorded yet.