Skip to main content

GitHub Build Status Anaconda-Server Badge

What is Bayesian Matrix Factorization

Matrix factorization is a common machine learning technique for recommender systems, like books for Amazon or movies for Netflix.

Matrix Factorizaion

The idea of these methods is to approximate the user-movie rating matrix R as a product of two low-rank matrices U and V such that R ≈ U × V . In this way U and V are constructed from the known ratings in R, which is usually very sparsely filled. The recommendations can be made from the approximation U × V which is dense. If M × N is the dimension of R then U and V will have dimensions M × K and N × K.

Bayesian probabilistic matrix factorization (BPMF) has been proven to be more robust to data-overfitting compared to non-Bayesian matrix factorization.

What is SMURFF

SMURFF is a highly optimized and parallelized framework for Bayesian Matrix and Tensors Factorization. SMURFF supports multiple matrix factorization methods:

  • BPMF, the basic version;

  • Macau, adding support for high-dimensional side information to the factorization;

  • GFA, doing Group Factor Anaysis.

Macau and BPMF can also perform tensor factorization.

Examples

Documentation is generated from Jupyter Notebooks. You can find the notebooks in docs/notebooks and the resulting documentation on smurff.readthedocs.io

Installation

Using conda:

conda install -c vanderaa smurff

Compile from source code: see INSTALL.rst

Contributors

  • Jaak Simm (Macau C++ version, Cython wrapper, Macau MPI version, Tensor factorization)

  • Tom Vander Aa (OpenMP optimized BPMF, Matrix Cofactorization and GFA, Code Reorg)

  • Adam Arany (Probit noise model)

  • Tom Haber (Original BPMF code)

  • Andrei Gedich

  • Ilya Pasechnikov

  • Thanh Le Van (sythetic out-of-matrix prediction example)

  • Xiangju Qin (BPMF using posterior propagation)

Citing SMURFF

If you are using SMURFF in a scientific publication, please cite the following preprint plus the paper describing the corresponding algorithm:

SMURFF: a High-Performance Framework for Matrix Factorization arXiv preprint arXiv:1904:02514

When using pure Bayesian Probabilistic Matrix Factorization, please also cite:

Salakhutdinov R, Mnih A. Bayesian probabilistic matrix factorization using Markov chain Monte Carlo. In Proceedings of the 25th international conference on Machine learning (ICML ‘08), 2008. ACM, New York, NY, USA, 880-887.

When using Bayesian Factorization with Side Information, please also cite:

Simm J, Arany Á, Zakeri P, Haber T, Wegner JK, Chupakhin V, Ceulemans H, Moreau Y. Macau: Scalable Bayesian Factorization with High-Dimensional Side Information Using MCMC Proc. of the Machine Learning for Signal Processing (MLSP), 2017 IEEE 27th International Workshop on MLSP; 2017; Vol. 2017-September; pp. 1 - 6. Tokyo, Japan.

When using Group Factor Analysis, please also cite:

Klami A, Virtanen S, Leppäaho E, Kaski S., “Group Factor Analysis,” in IEEE Transactions on Neural Networks and Learning Systems, vol. 26, no. 9, pp. 2136-2147, Sept. 2015.

Acknowledgements

