Skip to main content

fast linear transforms in Python

Project description

fastmat

Version Status Python wheels Codacy Badge Documentation Status

License Python versions Implementation

Coverage Status GitHub issues stable: Build Status master: Build Status

Description

Scientific computing requires handling large composed or structured matrices. Fastmat is a framework for handling large composed or structured matrices. It allows expressing and using them in a mathematically intuitive way while storing and handling them internally in an efficient way. This approach allows huge savings in computational time and memory requirements compared to using dense matrix representations.

Dependencies

  • Python 2.7, Python >=3.4
  • Numpy >= 1.7
  • Scipy >= 1.0
  • Cython >= 0.29
  • soft dependencies:
    • matplotlib: for demos and tools that make use of plotting functions

Distribution

Binary wheels are provided for Python >=3.5 for linux, windows and mac, as well as for x86 and ARM architectures.

For all systems, for which no wheels are provided, you may still install fastmat from the soruce distribution.

Authors & Contact Information

Citation / Acknowledgements

If you use fastmat, or parts of it, for commercial purposes you are required to acknowledge the use of fastmat visibly to all users of your work and put a reference to the project and the EMS Group at TU Ilmenau.

If you use fastmat for your scientific work you are required to mention the EMS Group at TU Ilmenau and cite the following publication affiliated with the project:

C. Wagner and S. Semper, Fast Linear Transforms in Python, arXiV:1710.09578, 2017

-- https://arxiv.org/abs/1710.09578

Installation

fastmat currently supports Linux, Windows and Mac OS. Lately it also has been seen on ARM cores coming in a Xilinx ZYNQ FPGA SoC shell. We encourage you to go ahead trying other platforms as the aforementioned as well and are very happy if you share your experience with us, allowing us to keep the list updated.

Installing with pip:

fastmat is included in the Python Package Index (PyPI) and can be installed from the commandline by running one easy and straightforward command: pip install fastmat

When installing with pip all dependencies of the package will be installed along. With release 0.1.1 python wheels will be offered for many versions greatly improving installation time and effort.

Bulding from source

Building binaries has been developed and tested for the use

Manually installing from source

  • download the source distribution from our github repository: https://github.com/EMS-TU-Ilmenau/fastmat/archive/stable.zip
  • unpack its contents and navigate to the project root directory
  • run pip install . to install fastmat on your computer
  • you may also install fastmat without pip, using the offered makefile:
    • type make install to install fastmat on your computer
    • If you intend to install the package locally for your user type make install MODE=--user instead
    • You may add a version specifier for all make targets that directly or indirectly invoke Python: make install PYTHON=python2 make compile PYTHON=python3
    • If you only would like to compile the package to use it from this local directory without installing it, type make compile
    • An uninstallation of a previously run make installis possible, provided the installation log file setup.files has been preserved Invoking make uninstall without a local setup.files causes another installation for generating the setup file log prior to uninstalling
  • NOTE: Windows users If you intent on building fastmat from source on a windows platform, make sure you have installed a c compiler environment and make interpreter. One way to accomplish this is to install these tools for Python 2.7 (you may also chose different ones, of course):
    • Intel Distribution for Python 2.7
    • Microsoft Visual C++ Compiler 9.0 for Python 2.7
    • GNU make for Windows 3.81 or newer
    • depending on your system: The relevant header files

Demos

Feel free to have a look at the demos in the demo/ directory of the source distribution. Please make sure to have fastmat already installed when running these.

Please note that the edgeDetect demo requires the Python Imaging Library (PIL) installed and the SAFT demos do compile a cython-core of a user defined matrix class beforehand thus having a delaying the first time they're executed.

Documentation / HELP !

Please have a look at the documentation, which is included in the source distribution at github or may be built locally on your machine by running make doc

If you experience any trouble please do not hesitate to contact us or to open an issue on our github projectpage: https://github.com/EMS-TU-Ilmenau/fastmat

FAQ

Please check out our project documentation at readthedocs.

Windows: Installation fails with various "file not found" errors

Often, this is caused by missing header files. Unfortunately windows ships without a c-compiler and the header files necessary to compile native binary code. If you use the Intel Distribution for Python this can be resolved by installing the Visual Studio Build tools with the version as recommended by the version of the Intel Distribution for Python that you are using.

Issue not resolved yet?

Please contact us or leave your bug report in the issue section. Thank You!

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

fastmat-0.2rc0.tar.gz (165.6 kB view details)

Uploaded Source

Built Distributions

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

fastmat-0.2rc0-cp39-cp39-manylinux2010_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp39-cp39-manylinux1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9

fastmat-0.2rc0-cp38-cp38-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

