Skip to main content

MLE 2D gaussian fitting with Poisson deviates

Project description

spotfitlm

A Python library for robust spot detection in 2D images using MLE Gaussian fitting. The core fitting algorithm is implemented in C using a Levenberg-Marquardt optimizer with Poisson noise model. Parameter uncertainties are computed from the full Hessian matrix.

See DETAILS.md for algorithm documentation.

Features

  • Maximum likelihood estimation with Poisson noise model
  • Sub-pixel localization of point sources
  • Covariance-based uncertainty estimates
  • Spot detection using statistical hypothesis testing

Installation

pip install spotfitlm

Pre-built wheels are available for:

  • Python: 3.9 - 3.13
  • Platforms: Windows (x64), macOS (Intel & Apple Silicon), Linux (x64, arm64)

Usage

import numpy as np
from spotfitlm import find_spots_in_timelapse

# Load your image (2D + time numpy array)
image = ...
# and mask (2D binary numpy array) (optional)
mask = ... 

# Detect and fit spots
results = find_spots_in_timelapse(
    image,
    mask,
    sigma=1.5,      # expected PSF width
    boxsize=9,      # fitting ROI size
    alpha=0.05,     # significance level for detection
    use_filter=True,
    min_sigma=0.8,
    max_sigma=2.4,
    min_amplitude=5.0,
    max_amplitude=800,
)

# Results is a DataFrame with columns:
# amplitude, background, x, y, x_err, y_err, sigma, ...

References

  • Laurence, T.A. & Chromy, B.A. (2010). Efficient maximum likelihood estimator fitting of histograms. Nature Methods, 7(5), 338-339.
  • Aguet, F. et al. (2013). Advances in analysis of low signal-to-noise images link dynamin and AP2 to the functions of an endocytic checkpoint. Developmental Cell, 26(3), 279-291.

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

