Skip to main content
https://img.shields.io/pypi/v/probfit.svg https://zenodo.org/badge/DOI/10.5281/zenodo.1477853.svg https://github.com/scikit-hep/probfit/actions/workflows/main.yml/badge.svg

probfit is a set of functions that helps you construct a complex fit. It’s intended to be used with iminuit. The tool includes Binned/Unbinned Likelihood estimators, 𝝌² regression, Binned 𝝌² estimator and Simultaneous fit estimator. Various functors for manipulating PDFs such as Normalization and Convolution (with caching) and various built-in functions normally used in B physics are also provided.

Strict dependencies

Optional dependencies

Getting started

import numpy as np
from iminuit import Minuit
from probfit import UnbinnedLH, gaussian
data = np.random.randn(10000)
unbinned_likelihood = UnbinnedLH(gaussian, data)
minuit = Minuit(unbinned_likelihood, mean=0.1, sigma=1.1)
minuit.migrad()
unbinned_likelihood.draw(minuit)

Documentation and Tutorial

  • Documentation

  • The tutorial is an IPython notebook that you can view online here. To run it locally: cd tutorial; ipython notebook –pylab=inline tutorial.ipynb.

  • Developing probfit: see the development page

License

The package is licensed under the MIT license (open source).

Release files for probfit 1.2.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 probfit 1.2.0
File Size Uploaded
probfit-1.2.0.tar.gz 1.5 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for probfit 1.2.0
File
probfit-1.2.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
probfit-1.2.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
probfit-1.2.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
probfit-1.2.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
probfit-1.2.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
probfit-1.2.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
probfit-1.2.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
probfit-1.2.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
probfit-1.2.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
probfit-1.2.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64 Details
probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 31.3 MB

Release files / probfit-1.2.0.tar.gz

Download URL probfit-1.2.0.tar.gz
Size 1.5 MB
Tags Source
SHA-256 checksum
How to use checksums
490e489336b2f312200a68ca181ecb3c773b4b97f92f396dd51c853bf75bf843
BLAKE2b-256 checksum
How to use checksums
fbbdc25b7f18d5a97d82654cd0474c0af1a9652455fefd59df2739bc1bae6221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp39-cp39-win_amd64.whl

Download URL probfit-1.2.0-cp39-cp39-win_amd64.whl
Size 404.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
6ebae61c2b096b3c75399b9b9877dec32960b842b77c97cba09273d48ba88f30
BLAKE2b-256 checksum
How to use checksums
fea47053d95099e222dcbfb0d586635420d97d40372827367abbc961fd7f6da6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp39-cp39-win32.whl

Download URL probfit-1.2.0-cp39-cp39-win32.whl
Size 343.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
041bbc78102a640efc5399cf2a2ab43b5cc03432c67e329938a793c8089e9239
BLAKE2b-256 checksum
How to use checksums
5ff4bb4b0300817e4c12a854a4ff0819cde2450fc1a7e919f3201e93319900e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp39-cp39-manylinux1_x86_64.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c7b3ab8066ea07f57a72bcd36a63d775497983a416321cd0e0e60686391e209d
BLAKE2b-256 checksum
How to use checksums
8d20623f75a6ed01c0280361a0723e0f5588e78b0f86739e777305ed1be8d50a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp39-cp39-manylinux1_i686.whl

Download URL probfit-1.2.0-cp39-cp39-manylinux1_i686.whl
Size 1.6 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
2d7146f4be5b2d812e2a9f9b371d69a851a4d324587394758e06ce0f16e7416d
BLAKE2b-256 checksum
How to use checksums
815ab61d90803caa9b435a3c98eeea7373d5a4611204950cf27e6aa010acdef1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 445.8 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
94ffbbe9944d4284c5307199f9ac70e1e7f0409a30e3a34bce121ca6b345f388
BLAKE2b-256 checksum
How to use checksums
03edc9101bc508e3c29810ec9962281884247307809f2d9ca1441c52b7ead318
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp38-cp38-win_amd64.whl

Download URL probfit-1.2.0-cp38-cp38-win_amd64.whl
Size 405.1 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
e5aff154f9cb3f76ebbe26ab54b775e1a99e02773c0f51a80960f249b4a26aa9
BLAKE2b-256 checksum
How to use checksums
19ce329ba2910fa8713ba8c84840076b75a523bf80bc43b82fb02e2520c37509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp38-cp38-win32.whl