fastmat-0.2rc0-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

fastmat-0.2rc0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp38-cp38-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8

fastmat-0.2rc0-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

fastmat-0.2rc0-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86

fastmat-0.2rc0-cp37-cp37m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp37-cp37m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m

fastmat-0.2rc0-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6mWindows x86-64

fastmat-0.2rc0-cp36-cp36m-win32.whl (1.4 MB view details)

Uploaded CPython 3.6mWindows x86

fastmat-0.2rc0-cp36-cp36m-manylinux2010_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6m

fastmat-0.2rc0-cp35-cp35m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.5mWindows x86-64

fastmat-0.2rc0-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5mWindows x86

fastmat-0.2rc0-cp35-cp35m-manylinux2010_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp35-cp35m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.5m

fastmat-0.2rc0-cp27-cp27mu-manylinux2010_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7mu

fastmat-0.2rc0-cp27-cp27m-manylinux2010_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

fastmat-0.2rc0-cp27-cp27m-manylinux1_x86_64.whl (2.1 MB view details)

Uploaded CPython 2.7m

File details

Details for the file fastmat-0.2rc0.tar.gz.

File metadata

  • Download URL: fastmat-0.2rc0.tar.gz
  • Upload date:
  • Size: 165.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0.tar.gz
Algorithm Hash digest
SHA256 36677f54ae02f21e965294929099efe2e8a74a82f0c4d69bee66fabbd443c1d3
MD5 98bb7749da5c3486d3b8606f0cb99b4b
BLAKE2b-256 82c503b8539b4b5a6bebc283ec229f734817bed0b081a9c7dbc78286dce40e8a

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f5419ad40bdea8555b26dcb31f23cead84203df4d263537c0a9c67506c6e9613
MD5 3ef731a017cc0ba88be1addc7467b241
BLAKE2b-256 191ede533115c7a7c7f9a85e1d8684c3bd4577766208e5ee4ff636d6c8625377

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0a1f9c2bd12ae7f33f45a90f33b3d7434e2bc16e5781d71ae7aa2a5007cd8c5b
MD5 d75f52d0159825d1cec5fee4fd2348ed
BLAKE2b-256 cf8944f51de48d4000ea2b795f9938922f2c3bf0216cc19ee7825aba1e47cd6b

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.0

File hashes

Hashes for fastmat-0.2rc0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3a27dd5642ffd6a09fa2b62b68e992f1c053a7166c575c9540e42b6157043e9a
MD5 6b861dcc3b39a63a6be2f2f42d284c4d
BLAKE2b-256 8535e98eec544ecad12a8ec738789f528d59c3996aad0764ff717a77a8360aee

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp38-cp38-win32.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.0

File hashes

Hashes for fastmat-0.2rc0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a7a0f1ad98c05b41e1aafa9d4d1a624dec77b0e0f10e9e501a810ea5efc8f663
MD5 692a96e14aebc82603a5c0392df1dbe8
BLAKE2b-256 64c8862a9da607e4aaeae0db7cb4fa52e260fae7a29d07d363f6bcef52332a21

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 87dc833e90ac1243a6970a82f30b5b4b0538beecb743b4ac0d11b246524e891d
MD5 db92d3c9eca1bd61d8d7f5f0a26fd28d
BLAKE2b-256 7368d973ede2ffc78376dd4962fe265ed0506a9ca118479005ded91c3ea13ac1

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d2d670b04501137c9983e48cbd90ce1279a98d12032361f2bed5557104ece79f
MD5 7d12bc5db616de34f3297911ba309159
BLAKE2b-256 23ad404d7eb32be9a04d265ce3fec55bfafefd3f2d8182bf36c311ee0e28fc7b

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.5

File hashes

Hashes for fastmat-0.2rc0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 267f7b751f2d8e78395ccead142b5d6b587d2677e26cbec0d33fe6053236e34a
MD5 a6844d499305f0a88738900018b6dc2e
BLAKE2b-256 7eb37c27518dcc6a7bdaeee50870535e2d6346f83e3868eafe0b9eb16eca2a5a

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.5

File hashes

Hashes for fastmat-0.2rc0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2dc485381187c97a6cf7905f31498b55af71540d9ca1377d3fd7a2f7c0e3ad84
MD5 ebf795e6e6e4f09969d41c4d56f3af7d
BLAKE2b-256 cb96f5819e3d8cf78d1e37979233e7adcee0097e7872c8da224cb07eb40769d2

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9f0ceb10f86b92460b78ceabdd4109d25ba216115c08face662e210bb408225c
MD5 dc8d4eba256ff273ebcd922259bb0e5e
BLAKE2b-256 e172d66b7bbf74c3ce268fc57b56c9f403832e7b4c8edd7c92355f8a2e2c1f8d

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 326969329d4e166da7d426e6e56eee58852d0a028810e11f2b5cf5ec9bcf05cb
MD5 40b51ce7c3e4281aca87ea94fd3e2af1
BLAKE2b-256 054a1e82282ba249306d23a723f41d671874707364e08a226d37adbba47820ce

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.8

