Skip to main content

A rusty mutex watershed

Project description

mwatershed

A rusty mutex watershed

  • Free software: MIT License

Installation

pip install git+https://github.com/pattonw/mwatershed

Features

  • A mutex watershed implementation for affinities
  • Should handle up to 6 dimensional arrays of fragments (7 dimensions if you include offsets in affinities) but only tested on 2 and 3 dimensions

Usage

components = mwatershed.agglom(
    affinities: NDArray[np.float64],
    offsets: list[list[int]],
    seeds: NDArray[np.uint64],
    edges: Optional[list[tuple[usize, usize, f64]]] = None,
)

where:

  • affinities is a k+1 dimensional array of non nan affinities with leading dimension having size n
  • offsets is a list of length n of offset tuples of k integers
  • seeds is a k dimensional array of fragment ids. Note seeds.shape must be equal to affinities.shape[1:]. Any entry not equal to 0 is guaranteed to stay that way, any entry equal to zero has no priors.
  • edges is a list of (u, v, aff) tuples to insert arbitrary extra affinities between fragment ids

Credits

This package was created with Cookiecutter and the pattonw/cookiecutter-rust-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mwatershed-0.5.2.tar.gz (35.8 kB view details)

Uploaded Source

Built Distributions

mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (359.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-cp312-none-win_amd64.whl (205.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

mwatershed-0.5.2-cp312-none-win32.whl (191.6 kB view details)

Uploaded CPython 3.12 Windows x86

mwatershed-0.5.2-cp312-cp312-macosx_11_0_arm64.whl (305.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mwatershed-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl (317.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

mwatershed-0.5.2-cp311-none-win_amd64.whl (204.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

mwatershed-0.5.2-cp311-none-win32.whl (191.4 kB view details)

Uploaded CPython 3.11 Windows x86

mwatershed-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-cp311-cp311-macosx_11_0_arm64.whl (305.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mwatershed-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl (317.6 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

mwatershed-0.5.2-cp310-none-win_amd64.whl (204.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

mwatershed-0.5.2-cp310-none-win32.whl (191.4 kB view details)

Uploaded CPython 3.10 Windows x86

mwatershed-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-cp310-cp310-macosx_11_0_arm64.whl (305.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mwatershed-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl (317.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

mwatershed-0.5.2-cp39-none-win_amd64.whl (205.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

mwatershed-0.5.2-cp39-none-win32.whl (191.8 kB view details)

Uploaded CPython 3.9 Windows x86

mwatershed-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-cp39-cp39-macosx_11_0_arm64.whl (306.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mwatershed-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl (318.0 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

mwatershed-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (404.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

Details for the file mwatershed-0.5.2.tar.gz.

File metadata

  • Download URL: mwatershed-0.5.2.tar.gz
  • Upload date:
  • Size: 35.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for mwatershed-0.5.2.tar.gz
Algorithm Hash digest
SHA256 79c4f3d1717afe19446e1bfb094eb40721ed5fe61a9136eb0a945ccce03c84b6
MD5 6f6e6d92f31654f6ba8995faff21725e
BLAKE2b-256 e953118c133066b3630f626ed1fdfbde8988bb1ec6af231a190f5a51836e1bcf

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43d3230743d449bd9a17cb8e1219c3c7853393af299834f33bec32d13c39e964
MD5 a97968333a7822477a99eaca6f6d26c8
BLAKE2b-256 2b9f0f59edd69743366dba417617b9745a20f9eeba4ccddcebee268e92cb5dd5

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e249e200a91538abd67028e7f2aff10007797bda2cc371166a2527129d2cb084
MD5 33037010b8306deeacaa32c6ab120f8c
BLAKE2b-256 2c7115ba933c27cb286cb044e36285a51db7c6fba133dfe23270c3d1cbc403ce

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cf9b92b45a129e63f350a40dfcef0bede99f766811c96e6019a44b3cb4d89092
MD5 914e99849a2dc2a2573664730237783e
BLAKE2b-256 05e03f62b7bf7fd7d6c74004ab4e81f97c331b340b0c7a69ca597b0a1932d642

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1112850cc9743fab95802469d4771d54832a63428e7b995fb6f353430529807e
MD5 ef511980a557bd7d83b1afc52c34ee57
BLAKE2b-256 0c6cfeb94a6daa3961cd41e6d290327122dcee124888b23ca4a76d7ee5b7fd5d

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 352b8c191edfb94c95e1a9ada59e1b8226ae9e5a79951b1e40644ea4310f429f
MD5 3465b526ea0a8e9d5e15bde0a4cef568
BLAKE2b-256 c31afddae9bb3db44ed7cd5e5481363eb9766b0ad70c82a47abb1f88d01b44db

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc0f10fd53a9ad5776690e12ec6b05cc9e774771092b458dd9ba9883375a5559
MD5 c2482638d5d8e34409f27bf33a018130
BLAKE2b-256 6d7a5fa6f027cf48b496be656a2f7f0a5c290fde9ba78cbbb274a479d95ec714

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 091bc48094b3a193f6d69f5aeea033d263dec98de4279a0ac36c8ae2a560ea88
MD5 30570897bb03a50ca7c0432da234bd65
BLAKE2b-256 b9d1bbf78d7d874b35257bd1f9a048f5c9126a7471f7efcce76f81dfbed5a83c

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2576fdffac6121c6b6f9c92ae755a46b002bc34e91b3f13cf921a9ea42210a1f
MD5 d1d3018d8a85d8ce0aac27b5b4d43ced
BLAKE2b-256 f06d777920ece8cf2d4d03d8562a8ad10433014dbddbfb5517ad083dc534fab2

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 676b4f3563fecf690022ad7dfe5833f13c6ea3f77bee2c040f6bafe144e44148
MD5 71ff516e9826ec57616820562344715d
BLAKE2b-256 9692251a6244f62d5b7de06af8e1fc52699b526afca7b1a2c3ad5ecca30753a3

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 691521773fb9a02cfd70f7c0ff2fed85fa2e76aa0dc25ac7a51a8b2906f8840a
MD5 7bf6c35ae63a3eac03ad782f4efe7bcd
BLAKE2b-256 1418bba9e6bd4ecc2256a396ee55a6826bee92ebd9bdd879ad5c2aa11b777c7b

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 57b89e68376da3055ccd97453172361397128be9d5ccffc4143ef4c72944d427
MD5 718725785131e185a7f94203a299fc0e
BLAKE2b-256 ff4d8c47fcf093b36cebe6f15ff924d4762e129b66138a81a62bfef85c45206f

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp312-none-win32.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 9286e85cc79123d0b5d58953ac87bf8ccedecd59c9a6090faac21fbb3a9b79db
MD5 31f84bc16f31a1469b59d677a09172de
BLAKE2b-256 d34825c9f46bcac4887de8858085e38a667bf711a41fb7d9b2e9a52164934349

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1a3dd7cb59b560303360256db3cebc6c0fb2a9ad049e8d9e5fadb18be2bce93
MD5 e28f3892c2943f69005721baa07adb08
BLAKE2b-256 4a00214470790e255d94871eb935ace15a69c0e7cb01150640ce5cb872af5336

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb879865da9b51a7da9dd138e7cf5d5c331e8f5c295dbd97e6a1e243b36103b2
MD5 47744d43ab36ed623c85b22f2aed9e43
BLAKE2b-256 95f2a53e7f138289418f2e27e21364765d37f2d4f6eca444532497a3a8c5951b

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 62604629abfaa2d845575a2784dd388364dc8d6104395bdea22c3ad427fdc2b2
MD5 fc31a3a96697504d3ca65eba61df3a5f
BLAKE2b-256 cba2bc7607fa9b16274ce7f1f4c26f6d0650ff5fd8ee6c67e2c48fa3e6c41e6c

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-none-win32.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fb447e3d2f2d7950c4a2a8c8f79416175b0cf08ba4415b806a94f4150e8d9cc4
MD5 01674357c1672133604a05bb4a040971
BLAKE2b-256 6122ae2bc57e9a5062fbfe1d1cc6099f8bc345d6d7726ef29f18d2778c966382

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66be21b36dc70c30c098ec51800feb93443dae3c9d5fdd1855821e83170fafa5
MD5 e56830b533676b360a2fac6c3968919b
BLAKE2b-256 4fdc5785e09064d04a8cfca08313f48f18d16cc0e69e4eb1be15be272ddbb822

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c8b97a6a24e9f40d3d15c1c0e54c4f23e1c64cc6c2f12630b823d8d21955b5d
MD5 89c8fd66db3256680c6afa724047e007
BLAKE2b-256 100988a8e289a2ddbf74369031b651200df8c690cddeeab59e516bdc96858fb5

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 848c8b45a675c391c5835685daeb844a3bb19ed946b024b138a0f218bf0010cf
MD5 4d70a7fc269927113c05018df92f21a4
BLAKE2b-256 390ce20f34a881c65f71005dca3c824d7018bf02aa6946928ecb730f70953953

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8f65a9672b1bd9a810f69ad134ffcedf5b65535d39a716e31ac025caff46f1f2
MD5 2025f1fc261db87af5ee968595a4e5ae
BLAKE2b-256 d85d130f62ad8e29de727e822b8cd9daaf6b5cb081b67270b3dcb3bfcdf48bf9

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 929ceacd844aa6f3743eee97160acea612a484aeeb8420b46ad5b63b89a6f769
MD5 7a3fe5597a98873c5c9e21af1d5918c1
BLAKE2b-256 2ecad72eb6f85420820ce81ba39e5e1a86346eaa7024d447547b4baf50596015

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd6686fa721c7706cb656d6e2934e25f0026a154f6f0749166069ba0014c42f8
MD5 29c5a8fd3c88fbf90efe5b75e213f786
BLAKE2b-256 dfe546e9e314b322b809141e94f19a0e5d019ef932392d4aaf095e11021be7df

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ca0b7c7d62d750375af8dcff4d3ded8e55417cfc65ee8619ed0ffe7590da4f60
MD5 f2ff5eb40f8f3b93046824a92e0f7a3d
BLAKE2b-256 badd8190ddba8435bdd822d84c0782cd1a87bec59f3f8b77d4b6354c4f50f296

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 cc548c142e3fa322cbcc8b45021109da34b4ef56b5a8a8d03eb95af0ebc4f1c5
MD5 478401198f74b845d839bf7654334d8e
BLAKE2b-256 b6ab7ad5e079b169846e930eb70776c2cd69fc5f99bc41877a1ffb7464da0d65

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-none-win32.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d769caf89055231d9bccb9272fb8ade124ed12580e2fcbce1b9f37cd7c2c4324
MD5 afd95df198c3d5aa49fcae2ae9ec573b
BLAKE2b-256 c0cd3d3cb7847fb4ef70ee2db5ec16ac2004e6601196ef041287cb42c60b1357

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14b0ea89e3abdfd715d2f99bea712a1cd2d2db071c721f55dca7c9b30e67559a
MD5 605b8ad2f2f4e6072bdef3098037539d
BLAKE2b-256 54f15a34a4792b30b422e5fa885a9c65b7d2e867e24b9422551585626cf625d4

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be0358e41aa69a2d393e264b57fe75f5632a7590ce8713754c986e96a2aeb4f2
MD5 b3d0d5a836441a8d950e4d67aa5c28eb
BLAKE2b-256 3d64884136198a668427cf9ace60caf54565da016304b0168687cf398494d58f

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99ba9ebde12f6c99a1c152833e67c520f8cf59b1cbc70e605ba9fff3afb20c76
MD5 eeb290becdd2461898b34e4b55a00d38
BLAKE2b-256 5f5ae06946a3fe14b6ddface5ee9861a2b41417e55394d3c30344327f8d9cc58

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f62cc6213b66fa6a2ad1df9ee0355e76a90e7bac331cfb515ea1ab87106edabd
MD5 840a0b95c0377819d66d62d3e8b6908b
BLAKE2b-256 efe5990631d5cb82f1674733ffebe807e26bd2c8a46c0c73e7d5e147b4afc4d3

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1500f5855285505dad27e525960ae4e2e97bba97fe66dff54c8c2d33bd5ba6c7
MD5 491b47de58bcab3bbf3dbf039a94e42b
BLAKE2b-256 d4c13bf8a6e938d0279233d14c3053ed0b52635386c449f69c9fd57a73014fc0

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae98a8f94790f1a25b84537242403ea267697fc70ff35462dee2fbf2fe4edd5e
MD5 da9c99f07d2340236d152afc80f90fb1
BLAKE2b-256 fbcf2983dd4abc0ab68286b2cda5dcc47343fd61a8ad8a64f56909da945fd3ac

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 06e3c23a4e494fdfc924c654f58eafbcde2e54ba1a46584d888f276352b5c9a8
MD5 bf884b9e09466a7c73c3a6866c0f7481
BLAKE2b-256 21c67518fade11ae4bcf6de5db0e9d72d53fabfd319d727032b463a3820fd094

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 406d6e0da372af7c4c89c154a2550a288082ab3328eb93784d16105fdc6c8673
MD5 6a80784232bb0bedc02b65e0a1fa2909
BLAKE2b-256 cc145644086a4b53e4e8a6c7ee4cbaaca0fe699398cc2381d8b62ab359d1f070

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-none-win32.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a67be338a64d710ce7d2e98a8b1427cd1f9866fe547a546750b5a60a51f35e77
MD5 0fc0e2c0454b9d1582ae4210f2598e90
BLAKE2b-256 2e283d09495013615b9e1c95fa256b8b0df5bf6b4ea55673d5d688eb86fefe3d

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84591220c077b635ec019111ca05b2e1aa373b61491dca7dc17f2ecd2f321f8c
MD5 09b37e5da34b8af84f4c4c864b62f379
BLAKE2b-256 06cad857b5f87716009c6fc17ceb4dd11dca37e3e7a896c0dbf679a9ebee7664

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e7d2e038468af1da1932b6b32ddd886fdaabf6049c2cee5b1e201ed02487588
MD5 4015e7e771b7282aa965e3d97967c0f3
BLAKE2b-256 3a6a9f54c4ce4ef957987d698ad6a390909b92e8831fa5e436704fe7fe4b71f7

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8fc13ff33d8b88852fc392b5d9378bc41fccc0c27d25df52a849f08bf7971ea3
MD5 19097855cd0b958fe0e67311b5deab9c
BLAKE2b-256 3abf950ae2a5e12f541fabfeb938e7176a1d77138a1a1e1980d30406fe076295

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a6597d81d2caf5417284963134ab3658456556428573f5b1fbaa5fc3534610bf
MD5 f8c340696d59c3036bdad9ed376de365
BLAKE2b-256 b0023ca8e640e5f8f10e61a9d9b613f9c6d9bc71a9f17ef58d33d80f928ad1a0

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8b0c89c27df2a1fcc4fdc2dfcdb3ec38fc5d25adc4be8a4345b9e9793299e13
MD5 b2de14098bc7ef2c08767bcc7e613e4f
BLAKE2b-256 ea5c1be4e9e3a81220c4a2188e3ed4687d101eababeed3e39e83d52a38452523

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3e14f48186b26639203477a627dd57dafcd136e679f87f1b4b636c70422f6a8
MD5 78bde041a80fa1cc798706c5ccc3377b
BLAKE2b-256 4c4e54a2e5f42961d7f4c15db380ef942138c41acccfd34e5e503e3c73122e37

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f037a9612c7b5bbc04ef35403295f0279bd738d380f144b1b111c1ba85ce5e86
MD5 157e07f8aec1fedb12dd9097679781e0
BLAKE2b-256 30d4eb5be0cf882f6c6941ceade54e5169b290e0192083372d1446a6dabe187b

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 052824bff885584daa57bab54a21fc31447f85b86734caa75d2b0e8d00fa17d2
MD5 670b7d31e6f9fa3af8fcd772ee72f667
BLAKE2b-256 0138922196d08d344085a320f04ee1b74a53393c9b30f29014594df91a75c1e9

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fbe150fc1bac6a9177c03276b8504cce3f7a0f03ca1da0601f7dba2f863707d1
MD5 43c77e20f424d49b11885b1d41b3c4f6
BLAKE2b-256 02708d691f74644a04c21d5fc3434fdedf677838c309f51dc50f472bb267df8f

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 934ee42d88821cbb6b6b4f951398a0f99c378026e722140d7c26b32f66fdc8ca
MD5 ad70b1c8bfab0cfa5ce3b8b3d73f83b4
BLAKE2b-256 5d60a643ff674384ecdc3be7d15a1a3bd479d43de6eaddf92003b65feb583431

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 936fe44241b4efef627c4454c39fb670814c3856372e4dab94ec2de99ad8afd1
MD5 8db9a39c02abc7f02453e2b5bfe79d48
BLAKE2b-256 3e18c5cda2503043fa36c06ecc8ad83754010ad2a821b1a87de1ad4ac0b75fca

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1573dcc089a6500bbe029dfa4b78b7e09d3331f4de920e3449948cbc6bfb8b6
MD5 ad9448f79d6ab78fcf8e5749d4406808
BLAKE2b-256 34c266f383d798c358776733a3b2fbbd4b3e26f95f75b7136091e7b848d156ca

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7b1396f5f472458e4cccd8d45b4d2fad6b3030c0831d81a30eafd892e278ad3
MD5 a35711e9d0c7049c106cf68066a70dd0
BLAKE2b-256 ff18bac040ead598d0b3cc9c85468d2ebfc64dd94bc283922e7e93392a3245b0

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c93525b2ab0892de1d77699e45392c0953f690c7db2928d83f3cef387e37d8aa
MD5 0b22ea85e1bcb04d19821b06793002c7
BLAKE2b-256 bff8620491c79f3b4b9d05d5cfde21659f4c34aa168e461303e96eb90a61fe44

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbf90f583a4bba35645fc7168fef5b0d2e7e61fd3cd4ad8a3760b0ae137b8e51
MD5 389907eb49644dad633bfd50c2669243
BLAKE2b-256 23a08c00449fb81ae6e9e6e6c8997026537a4ecb7a858908b22b74bef08c116a

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d1fbc0abe08986e21c74e6487ee8732841610ad46a1e122df62517c6ff56aa0
MD5 d4e65258c0b590a8967b88b41735fe99
BLAKE2b-256 f644a83b8e2fcf8a68bf8818f02be1bf561b1faf00a3506ee880e5f1c9ac15c5

See more details on using hashes here.

File details

Details for the file mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwatershed-0.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 451cb669ad960b9fb7fe2206829bd34826d980218135181962c8abff0fd33399
MD5 359453cc1c163eae4c56d02243c24528
BLAKE2b-256 120024a1ed093aaeb5316166edd947d71378550120349b1e24a4192e054f5e2d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page