Tombstone release. wifi-densepose v1.x is superseded by v2.0+ (PyO3 bindings to the Rust core). Install wifi-densepose==2.0.0 — see https://github.com/ruvnet/RuView/blob/main/docs/pip-migration.md
Project description
wifi-densepose 1.99.0 — tombstone release
This sub-directory builds the tombstone wheel described in ADR-117 §7.2.
wifi-densepose==1.1.0 was published on 2025-06-07 as a pure-Python
FastAPI + PyTorch server. v2.0+ is a hard rewrite around the Rust
crates in v2/crates/ exposed via PyO3.
wifi-densepose==1.99.0 ships no real code — its __init__.py
raises ImportError with a migration URL. The point is that any
project pinned to wifi-densepose>=1,<2 that runs pip install -U wifi-densepose gets a clear, actionable error instead of a silent
import of a broken legacy server.
Build locally
cd python/tombstone
python -m build
Result: dist/wifi_densepose-1.99.0-py3-none-any.whl and the matching sdist.
Smoke-test
pip install dist/wifi_densepose-1.99.0-py3-none-any.whl
python -c "import wifi_densepose"
# Expected: ImportError with the migration URL.
Publish
Publishing is done by the pip-release.yml GH Actions workflow, gated
on a v1.99.0-pip tag OR an explicit workflow_dispatch with
target: v1-99-tombstone. Per ADR-117 §7.3 this should publish
before v2.0.0 to claim the "current" slot in pip's resolver.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wifi_densepose-1.99.0-py3-none-any.whl.
File metadata
- Download URL: wifi_densepose-1.99.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ff6b35085441573b549fb1d9db0afa004af0280fee9e3f237f8e0387dfd84e
|
|
| MD5 |
8fd279eabf20f3c804e248e36baff2ec
|
|
| BLAKE2b-256 |
b198811d9dcc750e210a3c500579f517529f941de234b17a0d0c8cd4b2c7726d
|