File hashes

Hashes for fastmat-0.2rc0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 30d4d96703fd61788dc7eaaf2c6aba539324e080704038cd66eaee230e7d83fb
MD5 04072e3818c58892141f5c5ed3c27213
BLAKE2b-256 a400b016fad87da177c727193698c8cd89dcc00b9dd65a8d3f3d4d12c28e03b5

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.8

File hashes

Hashes for fastmat-0.2rc0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8703f6070e725f2ab0aa9e306c41f15f239922e2f1bea04f4a5237685c03fc73
MD5 e5349de51cf826a9b2bd29d5e8bd7c0f
BLAKE2b-256 b650b00716346bdd20a7acaed0249665aedc4eca2414a70d69772d0dba5f2dce

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3f0aa033bef0bf99feadc73c2d09845aff6551cb97105d5a1fdd5fe3c46e6fc6
MD5 313dd7b2a5168746f7834be476d7f531
BLAKE2b-256 28248a2bb7d2be939091ff74fefed777f1f022dd655c44cb4f950be3a51cfcb5

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7bd3c8d00d87cfc1488d301c3b341a247afd65c10727e6b7da78302a495c1b36
MD5 586c0629220003a0f1f6700f1d7a7dfa
BLAKE2b-256 a63e1f949b7a1de9be331681f9aaa76501b18224339fe882b850f4bef90fd88e

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.5.4

File hashes

Hashes for fastmat-0.2rc0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a47657a70292a6f813dd28a2330f097654b313c9764e5983fb6e7f365d53c308
MD5 b0dcada0e81e5b4f3da73a9db8a245e1
BLAKE2b-256 11f7836f21543aabd33e8396244478c5ae4c0150187ddab24772663246dbc499

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.5.4

File hashes

Hashes for fastmat-0.2rc0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 f6bb407829539e16ae4a1e097f57ce3491fc687f2e09f31f003cbe18d430a2a8
MD5 ac96f6978fa3beacfd7bd298f58f1ac9
BLAKE2b-256 d893db6118ade5f7d41d7ce580fae7a587ba5b561b4f6132d3f743a7deb56175

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 234e53e706536242dbd1d2ff7f00289b9a1f8c91bfeb7500c2455927480fef93
MD5 5dad5adb6550d1a423d5d0b9417466ce
BLAKE2b-256 408518da6340c8887dc59f12673889c1669fc05f14e87b4587ff485917a6311a

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 98921c3c6a2bce274e67d1d33f1b183cfa9e9ec3d1897978b0311bda2f67cce8
MD5 727f97e18c84563880ae3b41cc08966f
BLAKE2b-256 ddebc2ab0824cbb4f5a5b8e635950a3d7fb6fda1003d13f391517037c4807f8a

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b94062ef15a13c925e54a6985ebdad310299ad1447b0d18e3ab4a00ecf2f8d1d
MD5 3feff8dc24189d6579cdd15ef32b41e4
BLAKE2b-256 5ae25c915348e7842b255d12649d8629dfc4d917f6760fb585389c8797f9b220

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 707cf00168f5ccd72881c4461964e9aac7ea47c68be8fb11b2b6dac18cbb11af
MD5 1c2114d2d686bfed266b7481bc442ad3
BLAKE2b-256 03d4ad2a806893cd5121a464a9dfc33f5af11dee38aa694ade684f88b30e58e8

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c23108ac762cda8b2ab3b22e8d5328f99e6486a9edfb60f6bb424e3df79d1b6
MD5 13aa6bb7cda20d2dcceac2e72c68b9d3
BLAKE2b-256 2802743ac6ce6f662fbb4da4aeea29a49ce32131353aa56cc04e365f3712b3e9

See more details on using hashes here.

File details

Details for the file fastmat-0.2rc0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: fastmat-0.2rc0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for fastmat-0.2rc0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c28c4230bba022d69ee668c9a5f6a6eb451ea3dd8ba05433bd1e81639bc2c83b
MD5 41ba9daaea5a2b87c2b024e6147b7e41
BLAKE2b-256 294be38aa9c9da8297370db66060189e50baa2e3f9b8c25cec60958afcba81d2

See more details on using hashes here.

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