Over the course of the last 5 years, this work has been supported by the EU H2020 FET-HPC projects EPEEC (contract #801051), ExCAPE (contract #671555) and EXA2CT (contract #610741), and the Flemish Exaptation project.

Release files for smurff 1.1

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

Built distributions (wheels)

Table of built distributions (wheels) for smurff 1.1
File
smurff-1.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
smurff-1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
smurff-1.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
smurff-1.1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
smurff-1.1-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
smurff-1.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
smurff-1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
smurff-1.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
smurff-1.1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
smurff-1.1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
smurff-1.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
smurff-1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
smurff-1.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
smurff-1.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
smurff-1.1-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
smurff-1.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
smurff-1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
smurff-1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
smurff-1.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
smurff-1.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
smurff-1.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
smurff-1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
smurff-1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
smurff-1.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
smurff-1.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 131.1 MB

Release files / smurff-1.1-cp314-cp314-win_amd64.whl

Download URL smurff-1.1-cp314-cp314-win_amd64.whl
Size 1.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
382c3d1e0d1eeced590a2d8c78677d8993a2e1e8a8bb0e256815e35d696d6712
BLAKE2b-256 checksum
How to use checksums
7667f5f5f1cff118a34ac57283e50cb4d6d90c513ce474ac4d404722f67e8e0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL smurff-1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 14.2 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
23cf9f8e82d6c78f3e320afa7a9ac127f92564cacb6fd2028f9eaa07d3cb2900
BLAKE2b-256 checksum
How to use checksums
c50327883836801cd3561b6af09fd1ec6eb4800cfbdd7ed362aa35b3854fd5da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL smurff-1.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 7.1 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ca1c0e2aac9cbd93d7e4939737919a82ecd70d3ef3a752513f98146010000076
BLAKE2b-256 checksum
How to use checksums
a3ba81b66f46b3c327f04097d7ba405bcb057021c7373d1bfe4f005747bbb1ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp314-cp314-macosx_11_0_arm64.whl

Download URL smurff-1.1-cp314-cp314-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6555246ecccb5115b4db3f1fe2ee329ab739367f26093645346e0e9ca6e7b5bf
BLAKE2b-256 checksum
How to use checksums
6845680e795ad57b627fa8b8fee6c0fa8fc8138242634d8a87a6e2f5a5fd53bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp314-cp314-macosx_10_15_x86_64.whl

Download URL smurff-1.1-cp314-cp314-macosx_10_15_x86_64.whl
Size 1.9 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
f2775de140195637524bfe7925ef0e70a1673cf44f49e933cc8877cd6ada0ce2
BLAKE2b-256 checksum
How to use checksums
cd9eb7ecdff73ae03e7ccc9e7112d71fd1fd8c67d42e9c02fe39da45df71441c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp313-cp313-win_amd64.whl

Download URL smurff-1.1-cp313-cp313-win_amd64.whl
Size 1.5 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
0c64b36f3655784a2d2019f43ca2f16e7fcd3f9e79fe372021122f3147eaf625
BLAKE2b-256 checksum
How to use checksums
5752b508b3385663e74be7e83c120a765d87f1f7f518bb47a201fbc4ab6f624b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL smurff-1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 14.2 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
445bd5a5058469566eda807248c3895e2dbc3a3fb87f2cd78d8e9400491f7888
BLAKE2b-256 checksum
How to use checksums
996ad4e9425486202603bc8cd6913802f033d3c3c0c648cd46a28b74b3c82fb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL smurff-1.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 7.1 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8d09d62d2b99156c06951ee85f6b08b8bf715171f1f5a822bc1b2375b8424b2f
BLAKE2b-256 checksum
How to use checksums
f5fdfd8bf305ce3a1e85a0ce95dfb63bc6ccce1acdea1275e1c8014f2805e5f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp313-cp313-macosx_11_0_arm64.whl

Download URL smurff-1.1-cp313-cp313-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7fab317560abedadf39724fdf76faffc47b656a0e896ea68966d80d9456ec2d2
BLAKE2b-256 checksum
How to use checksums
62bbc14bf50f03bb55e0ee572ee92bfb99ef2d35ff8e4a56fb3cda08d8861242
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL smurff-1.1-cp313-cp313-macosx_10_13_x86_64.whl
Size 1.9 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a1ac3ee40deb77fbdbc63e35bdddbb530008d4a72279e2f7d56277f00647a983
BLAKE2b-256 checksum
How to use checksums
eaff997b8ecd0be44b1da99baaeb8dd1e5fcce70b143019b8c5c703b09d86215
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp312-cp312-win_amd64.whl

Download URL smurff-1.1-cp312-cp312-win_amd64.whl
Size 1.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
8e8d84da08284031606440a8efebd461bc06263f53c49a9d8c17d91339be52f1
BLAKE2b-256 checksum
How to use checksums
7e86c995e19aa59eb65464c78003db777445842650729b32fb852ff88f75ded2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL smurff-1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 14.2 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
527cf716fffb03b6a98e40219d5c27a0d0bc05219f471b9f1e9035d13175a951
BLAKE2b-256 checksum
How to use checksums
e1286e9db7fe0525b5bb608fdf140c4722c857435a10232da41cad26b7a385e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL smurff-1.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 7.1 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a4d3207af7420adcd336d91fd5f892ca44309af5128f7b2e3bc2752a1cfd83e1
BLAKE2b-256 checksum
How to use checksums
f1974b2ada5bddf59f71da80a6f8f8c414c2dbb593e6a56d0e42427f60a0024d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL smurff-1.1-cp312-cp312-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
09503cd95e9a77faf9fa5b82ffe203ed6742055ade008b2902420b86d3409782
BLAKE2b-256 checksum
How to use checksums
629d22815ecd8cce5ca700c99327e318657399d16203823baa3616d8c9108d04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp312-cp312-macosx_10_13_x86_64.whl

Download URL smurff-1.1-cp312-cp312-macosx_10_13_x86_64.whl
Size 1.9 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
ebdd555cb7bd3ebe4e99f119d6491a561888ad87d6317b4e91469bd6418c466c
BLAKE2b-256 checksum
How to use checksums
4120edb7aa3ce4648ccdab76b31993a8209bce81895161cb7b7c92f4a8a9569d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp311-cp311-win_amd64.whl

Download URL smurff-1.1-cp311-cp311-win_amd64.whl
Size 1.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
eba8b08a8ad52ac67995b863f38c4968a828f44fad9fc05dabc32c13de2466f4
BLAKE2b-256 checksum
How to use checksums
07bdb42f160c10d393de3fbe3e38e5a56769ed45edf2fd5c9a596c5f942c6398
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL smurff-1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 14.2 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ba21d2a4cca8f729f902ff0132658eac234eee90443df300f41edacb127bcc89
BLAKE2b-256 checksum
How to use checksums
c9ac183d45954f966f13606c2cd52fab540f9f9ecce7a2cc5dcbf0eeb42df962
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL smurff-1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 7.1 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b54fb6a5c9920cc0509887b073c690f9373e6ed6eeb10ddbcc17bad86aba9b25
BLAKE2b-256 checksum
How to use checksums
534a42664e947a21fafe883167b5582afa08ab8a29d64b05021dd42363c92e7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL smurff-1.1-cp311-cp311-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
488187e6e761667d97b32bf21337153e96d791817e328a6e88df51cf887cd171
BLAKE2b-256 checksum
How to use checksums
b2607b2fcb11d19f33e6cb866442edd4b15da7c69df19628b610126863179235
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL smurff-1.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.9 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e28f7b9b87f1846ff5b996afcfe08318960309ca06d92f0b39ba64278cbc39dd
BLAKE2b-256 checksum
How to use checksums
381a07e5631f167ec0febc906eb3e29d523872571a8f88f271f904d000a6ed05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp310-cp310-win_amd64.whl

Download URL smurff-1.1-cp310-cp310-win_amd64.whl
Size 1.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2216d6157e4c66fa49d3bee2b9695a9ced517aa24c460a4d2bc6befea6f9410e
BLAKE2b-256 checksum
How to use checksums
536ba9af52415619205448520d6360ff22e8d6e804b188884e6cfe65a171e814
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL smurff-1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 14.2 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7ebcda1d72bb6fa265ea2b75a855e640b7eb56f9c56d1028ad29a3d0c76e0f01
BLAKE2b-256 checksum
How to use checksums
cc31f143b06e3de14d72676790efeea525d89374408251b1d8e911516e430a5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL smurff-1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 7.1 MB
Tags CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
aec8a06db3c7ca7ef9b8a140253cbf24b90fef3074a55821d8b6cd0053ed40c0
BLAKE2b-256 checksum
How to use checksums
f2716de1680ff52e6c489fcfbe5726ea32a982c8a211359c36525b219c19111b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL smurff-1.1-cp310-cp310-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0e625b922cdffd64604681d4e7fcc0f39941063fca5b963cd91e7bba92b528a2
BLAKE2b-256 checksum
How to use checksums
1d3661825010188c2e7481fbb8ad10483d20e6c8760f67cf8605743d3403d4dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release files / smurff-1.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL smurff-1.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.9 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4d8dcf9aa68ac7f8e1e7578cf8272ee8f650f5cf3ec687c020293f85e5fb720c
BLAKE2b-256 checksum
How to use checksums
689059713d168ba709421af4ad73dae3dbd4ea2f4ca104ff39550d5ae216f214
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.11

Release history Release notifications | RSS feed

This release

1.1 This release

25 release files

1.0

20 release files

0.16.2

8 release files

0.16.1

8 release files

0.15.5

8 release files

0.15.3

8 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