spotfitlm-0.1.4.tar.gz (18.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

spotfitlm-0.1.4-cp313-cp313-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.13Windows x86-64

spotfitlm-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

spotfitlm-0.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

spotfitlm-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (21.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spotfitlm-0.1.4-cp313-cp313-macosx_10_13_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spotfitlm-0.1.4-cp312-cp312-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.12Windows x86-64

spotfitlm-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

spotfitlm-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

spotfitlm-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (21.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spotfitlm-0.1.4-cp312-cp312-macosx_10_13_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spotfitlm-0.1.4-cp311-cp311-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.11Windows x86-64

spotfitlm-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

spotfitlm-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

spotfitlm-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (21.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spotfitlm-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl (19.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spotfitlm-0.1.4-cp310-cp310-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.10Windows x86-64

spotfitlm-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

spotfitlm-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

spotfitlm-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (21.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spotfitlm-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl (19.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

spotfitlm-0.1.4-cp39-cp39-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.9Windows x86-64

spotfitlm-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

spotfitlm-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

spotfitlm-0.1.4-cp39-cp39-macosx_11_0_arm64.whl (21.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spotfitlm-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl (19.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file spotfitlm-0.1.4.tar.gz.

File metadata

  • Download URL: spotfitlm-0.1.4.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4.tar.gz
Algorithm Hash digest
SHA256 304cbd192aef12b8f5bb3bcc5df797632823601b6961aef08c51a09a61fe1dbe
MD5 a0e8ad6410f40580a39a8b9cbcb20f49
BLAKE2b-256 bf26d4db4b03cf6a30b35f4c6a1189fc29de1a78c15b275474567280cca254d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4.tar.gz:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spotfitlm-0.1.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cf920d1bbecc68ddba3aa7f80fe85cbb03795978632e7a38e5ad7e67d5dc5e3c
MD5 4002fee3de21c8df93f1997040ffaea0
BLAKE2b-256 739b722b3d37dbd702737b4849e4486c17e2542e3332c822583dc180a035db51

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73d57d4a27bc98fecdab194df445d1e5b76ee6811f6acb23e94dded2ba47e831
MD5 d62043b4725dd6e3451946b3bc639003
BLAKE2b-256 2933ff97d3bf77aaf00f208779ca8fca0a29f31aa7f6dad0bfb62287c3407e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd63a276b29cc0ee282875923fc288249a88259f8513fcfe9d66f8d1d390ca9d
MD5 2e55f7df9428f9ad42ccae8eb0cc52f4
BLAKE2b-256 a9d82fa248b37a9d51e549f1dea5a47f6f42d6efcc2d06f17b622f24db7f998c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf4e84846d09a7785ccfd4cd9500206735c1f706bb36d3f68c3a97e6986a4eae
MD5 f767797a01b2522c04ab95d51f0d8b8a
BLAKE2b-256 0148008265f17babf3d4a27a90716721c85116a65990be29dc01ac4528e0edaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e0cc39434de12b9d0ab392c38c0d1b961a8c06fd4a0dc87d8e10273802e7c179
MD5 b4a707b9631d7a684b8009c019ac6a96
BLAKE2b-256 290d50ec9689bbe2f1b86122738c5b1016c7a553b1b4c9ba8b3ca11bf6640044

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spotfitlm-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 78fea0a629bba68fc4a8286fe0863ac38a029fa3b65e25d8f0230eb3c5661ff9
MD5 ed84545eec363530f490704d85da7964
BLAKE2b-256 d50c037ac2a44a61132108919ad0aec16f9dd79ef543a311b1441dcb0e546b4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4cfc47ed636ca1c955d9d90ebe983a5fd65903d613800aee89b7ae7dd192e81
MD5 2954ee4698a1f9846c10510c1fc15fed
BLAKE2b-256 1d319d91ab4f76970e5702c7b3d0394245344ab00cc0e46b529ca3d8b9c8131a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8a706bde1a6d60226b4c726b7937c9a9428ebf16e1bc48d7d97128acab848f1
MD5 a4be29b352a7792f6e5427c4b2d53477
BLAKE2b-256 a0855cd2913862a2946d632108b22eff8399117756861a80e7e9221289f5a911

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51b98adb626e02e2f0d488450ec9883c9f0a3f1779fa9646c084d5d4a446f7a2
MD5 ce5b9201a1902b533e9a01ddd6bbceb8
BLAKE2b-256 160396f636644c7ce26e7ac5b04a8fbf24bcaef83f4275e4635713f3e696dceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 14638b8ac849282c696aa566bd844890422c3c6fcaf62b22d47ea3b12bd7dfea
MD5 37c5b8505e796393f6caeb70884d70b6
BLAKE2b-256 0b998ca870b8b4506c385223df49d371aa180da90d4fdf9f10513d62dc36cac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spotfitlm-0.1.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c8f499505e92c394654ed0914e14d0a848915363ddca2f5043628f7ece76eca0
MD5 2967c4881661782888d2b81e19f0d842
BLAKE2b-256 310f99eaa1c04aba3a2688fa84e6023fa5d682521579306fa5dad80e2f13fe45

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1ae3c0a0da01acdada61f1de94a36a5017948e1c1fd2407ebeaa20500c13099
MD5 a2fe801166e094982c2fb2871d4332f3
BLAKE2b-256 b267b5fcfad0ce067dbe1e48cf3fa0189521b036a3d0a5790cf2956f4c766bc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fab7c8a8292d0c6a5f70b10c4bf98aef7f7391b9c68a1f9ea9a8a6f754e6c49
MD5 e586657ace0dbb9c203c835ca5a3fd19
BLAKE2b-256 9d361de444809f49232b5d0058e1a898ce659ff325d976ef6f2029c539d9afc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3900dd04bf30436f60b4898b9b26baf4aef6adc17f5c0c25585768098b8b5321
MD5 c55a51f45de9b3b416dd6aa529210906
BLAKE2b-256 5bf97960b6dea007a2151f9e3aa920b11c0ed78589788afe300139804afa31c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b803e10a445714982069e44ac10398c46d227fe84f3a95b63863d7d998668894
MD5 db5de1c937c44898138f1f8fa3054248
BLAKE2b-256 3c2205c7c05480a98e058345c90e3bf0503af4ef23d10d679090abbc4ff4fb7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: spotfitlm-0.1.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0dfc437d4f6eb52d70fc704446b16f31e0c1d2d8de3a88d927ef7a0e9d714c4b
MD5 36d8af0e11507f0d8f5ddf25425f8e3f
BLAKE2b-256 e8ed6a5d0155aff6a368a81ec4f1ef63fafb80949ef20601d511cc532820ca5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8a3d1ea801d7636deaa461a379c4e5dd52fef42d8b16d3b2e0fcea694f08c45
MD5 a084cabc5b672944ad119a756cbacae1
BLAKE2b-256 9493fbd236b1494244bc18eaa43d1c9171cc61817b2e7c0c3b252864885576d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32f3e657c5dc303d1298b17134fd1c01980a9abe0cd88464d0f5ec3e0107c91d
MD5 4ca6224f9598238bd8c3f5d80b15450e
BLAKE2b-256 0da55a7b470c27c37c982f9e3f92e9cfa9294632eaea5fa229474ee7eca15667

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21e0cdf3b0e6745809bb93c945c10331706b6d3317d5af9105f1c1d664be7d81
MD5 6037183675425c18a3904ee2dc51b131
BLAKE2b-256 633a52c142042a70a35e9bbfdee223d077a911e6f5604e832343c40601961ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d804bee1d3a15cfbe4e0af8952bdff25f0b3551cf89ce7c2c95a9d6545b714e
MD5 61c57d2849abca6d65f8c70480ffdbca
BLAKE2b-256 abb6ad5240c8e27b9e8319621122c6e513c937a1112a82c48425c62e83e269f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: spotfitlm-0.1.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spotfitlm-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dabf16b5e77ebe96f7cdc700ac75ce2031bac8288aa61f67ab1dda5ea5974c7b
MD5 1eff19d6d01091c06a98d1788bb2daa8
BLAKE2b-256 2f73a4faa57ee64ace37b943272c99bbfd0ded532acd43c9af5d80ea8fd3b6b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp39-cp39-win_amd64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7bdeff778e28f66412d15d3f3080bfa9d30459f79611b66895160cc1f0f7ff2
MD5 1f195a89bd71b8ffbd9e4f7be9d86fdf
BLAKE2b-256 0d412096bdb03f31a30127e447a5c7356a212820ed560388e9e5eb984530ee53

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9f3e858b6aa11b62f93c12ef8a0cfa8357716e9f3207253522866a6ec02545e
MD5 022cd2c0810160945e52acd572d4c555
BLAKE2b-256 46c8ac2ea14d227a8f75727705606ff90a5a9e184e76840ad93c1bc833117c4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da5a8c4123f2365537bf2600fb399759df2bd190ec4834403698b6994a473f86
MD5 4c1edc474b447c5e3cd1c911e879cb81
BLAKE2b-256 e739ea4b6a7bf0cc1477588a555400804512efec61721d90523b36c11c3d7756

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spotfitlm-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spotfitlm-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36703c8e120485132e17736b512c015453208cf1247b5d3863259be2e6e07a91
MD5 03464fa205fc042298df0469a866eb3d
BLAKE2b-256 5da9a247b1fde82ec4d85394ebb254b29f12062c34fd60060db380178ca498ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for spotfitlm-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on delnatan/spotfitlm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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