Download URL probfit-1.2.0-cp38-cp38-win32.whl
Size 344.5 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
ec40dfc45bcd3de49404224ed50593f882a4cb4b43d5653f42b55ba97caeee89
BLAKE2b-256 checksum
How to use checksums
485286855b7f25a65a30dbc24e56e8b55624e0edcaedcfcbc1c546133abf80ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp38-cp38-manylinux1_x86_64.whl
Size 1.9 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
27da15bbd532ebe71fa40f50b75d4ad87846219bbe4f4fb15509bf164febc2d4
BLAKE2b-256 checksum
How to use checksums
f5dbeacffa0a15b9ddcfb683f8ab78b99a637580d0bcd2cf2abf2e24c568f4be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp38-cp38-manylinux1_i686.whl

Download URL probfit-1.2.0-cp38-cp38-manylinux1_i686.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
3980f7b00499722fd7d883088614ec6244f16250d8371c911156d654ad2ece17
BLAKE2b-256 checksum
How to use checksums
63b6b6b08e4a1d0a26a6dfffdb725799840683c96288cb859ea17104db4c589c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 439.1 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
03206e84fc962049cc4dca9413bc90a48e37fc4110619c6989170bade95decc2
BLAKE2b-256 checksum
How to use checksums
b1985bc21c2b101165432d22ca7db0f730cd3688ea7deee425bec3f277796cbc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp37-cp37m-win_amd64.whl

Download URL probfit-1.2.0-cp37-cp37m-win_amd64.whl
Size 393.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c71b44bd286db9acdb9af07da32087a7302c28a7e2d1c3de06c635687d63a251
BLAKE2b-256 checksum
How to use checksums
cffa7169e2c8c40eb39439b107c29b02574a3754cbb6e2db9d1d003e1a4bb3fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp37-cp37m-win32.whl

Download URL probfit-1.2.0-cp37-cp37m-win32.whl
Size 335.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
921f2c9b7e73f171712f7bbf97db8c3e3421e7f936b4db96519617862d1172f5
BLAKE2b-256 checksum
How to use checksums
13ed85299dda897298f95495543863b8ad82d0926226dcf6b272718685f2c9cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9d664c3e367fc4617f6adc21cba81a850f9fd47227a89ca85687e34f6e7ab898
BLAKE2b-256 checksum
How to use checksums
0da39380c742bba77f4535b06e1f9a2ceb335f1dc4d18436995118bf2e14dd2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl

Download URL probfit-1.2.0-cp37-cp37m-manylinux1_i686.whl
Size 1.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
86d7150dbbb3436a0d8eded5ff2f5b4913bb012d555b3ed5c1ec8a2fe9ec0feb
BLAKE2b-256 checksum
How to use checksums
f4b64e4001fb69578cf1cbe59cbed32019016422c43f2534df06499320c1074d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 431.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b9ebcc355a9df1eb96a4957d22770d3b79764b59ab0d2e9e5a3803524086e100
BLAKE2b-256 checksum
How to use checksums
5554211279e93d1a43ec429afc4c7f1b1b8c8b1957b8ffa9a08597a31879ffe6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp36-cp36m-win_amd64.whl

Download URL probfit-1.2.0-cp36-cp36m-win_amd64.whl
Size 392.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d53c133026bb53249864ef4ea7143d03261ba621fee789e87a5618b287b7ff68
BLAKE2b-256 checksum
How to use checksums
6bb44768cdb84d0b5e92d6dffa779e1918f851bb9e441bad89e549e29b1b87ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp36-cp36m-win32.whl

Download URL probfit-1.2.0-cp36-cp36m-win32.whl
Size 335.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
00cfa0da38a27a4d23853693b5094e65289f7bffe210f324d641ad6e98e7dcff
BLAKE2b-256 checksum
How to use checksums
6f85171845afeecf94e26ec3ea3699861a169757c039ec2e026dc28c37279d6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp36-cp36m-manylinux1_x86_64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c49c487755ffa4e08fe24930b52372b6cda46132f58b2d9942b8b0ff92ba8db6
BLAKE2b-256 checksum
How to use checksums
1e3336fe97cedc5b35c8b6788ff0226550348634642ac320804734da0610ba11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl

