Skip to main content

Feyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models.

Project description

Feyn

Quick start

Feyn is available as Python3.7+ package through pip. You can install it with the following command:

richard@feyn:~$ pip3 install feyn

Once installed, go to your preferred Python environment and follow along with this example.

Running a QLattice

If you're using the community edition of a QLattice then you can instantiate it by:

import feyn

ql = feyn.QLattice()

Auto run

The quickest way to get started is to use the auto_run function on the QLattice. First we will make a classification problem with feyn.datasets.make_classification.

from feyn.datasets import make_classification

train, test = make_classification()
models = ql.auto_run(train, output_name = 'y', kind = 'classification')

This returns a list of fitted models that are the best the QLattice has sampled, sorted by ascending loss.

Evaluate

The model with the lowest loss is models[0]. We can evaluate that model with the plot function and it's ROC curve.

best = models[0]
best.plot(train, test)
best.plot_roc_curve(test)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

feyn-3.0.5-cp311-cp311-win_amd64.whl (222.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

feyn-3.0.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319.0 kB view details)

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

feyn-3.0.5-cp311-cp311-macosx_12_0_arm64.whl (217.2 kB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

feyn-3.0.5-cp311-cp311-macosx_10_15_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

feyn-3.0.5-cp311-cp311-macosx_10_14_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.11 macOS 10.14+ x86-64

feyn-3.0.5-cp310-cp310-win_amd64.whl (224.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

feyn-3.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.1 kB view details)

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

feyn-3.0.5-cp310-cp310-macosx_12_0_arm64.whl (217.1 kB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

feyn-3.0.5-cp310-cp310-macosx_10_15_x86_64.whl (218.8 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

feyn-3.0.5-cp310-cp310-macosx_10_14_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.10 macOS 10.14+ x86-64

feyn-3.0.5-cp39-cp39-win_amd64.whl (224.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

feyn-3.0.5-cp39-cp39-win32.whl (219.9 kB view details)

Uploaded CPython 3.9 Windows x86

feyn-3.0.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.9 kB view details)

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

feyn-3.0.5-cp39-cp39-macosx_12_0_arm64.whl (217.1 kB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

feyn-3.0.5-cp39-cp39-macosx_10_15_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

feyn-3.0.5-cp39-cp39-macosx_10_14_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

feyn-3.0.5-cp38-cp38-win_amd64.whl (224.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

feyn-3.0.5-cp38-cp38-win32.whl (219.8 kB view details)

Uploaded CPython 3.8 Windows x86

feyn-3.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.4 kB view details)

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

feyn-3.0.5-cp38-cp38-macosx_12_0_arm64.whl (217.1 kB view details)

Uploaded CPython 3.8 macOS 12.0+ ARM64

feyn-3.0.5-cp38-cp38-macosx_10_15_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

feyn-3.0.5-cp38-cp38-macosx_10_14_x86_64.whl (218.7 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

File details

Details for the file feyn-3.0.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 222.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9392194bb18d1e091d5e10c5af51a48cb918c4ccba9668063fe1cce9a8e8a12
MD5 e5d748b6ae165aba550ed6f2c1ad9430
BLAKE2b-256 0ba4119d83ded7af9d3877ad3fee9736d148143aa1b54ff6d3c5a639bab6f5a6

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-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 feyn-3.0.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c402dc7b27f580053a74b09bf205c0823086f5096f788b139a94b8c18e13416a
MD5 b71dd93c950b0e8bcb17d95986037fac
BLAKE2b-256 d55f01ea5ef9be41f1804b76d99a273fc574747056795b662167c0b688c8d8cb

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp311-cp311-macosx_12_0_arm64.whl
  • Upload date:
  • Size: 217.2 kB
  • Tags: CPython 3.11, macOS 12.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 14cad5b641c884847dfc0703814754be05430b7602f536337e0b908db4e8433b
MD5 d78ce76139e26a47df483c7df87466aa
BLAKE2b-256 b5b0c64010fe0bf40ce9c8357ae2f01070d2ffcf77bc1d41da21f6a67a0b9a30

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp311-cp311-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.11, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1fd8d224b1f0509670fb3b45e1af7105b0e100517b687514cd6110f2772c6f33
MD5 22fd26be5a4d4511810f36caa09ea164
BLAKE2b-256 eedf292ebaf1c4a8fe6b765b45acc3c71606d04fca57c5a2afd68ba74c930bec

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp311-cp311-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.11, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c03e2079ce36adb95d338a311ec1020066db5d372f83d94ebf55ea88129a1210
MD5 673bb09284e07557eb556c8a4af414ea
BLAKE2b-256 2336cadd621625434dba7a6ad3f72a59d45b25ff9b473d6b91c42ccc51a21885

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 533143be39871858d00c141f8449353e6e171b97d72d39b2e04f1f0d5f658f18
MD5 d1d2a8378c0afec66125405fba55b2a3
BLAKE2b-256 ae077c446765004367533145313e73a259a659a7d43b61d85942869afb8875d4

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-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 feyn-3.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cefcbd82fa14f17f8093d4d2a0b888f901de0c58ae59a7ee467bb5a609cee0f1
MD5 97dfea5857c5290e79899ad5cd112aa0
BLAKE2b-256 4ac8aeda49b879e453ed6cbe101e874ae0ee8d02bb5bab9ea7a3ee83d8c42b58

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp310-cp310-macosx_12_0_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: CPython 3.10, macOS 12.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 cd3868f9df6f9b8b02a0556484667ed4f34f755371ba818e39a44530b9d62db4
MD5 41c3f5e43b433f8c8ea54dec7c368964
BLAKE2b-256 70edf620473720be39ca947986a44a542def9bed993f033f2fa114acce6cd0a9

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 218.8 kB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f55ec431ded3c50a024ff5aa27513628f75b3795917969c5fecea421171f1690
MD5 662a729e8b8bdd087b91396c293119c8
BLAKE2b-256 cbc2b56af88278b1342b1a93c6332a7abbe5f201f1544955e4f69be29892134a

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp310-cp310-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.10, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 200e641f237704f1c5f7e195fb15ed009d285e45807b0d310d959f92030014e5
MD5 c3c881683c60ce6351c8bacea7d253f9
BLAKE2b-256 412e029e66078b39340593b6e09337428b281a92888b2f992463e15691d19020

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6a4e3804cea08976c8037d241a8bfa1b805102432dcc17af85a53b4af524d5ea
MD5 6e042da03a2bf55768c2eeed052482c2
BLAKE2b-256 71729849b2358df7e021248e5944d3d74bedabf84748938f9ba0904c9f5dfb38

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: feyn-3.0.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 219.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b90cdde8ec065599a24d0509ed2c5983484ea04f83f562a84e418aadd8a702f7
MD5 2dd183e87fd43cf37a71732ab75df7ab
BLAKE2b-256 a344c07c262cd2e1362636cd8049906531af714feac4d50a9ff563702b2ba4a1

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-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 feyn-3.0.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fc404d3dea406456f1b029c7c0b57f7f385ceabc9584084ea0d814c9407a5e6
MD5 2b41ac60d1396656dfff39dc23a482b6
BLAKE2b-256 93475e1b50a2ffa66f17eaed1f062cdb87a86352936822bc98d0b093f4f26ded

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp39-cp39-macosx_12_0_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: CPython 3.9, macOS 12.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2c358ab3158ae6008e2168bfa45ab12babf2da2b5a98ba1d4d4e70ea58610ed9
MD5 c82bdee94b2108b273ceae369c242612
BLAKE2b-256 92615f87ac2d8e135e4d1ad08c13db126968641352c1cd3e8788c2422627eb60

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 04f0558b1edcf81a6dda1fe125bed6e0209b723fae15895ac3b3701546123340
MD5 5136f342be04e836e7adac662dd17d3a
BLAKE2b-256 ef4f8f8a454fef161ceeacb0a3050a1f9ab46eb167f24f379c46f95bf02641a2

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3671b4b9f8db728951937292f5c0f4c6a640c9112ebb662d05ebd140a78c0a38
MD5 7f3b3f247f471ffc19873ff0612ccbdf
BLAKE2b-256 57802c170e6bef0697d48d0117c1960ec81ad8c31ef5d974ff373f3de149aade

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 224.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e6d9cc0d6cf421bd43354a275eb2bea5a40fa45d9bbdb9a8042fca9a923c6f6a
MD5 e6b19b333e726bdc3f8a0620207fd029
BLAKE2b-256 54202ff018fc0e321603b0d418befc8a9d0024bf944871c8435cc88c952b88f7

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: feyn-3.0.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 219.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bab3b5574045fbd7ca05a0f6d84d7acf0d7eb6afb7e7f60ff4dbabaac5e02d6c
MD5 3408928def584036b0bb84537407a08c
BLAKE2b-256 832b0df688fc2f1bddf713741b955d7da469674085015310572d8f0993bb51d6

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb9446d90cd83d858fdc49ae59889f90e073d5a11cf6ba80dd4e19c03fb8ad0b
MD5 8326e581893f6eaa788d639a05eed5c6
BLAKE2b-256 dc93ce9bdc9a849d0435a48168ca3c173b761f5d68d99e5f224cc1e2819e8d34

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp38-cp38-macosx_12_0_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: CPython 3.8, macOS 12.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bd0083358601fe03d01ec8a4811d9fd870f516ca4d34bacc0e932b427ad925a3
MD5 d0203f06814ce7836a006153ea1ede98
BLAKE2b-256 74092801a022f00e49a04f555dfb5ecc61bf0c0fdc3f3c0325ea39f7423e359e

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e36b94b31796c93831d2edefea2f06451fab343a6dce25441c37106e9f1dcbc5
MD5 137769f228f648e9a3c9675121f0c14d
BLAKE2b-256 c2282ef386b93d0b3b7f1ef4a73f30fc926c0c1516325a07d7a4935b35cedf80

See more details on using hashes here.

File details

Details for the file feyn-3.0.5-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: feyn-3.0.5-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for feyn-3.0.5-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 45378ee21c38aae61c6bcdb196f70e442011488db8731c1c612efb72aa410c61
MD5 2a8b941c971a1f1114923e315f8ca960
BLAKE2b-256 0b01d654fbe9047959f79a077f4f1e7bf27074460b5a6d9fe7f0339cf6e22fe7

See more details on using hashes here.

Supported by

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