Skip to main content

deadwood Package for R and Python

Deadwood: Outlier Detection via Trimming of Mutual Reachability Minimum Spanning Trees

deadwood for Python deadwood for R

Keywords: Deadwood, outlier detection, anomaly detection, HDBSCAN*, DBSCAN, minimum spanning tree, MST, density estimation, mutual reachability distance.

Refer to the package homepage at https://deadwood.gagolewski.com/ for the reference manual, tutorials, examples, and benchmarks.

Author and Maintainer: Marek Gagolewski

About

Deadwood is an anomaly detection algorithm based on Mutual Reachability Minimum Spanning Trees. It trims protruding tree segments and marks small debris as outliers.

More precisely:

  • the use of a mutual reachability distance pulls peripheral points farther away from each other,

  • tree edges with weights beyond the detected elbow point are removed,

  • all the resulting connected components whose sizes are smaller than a given threshold are deemed anomalous.

How to Install

Python Version

To install from PyPI, call:

pip3 install deadwood  # python3 -m pip install deadwood

To learn more about Python, check out my open-access textbook Minimalist Data Wrangling in Python.

R Version

To install from CRAN, call:

install.packages("deadwood")

To learn more about R, check out my open-access textbook Deep R Programming.

Other

The core functionality is implemented in the form of a C++ library. It can thus be easily adapted for use in other projects.

New contributions are welcome, e.g., Julia, Matlab/GNU Octave wrappers.

License