Download URL probfit-1.2.0-cp36-cp36m-manylinux1_i686.whl
Size 1.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5bdc543aa1ad84c8f673a37be9df1aac204ff769efc49160ba1bb57ee8d7c334
BLAKE2b-256 checksum
How to use checksums
84fa709b4cf3cdecce1b399c7f9799e3e4e34861b55a943c9ac6d409f76dc168
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Size 432.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d4362fe5791d31dfe744398898189346ecf1646b70f08749bec95b187c17e6a9
BLAKE2b-256 checksum
How to use checksums
bf0244c986b27bb7511fefb1be4284080eba3cf8f83e27623cad5f88b582af95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp35-cp35m-win_amd64.whl

Download URL probfit-1.2.0-cp35-cp35m-win_amd64.whl
Size 381.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ad558de7493bf06b1a5d93774ff678caea0d866297c6e3b01f3437b9c97ddd77
BLAKE2b-256 checksum
How to use checksums
d02bc3010359c52df6514b11d67daa29911cc0e5c374476f3909522a0548a8c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp35-cp35m-win32.whl

Download URL probfit-1.2.0-cp35-cp35m-win32.whl
Size 325.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2fdd9c98ba47454f75912f80d88e073903c1b2b5ecf83778227b25bd4ad0c1cf
BLAKE2b-256 checksum
How to use checksums
73faa475310fdec1850f88a947f1adc4a7387684cf777e1b2743f2b320c60480
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp35-cp35m-manylinux1_x86_64.whl
Size 1.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
492a4c9609f7c739a9587bafbb26e7279b5285eb6bee0cc57f43cab90d15d044
BLAKE2b-256 checksum
How to use checksums
cddc1646a78dd522877fbeb1290ec56e4c00011fdf49975597830c1af6c8062f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl

Download URL probfit-1.2.0-cp35-cp35m-manylinux1_i686.whl
Size 1.6 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c91fc6ea1d331f6ac5f0053eee21939edb153b34f5911061aab1e8198520caa4
BLAKE2b-256 checksum
How to use checksums
38cb1142d8bb9402aaeec5d6c7ce0a855be6e9df267de20f96c0543ea5fcbde3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp35-cp35m-macosx_10_9_x86_64.whl
Size 410.4 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b201d4e942457f542989c362f64f972195711ecb7c7c466686d6fffefc04a175
BLAKE2b-256 checksum
How to use checksums
de7d3172920c068915244082cf77e14ea4ad4164b764516a8a180b92f12c79d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
7e231ef5d16dd352301df9d214d5b9d258f2071bda4d1dcfd710c89804671ae3
BLAKE2b-256 checksum
How to use checksums
fc6ef539d712a8381db26655f8024cfe575a9e9e75781633cacaef058ef58631
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl

Download URL probfit-1.2.0-cp27-cp27mu-manylinux1_i686.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
148a8254b5ba44ecaf9c0eaef704d9b0783cbad864db3f0107486109af810b61
BLAKE2b-256 checksum
How to use checksums
309d84588e3a695eab61dbac6e5d8c5dac6318c2ca663b3748d846fbe463f66d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL probfit-1.2.0-cp27-cp27m-manylinux1_x86_64.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c14c1dd20298f02cb0f45b01a1d8b6e3bf9c7ce0fb6d3642e2f2857495fa8d5b
BLAKE2b-256 checksum
How to use checksums
0d496c412230477a1804ed167527bf1eef7996b2ab44e5f17a7f596dd7a20fbc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl

Download URL probfit-1.2.0-cp27-cp27m-manylinux1_i686.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
e1ddca37c1ded54bf51043d1028e832db1e6296cc6241caa38ddf00ef8550e6f
BLAKE2b-256 checksum
How to use checksums
61b2745cfaddced96970af137ed2b291a1f26d5407063226c82a8ef8d8af70e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release files / probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL probfit-1.2.0-cp27-cp27m-macosx_10_9_x86_64.whl
Size 434.9 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c6207e5cfc26d974fe921216f8f70b2786565c3dcf4cb007a64c10d433501f21
BLAKE2b-256 checksum
How to use checksums
466ac0ab9b6a7a1692e4dc422519851c1a819a1ec747aae3333bde5f30f0957a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

Release history Release notifications | RSS feed

This release

1.2.0 This release

31 release files

1.1.0

1 release file

1.0.5

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

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