Copyright (C) 2025–2026 Marek Gagolewski https://www.gagolewski.com/

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3, 19 November 2007, published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License Version 3 for more details. You should have received a copy of the License along with this program. If not, see (https://www.gnu.org/licenses/).

References

TODO

See deadwood's homepage for more references.

Release files for deadwood 0.9.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for deadwood 0.9.0
File Size Uploaded
deadwood-0.9.0.tar.gz 54.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for deadwood 0.9.0
File
deadwood-0.9.0-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
deadwood-0.9.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
deadwood-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
deadwood-0.9.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
deadwood-0.9.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
deadwood-0.9.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
deadwood-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
deadwood-0.9.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
deadwood-0.9.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
deadwood-0.9.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
deadwood-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
deadwood-0.9.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
deadwood-0.9.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
deadwood-0.9.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
deadwood-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
deadwood-0.9.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
deadwood-0.9.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
deadwood-0.9.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
deadwood-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
deadwood-0.9.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
deadwood-0.9.0-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
deadwood-0.9.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
deadwood-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
deadwood-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
deadwood-0.9.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
deadwood-0.9.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
deadwood-0.9.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
deadwood-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 69.8 MB

Release files / deadwood-0.9.0.tar.gz

Download URL deadwood-0.9.0.tar.gz
Size 54.8 kB
Tags Source
SHA-256 checksum
How to use checksums
b373f651f4d4da50895fd67fccc7ab979be9aab24efe2975516e24532f58c1e5
BLAKE2b-256 checksum
How to use checksums
2d713b82cf30b5a43d4904ae9bd23f433a2f74736492d96d3185b2f6befb2605
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-win_arm64.whl

Download URL deadwood-0.9.0-cp314-cp314t-win_arm64.whl
Size 243.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
b2d6ad086e8182dbc06c06de85657e0008e415f05b345b3e247dbd6313f12a8c
BLAKE2b-256 checksum
How to use checksums
b4a711d4f2700a361da565c235eee30a075bd5a407c34a936dbbaeae9e1ecda2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-win_amd64.whl

Download URL deadwood-0.9.0-cp314-cp314t-win_amd64.whl
Size 322.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
8e0679ee81173a80edbd179c50e9114e8118aad720f8789b36f9b8978d9917bb
BLAKE2b-256 checksum
How to use checksums
f8c5df7b6a14b43a89f769425fb44ef53e0b1662867dada9b1dc244de7f58dcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 3.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
24cd46f1f36ee9cb06affffbf6dd8aaf5ed9a2f7a31049d502306f7da5869d3a
BLAKE2b-256 checksum
How to use checksums
25c79ec8a038214fc4347f816ffcb09165457e2bc61dc9103f836ab5953136dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 3.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
60ffbe9b28b01ea511065111fb6c326c62487062e4fa00a7db7e93509ecc249a
BLAKE2b-256 checksum
How to use checksums
6f4f22bb0478380607c9e8e9ee4f03e3ab1d1063b88a8405c9b99fc2096e3f00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
525b9ee8767723535dbf3f641d8b8cd3cafb47adb41ca57e8c7fcee92213f03f
BLAKE2b-256 checksum
How to use checksums
f3701569663e58af7564b69a572c0c6b159fe8680f53727d7cb7a08d2f964a4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c140396021082f2852583a2bd40fa22684ae63d4df7736c64456a4d3f10fefc5
BLAKE2b-256 checksum
How to use checksums
fd1c0f23a5e970d76dfcaa7572e7f67e381a1ec02cc34ec01198cdaa60c023bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 315.7 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0969f67c8d992de020ef02cf1ba6642482d417a644abdaf23990b673f6e58680
BLAKE2b-256 checksum
How to use checksums
8db8762d6b80fc31ed1d3eb2540696e7ab24f56c460c60ef29665925e540c30a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314t-macosx_10_15_x86_64.whl
Size 329.1 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
a55b30465a0286c05d1a4f7e69d052652a2a35643f1690fc7cf938b3593520de
BLAKE2b-256 checksum
How to use checksums
1f2b3eef87dace9477c3e5b756abc2893a29c8a86a4e61c14e22a7863995b7da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-win_arm64.whl

Download URL deadwood-0.9.0-cp314-cp314-win_arm64.whl
Size 231.7 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
961d2a65200ba4747a5c0becf6e7aba0ad961bc675385aacfce7aac1b4ba6537
BLAKE2b-256 checksum
How to use checksums
f01670808f56c2ae72204d886cb71b889d624a023389bf4f845d1536e2422275
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-win_amd64.whl

Download URL deadwood-0.9.0-cp314-cp314-win_amd64.whl
Size 275.9 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
ee12fcd87bdef136ce1f76a1eba2482408ac1316c46b97204433250141f426d6
BLAKE2b-256 checksum
How to use checksums
5922af4273e7510fe8e00ffa136a304cf72ece6f2b5ac0fbcb63a26505bdfc52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 3.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7030750db6c9c7d5aa97e05b3526054a18ba781a94cd0b2f64f5258c5a3af7a6
BLAKE2b-256 checksum
How to use checksums
70cb9b013a9de6430b812d37c69bdeecf4278e1bdbb247ae5499cb36a2069081
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 3.0 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ade5dc5ef3617dbc5c6f731d837feb3b2b03d345a9492597b1657b21b01f66e0
BLAKE2b-256 checksum
How to use checksums
dc098b3a608a92e5e5253030e25bffaef1894a4783a4d651a68357f90f91b604
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d13e58489ce8ee27e591432bcc6e64dbe0eeb6ad527e20ac9fe287f58a6ed8e8
BLAKE2b-256 checksum
How to use checksums
242e3b06a8d391fe87b14bcb8ffe76c956c3135cd1fb4f7dc28d86a3ef33f3fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.1 MB
Tags CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1eca862181587237a6cffcf5cc84f4654b143bb985f80d6398febc402e435881
BLAKE2b-256 checksum
How to use checksums
cf8515514fa15bdcf74f4e7d937426cbcc87228ffd5bf442e3df33d59408c169
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp314-cp314-macosx_11_0_arm64.whl
Size 297.2 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ff85a809e2b72c08a135833505543e92ed0b3bdeea90b4f179f5e558aa91457c
BLAKE2b-256 checksum
How to use checksums
09a9151ef1d8eae84359fcb05b80873fbcc32e0357846b7d67f7c1126e2ebe3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL deadwood-0.9.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 314.2 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
24a1c5cef175ab6bbe97b4ef10f7b5533a6420688d3d55c0e491832d710c0214
BLAKE2b-256 checksum
How to use checksums
958358d3f3759d7a0293ef42505eaeedd4c50b4fa90dd895dd29461bc8ac9925
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-win_arm64.whl

Download URL deadwood-0.9.0-cp313-cp313-win_arm64.whl
Size 224.0 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
ef88af332f8e0df7e12fe912eddc06ac04243329e83f5ac309b0b350033a9c2e
BLAKE2b-256 checksum
How to use checksums
ec50d440a0ed9afc35e7292d674e665eb0055933666d1950872a00519663d933
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-win_amd64.whl

Download URL deadwood-0.9.0-cp313-cp313-win_amd64.whl
Size 267.6 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
64bd2d9e8e370073af96209c240cab63156b9d577cb62efef2558da322b81e93
BLAKE2b-256 checksum
How to use checksums
5c0d945152ae188f2df9202bf431fcb75ffc3e25213ac41afc0ae987159d16dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 3.2 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4131bd889a2492882ca9728ef5e24204531b68eaac848e9e5b1f210de09898e2
BLAKE2b-256 checksum
How to use checksums
11bd824275cda9d6ceea540fa16d1194801eadac4ffa6749dd6cbeb0d286af14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 3.0 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
308d6a2a05024eda2cf38adc3a15a93b0c09b15d3314eafc1fdfab2718d3f951
BLAKE2b-256 checksum
How to use checksums
d7beff243be73eb923710cad60a591a03dd095c3ef3f51847b1fdbd76240f3ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
39f29fd2b2bc9454a1a24bbe2c4881e18783da15e2b11de152d43c60a8844842
BLAKE2b-256 checksum
How to use checksums
fc57c1d2302ba6dae93c2a2b8504509b0326d8882d53cb010401426e7e527b8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.1 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f8a9743b94ab697e0439482d2413a6b3b2277677305035a97db68913107545ce
BLAKE2b-256 checksum
How to use checksums
cae6dac8adead923911a3cacdc6723a9a7690de175cf3700b9206592816917e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
Size 298.5 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6d9aec6ab6bc2766355207514227f188eb9d4fce921c4eaef71e6133d6b7ef5d
BLAKE2b-256 checksum
How to use checksums
c12d7eff3f6161a9574c9e4bb651efbc2c2a272d72fc49c191e273bbcab90280
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL deadwood-0.9.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 314.5 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
24f625598fa62a999c03e115120776ed17a6f0447b66df1f0aeafa2c8fc2b629
BLAKE2b-256 checksum
How to use checksums
edbcc68e46533537d508531d458e46fe8a5a71a8867edaf66944e4ad380f5940
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-win_arm64.whl

Download URL deadwood-0.9.0-cp312-cp312-win_arm64.whl
Size 224.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
568514387e1cea965716698f05b5667150b048857ead19b296854a72bef91c80
BLAKE2b-256 checksum
How to use checksums
be6052fb8779df8246754125e4d1e1f7a198d783078cef9b81e77551ed59df90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-win_amd64.whl

Download URL deadwood-0.9.0-cp312-cp312-win_amd64.whl
Size 267.9 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
ef2fced72f1a86849c79ac7ded53ea2fe70b5811d08ef9b313cedfd442c53910
BLAKE2b-256 checksum
How to use checksums
f73805edb87ee5a00c09ec3764a08a5118683cf940697af0ecf0191684c6321f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 3.2 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d512428aea750a62f4b47aee61c24b255b51963cf9dd1b88740cc70ed7978997
BLAKE2b-256 checksum
How to use checksums
47331bc4dbb5ea192966d857c4f87c24630fcedcf91b13e1663e631076b1676a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 3.0 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e8ef191cdd316616079c2c6556974e80438ba2afbdb447a2053d8e128515343b
BLAKE2b-256 checksum
How to use checksums
455e14c127bc474a3baa0271e4338cdca2b95e004c273529526c79d1ffea9327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2008b8d87bcda865efe27c22bc79c41797bb469ade16e9b1bcec881c34fb6c17
BLAKE2b-256 checksum
How to use checksums
3b034b2a768b93ec5c7d1c203b42f9a3ae7961e949713dc322435a0175c4dd20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.1 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b25760b857f4b351248f0a030487d394e4272ae3fc477565eaceadb164050e25
BLAKE2b-256 checksum
How to use checksums
7f7976363b67dbffa486c45437b838b6772a3bba7babbc0ca0b87cd41bb233bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Size 299.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4dabcdba50cae1b74930098e9afb6a3e32119e6e260054afb61ac896c096bebb
BLAKE2b-256 checksum
How to use checksums
8f9108ca9b5a760a5cbcb34713c188215dbd006a702030a0ccd8314d212220cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL deadwood-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 316.0 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
42d33d2f1f641c5e94382bdacb76f27f8685a60a5e0f56969c128ae78b899877
BLAKE2b-256 checksum
How to use checksums
5f0709fd63aa6a3a15d3b9cebd120a6e09f338e2e717618685c462d39e12062b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-win_arm64.whl

Download URL deadwood-0.9.0-cp311-cp311-win_arm64.whl
Size 229.6 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
ac107fec0c06366d1ad7252c057f71b0d758459e157f4075ba8b4a09cb376335
BLAKE2b-256 checksum
How to use checksums
98ee33e509a7767f86e314568d4e09bffa73c2d9e01565b15992c0349e53f53c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-win_amd64.whl

Download URL deadwood-0.9.0-cp311-cp311-win_amd64.whl
Size 270.7 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
094f4904ef76b5241456bd4d40662a520138acc9ad24f6a09b6b11ce773d312e
BLAKE2b-256 checksum
How to use checksums
a08ee53974601e83e1963eeda8893e221601ec4cb0a69faf3fcf2ab32099c289
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 3.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ef2289adbb0f766ecab1ed2f149022df15a69c34f6ca6182d4d48b45fbda5ac7
BLAKE2b-256 checksum
How to use checksums
3691c0ab08e615bc9b65907a7b59f10e2a9f5d467dcc5e78130de3b531ecf4f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 3.1 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7de476937fa3305ec927e2b7f76faf099d2ee0bb000b370b2891bf2d10d73d9f
BLAKE2b-256 checksum
How to use checksums
b06409f4b151515bc7e9bf636d3bd1ea4519006289edfe253681d671ce093699
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5da6e840ea81f8d1ab188add9f530efcea43cf16f2c463b4b4f7f6ebadf5b028
BLAKE2b-256 checksum
How to use checksums
a2b66fdc0bd7cd45a903c34b918d577a13b76029defd9e827ae662d6135be327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6ba0ecd12d923f492c2328a87a34bdfe8f7cfcdd5a070480a51b28c5e222a1b3
BLAKE2b-256 checksum
How to use checksums
afc14d9080742ed4c222662dfba3ea38693b6c97565326bab45ab763fdc907d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Size 294.7 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
03653d7ba4328a3ffdb03b464407670b488623f0914974b3f44a91c174a7cbc4
BLAKE2b-256 checksum
How to use checksums
a3ae2d5fc54d1785d48ae5d544bfe3b43079383a883fd55524e605bdc536a9e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL deadwood-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 313.4 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
08b0daa8e6e017b06c203e644c14289506fddbc07501ed207ac25356d1b4f963
BLAKE2b-256 checksum
How to use checksums
21d5ec2f0a04c14cbea6b74e452641aa738f645c1739f450e1c69f0f5c54730d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-win_arm64.whl

Download URL deadwood-0.9.0-cp310-cp310-win_arm64.whl
Size 230.1 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
1cb791574bd9176ef9ab1181c4816c4dea6b1bf96b81dd0415e5595452a45ead
BLAKE2b-256 checksum
How to use checksums
ff1c58dbed530569751702da857e5d6cebb66af0de76d1842d030e9ebf87b28b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-win_amd64.whl

Download URL deadwood-0.9.0-cp310-cp310-win_amd64.whl
Size 270.6 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2ad9a4ab1993c66f74c907fdaf4eab5e5de08b37e318495dcfd54b6402fe8992
BLAKE2b-256 checksum
How to use checksums
25c80d3ecb5c2cd1c1f5a824f41cd16169802c0d239e3eb472158a9bde8fecc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL deadwood-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 3.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4a8c2cf522e9d62e953dd1c26b60ede3bd9092a383025f8525328b5e15c1fbfc
BLAKE2b-256 checksum
How to use checksums
55766f71dd1559b59c80e84d2ae81651e4dc4eff438a4a10c4b87ef76db0406b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL deadwood-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 3.0 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d7047ca712562d513a7df3f51a61cfe85fe9f9a3fab53f579a456ae87328be36
BLAKE2b-256 checksum
How to use checksums
6e38e10d603a7123d9cb6b536a05d1f1a3bd93d641a6c2ab30cd77405dc9fbc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL deadwood-0.9.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
33749893c4c22de444cf3a68b1196f99c3e8af6912a7b687b8b7ffef836cfd2b
BLAKE2b-256 checksum
How to use checksums
e0166e1a8b9c3318373278242b2d0686d0de0c83b7b6d27453a3abcb6f295520
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL deadwood-0.9.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 2.1 MB
Tags CPython 3.10 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e08c13579ee566f3f3af43afa40a81a382e19015558b14adabb4876b00ff0321
BLAKE2b-256 checksum
How to use checksums
82f588d480c2c71ec85a6adaaaff3b596c70e3832604ed9855ec45d86b4c64fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL deadwood-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Size 297.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e2920c5e7ffadcc484bb9586be58b699f2347fb3fcb72db1bf12badfae30ac71
BLAKE2b-256 checksum
How to use checksums
1755bca5c313e11ab5d0cacf5a7dc46a82d785d549b4e9a5736f0e0bef195b61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release files / deadwood-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL deadwood-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 316.4 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
83ad853bfe0623cad86ffeaa429aa396689bd141c27578e6e835078b84c8e084
BLAKE2b-256 checksum
How to use checksums
9ca0dcdb8cc320b4f62ea69348f1225ec83ddffb427400c3af2780060fea8cbd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.9

Release history Release notifications | RSS feed

This release

0.9.0 This release

49 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page