Skip to main content

Fast algorithm for deconvolution of neural calcium imaging traces

Project description

CI

OASIS: Fast online deconvolution of calcium imaging data

Tools for extracting the neural activity from fluorescence calcium imaging data  

The code can be readily run on neural temporal fluorescence calcium imaging data. Please have a look at the demo.

Requirements

The package is tested on Linux, macOS, and Windows with Python 3.8–3.14. Dependencies (numpy, scipy, matplotlib) are handled automatically by pip.

Optionally, to perform comparisons with interior point methods:

Installation

Package based

The easiest way to install OASIS is using either pip:

pip install oasis-deconv

or if you are using conda (or mamba):

conda install -c conda-forge oasis-deconv

However, you won't have the examples provided in the GitHub repo.

Compile from source

Alternatively you can clone the repo

git clone git@github.com:j-friedrich/OASIS.git
cd OASIS

and install using pip, which will automatically compile the Cython extensions:

pip install .

For development, use an editable install (Python files take effect immediately; Cython files still require a reinstall when changed):

pip install -e .

Examples

The scripts to produce the figures and table are in the subfolder 'examples' with names obvious from the PLoS Comput Biol paper. They can be run with python examples/fig[1-6].py.

The results of fig4 and table1 will be even better than in the paper, because the version in the master branch includes later improvements, in particular up to an order of magnitude less computing time. The specific points in history marking the time of the publications have been tagged.

To demonstrate how to use the methods on your own data, we included a demo jupyter notebook in the subfolder 'examples' as well.

Other implementations

Related packages

In order to deal not just with temporal, but with raw spatio-temporal fluorescence data, we added OASIS also to CaImAn, the computational toolbox for large scale Calcium Imaging Analysis.

References

The code accompanies a short NIPS paper and an extended journal version with full details. If you use our code in your research, please cite one of them:

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

oasis_deconv-0.3.1.tar.gz (7.2 MB view details)

Uploaded Source

Built Distributions

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

oasis_deconv-0.3.1-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

oasis_deconv-0.3.1-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

oasis_deconv-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

oasis_deconv-0.3.1-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

oasis_deconv-0.3.1-cp312-cp312-win32.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86

oasis_deconv-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

oasis_deconv-0.3.1-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

oasis_deconv-0.3.1-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86

oasis_deconv-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (956.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

oasis_deconv-0.3.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

oasis_deconv-0.3.1-cp310-cp310-win32.whl (937.3 kB view details)

Uploaded CPython 3.10Windows x86

oasis_deconv-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp310-cp310-macosx_11_0_arm64.whl (728.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

oasis_deconv-0.3.1-cp39-cp39-win_amd64.whl (765.4 kB view details)

Uploaded CPython 3.9Windows x86-64

oasis_deconv-0.3.1-cp39-cp39-win32.whl (581.4 kB view details)

Uploaded CPython 3.9Windows x86

oasis_deconv-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp39-cp39-macosx_11_0_arm64.whl (497.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

oasis_deconv-0.3.1-cp38-cp38-win_amd64.whl (409.1 kB view details)

Uploaded CPython 3.8Windows x86-64

oasis_deconv-0.3.1-cp38-cp38-win32.whl (216.8 kB view details)

Uploaded CPython 3.8Windows x86

oasis_deconv-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

oasis_deconv-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

oasis_deconv-0.3.1-cp38-cp38-macosx_11_0_arm64.whl (267.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file oasis_deconv-0.3.1.tar.gz.

File metadata

  • Download URL: oasis_deconv-0.3.1.tar.gz
  • Upload date:
  • Size: 7.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1.tar.gz
Algorithm Hash digest
SHA256 d92af7950c9b1a9039feb4d6d4a8539a0983bc1cfcea2a47039499d1febf4d14
MD5 1a49aec0ab04a03357134ce593ff63e9
BLAKE2b-256 370955fba3a16225345c9833902c91b51003bfacbd839d568931b3c7f75c0d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1.tar.gz:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 af1293aaf5c2eda94c91429271010cf80aa552185894f9233cf66dcd7f3b1500
MD5 e086aabdacfe40c787859a9a5582538e
BLAKE2b-256 7fb26c0fa676d35aad0c01fc89511679b46d7f060bb611dac53e28513602b3b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a8555c950d1ad84613f0b10889f2338243ef42a1a5643686109a7605a06d10bd
MD5 4dd28bbcda83837381eb4209e0bb49a1
BLAKE2b-256 eeb4c27858840339a9c35d6ee25787f56e61c763007af2826627736a8fce2bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp313-cp313-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96871df5ff2a9886ca6dd02429ad40728e5d02dd578041da753cf6e73dbb1bf2
MD5 63f3001b90f7efb31bb271119533fff0
BLAKE2b-256 86d174299d4ba2256efa3a792845c00c206c51bb0b90b4e5bead9be96135330d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0471b530440e4c5c5e16dcfe56f7b74e87d8565a6b4ccae9eeb3115cf4d4ea71
MD5 c70d388b5dd4f62ccd8c5c19c966b2bd
BLAKE2b-256 18b11f12998a4d50fd30d4a8148de80959e567573db7a5e795cbd4f4de93c10c

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b40c6523231913f75ea0a0fad67a9fa8714cf5ef4cb93baf1963ea0614789dc
MD5 bc2100b061fd69b98e52a4c99d243421
BLAKE2b-256 e6e13275f59246718387b7e7a28d955b84d4a8d149ec1b74caac955b35bf5529

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 31fc411297ebf87868e133ea2321cbca88085adf1d70c84bff3de5d3963908a4
MD5 deaf4916b49e0cb09e93c0583d9930f0
BLAKE2b-256 90b666582df89c00bf675c4db47ae736f5d731f1915dc7eb7565562f5935af0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2b910d8a3a6f9e523ab1a9dbc0a279ad844158338f36e2872be1f4af128952f6
MD5 9723164432b5a5f8d3fa1f87927084f7
BLAKE2b-256 abe3e25492a3ae43ae5d18ee935b855d182e63c8c531819cb07d9e079f0b7f72

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp312-cp312-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e654ac611f638a417d7dc5f7809d157e2354ec9d17fcf757c9eb3f377b6e26c
MD5 4d6b371601aea8896501aaa110a3f557
BLAKE2b-256 8871fb40d6c236de0ec34ff5e5e48a5403d5a7c55db29b19da9bb9a6803c8efe

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64833f5c7d3fdde7f07c5c99c6b58cf8603205ed3f18364f190cf7a3abfeff96
MD5 32205078a53eb42a2634b4c7d0eb2c9f
BLAKE2b-256 6e63aee13da5fe19e77d53672cf23fcb98dfc8ded91cb887c66afa403d72d935

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49fd6aca11994c67485357b11cd971b4ab81ee3dbf66afd73c2f433ccf164550
MD5 a25f28cadd4b8e26235c44925ed87a7d
BLAKE2b-256 ea6dfc59ca18f90467dea712e0a03f6ad74b8998b0853ec02a763cef6131252d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b753f35fc2c67711df2c78e31c3f6bc7bfbf2b4e819be5d11cc96a6efbbe877
MD5 b0c49cd65107d4cee39aeb9834ff3fcd
BLAKE2b-256 3028243ac632d69a4701cb00d970847ec118bf0da417bd387d5dfc439a0d2a39

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8d0243de7a02ca5c6510207ea6d8916fd58e4fc120ec07353b4efcd91cbed1e6
MD5 d81528061da1c853b2203cb681467de6
BLAKE2b-256 10f21226fa8a3141b74af6c8d13e30aed302e595313a44f68c0489daa5bbe70d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp311-cp311-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f819a021d5220a4d3eef3959b756eb74f7746633a2c1600db29dbfb4590e4f8
MD5 a2df26663737ceae10a566044a6b95bd
BLAKE2b-256 ff538eba3558a90c367af3f3195a53eaaa4f67f8c6f75cd71a725260796624cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df2ab415f9f7a393c2f17b03197ced6667f6f85fa2c9f4223b8368ee624f180b
MD5 3d24c69d4abfb5c9674ad958210a2afb
BLAKE2b-256 e7d0682bd0e31ed93ceec9e744b3d2abffb4e1d8e5ddeec08c8d174e1aeeb55b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f631899cda2c1a23849570dc93da94527a7eafb70204ba11085c2985ed984dab
MD5 9bee9081846c4487d996967eceec6d54
BLAKE2b-256 70abc466d162be40f6419e09bcc3251100ac3102376c4ec5633e9e53df5ef3fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 95b022689a1ed88dce85b84ee512008c9b14bb0879b06d54c0ee90884e2d1511
MD5 32d0a5333d7dc4ef367fc190f7d82b3c
BLAKE2b-256 c3f4a0d61a4e8197910f40af4d6726261669e0b45dacbc5c0097b4a3477d1c33

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 937.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4f64a2bac1aa7f3a246563c7aec5616a1ee36d6e2c09722cb190c7744f96a69d
MD5 ea2b44e7f2923ecbb987a9a1e3c95267
BLAKE2b-256 80ba3796022169c9af2920236a51cff45298224bed8e8e8f28460724da2afe1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp310-cp310-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fe6e36cbc88d886168bdb1e89944c33d6e81c20a34a912ccbc45e815b5d55c8
MD5 949d51594ab3d0bfee2b7a83f3bc82fd
BLAKE2b-256 bd8afcb092b335ee77a920553b46b278889fcc350712a31808ca63a303741ab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6d9bb982699cd6b2268a7fed70e488d1c0c5de95e22c4c5e777e8def8c63dbb
MD5 a071deefca35aa2c2bc3f31a2eda64c3
BLAKE2b-256 c40ee8b3e75713d6982f95f39e624ab42b92c0625bc5e871dec1df1a3e562885

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d935af879d517ceb0f0483e928b28840a1487f50310a9322420a197a04d326df
MD5 08bc0cf415e612286a7daae712f8ff6a
BLAKE2b-256 e519d36394d459b66cc1d4c0405b5316ca4fd195e2d5a8deca3b13d5809c9053

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 765.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f6e8d175ebfaae3dac018569bf8ab1b00cd72c6aa4a0c9f8407a7474bcd739a1
MD5 d10e7959b2e9461c731bc61eefba975f
BLAKE2b-256 fb99c66af7427fdbacf8b0494c168f28989ff2ebcd8da113a62c01a6f5b42df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp39-cp39-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 581.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1954de633faa6868a168a95ae5c9dc5d321e803064b17cdcaed0f46c90dcd96e
MD5 bec0b34cb4a638bdf38e4ed51355a4b7
BLAKE2b-256 d7d20b13501716fe03059ccd940a64e04c0c8f417118e789605acd077c2ddcce

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp39-cp39-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b3833ced87a27c6ccc9768dcb936ac3675d6045e8b22ec3c191ee65826883b8
MD5 941f57792b8374de52d252bd28c88bcf
BLAKE2b-256 23b5c8e0926fbaa084fc13195c5b52d6ad641a7fcc48a8620b0a54a226ccee5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b9411bb402d6627ff366efbcd68b1fc64d791449e15025871fa60cdb64709f0
MD5 25a1de119286c52613291642b75409ac
BLAKE2b-256 0748a8876966ca63e151ba42d3fbec133433063e0f65228b028a7ad91124ced0

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74178d7e5f5ccef95a043c8c762e9eef7a3705ef046b57f08af9e0fafe584e03
MD5 86dfb2a47a87d6a420ed0f25d805870e
BLAKE2b-256 71902a8d105b541fa30e4a465f36f3f3671f4fc81148b752483b53c8d47ce37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 409.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 12a07238543cf9f997caf9bfcf4d9dda8323b59751db606e095748863b9a7541
MD5 07ddbea81b0f73b77f828603d89de6e4
BLAKE2b-256 837dc07c3eb8d71b8cf229d1a4aa648d91a45431ba8d9c0dd620c018e74be437

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp38-cp38-win_amd64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: oasis_deconv-0.3.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 216.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oasis_deconv-0.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b94ec7386db870b9d86a09e0b28238ed4da314c407fcb38fe6a7b4d8e32d907c
MD5 36be08d214c74168b8f7914457d827ca
BLAKE2b-256 63e21d0bb3c0a50b11a34df4da1bcdda83dbcd02acff2d3c302699b74aba665b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp38-cp38-win32.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d19b4721f13ae4056c96a3331be95541a576c355a4e0e1a80e5f8b8e6aee97d6
MD5 1e919325ef3e9f94ffba98800580ba00
BLAKE2b-256 edf5b13e0a10f3bd2e6b533278db2b8db9f35c741c8174bf3d9e5ef9aeae049e

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1062153a3c473b561fb30fb64d1afe6bcd38926639197f37f14319741c3a93ff
MD5 2fbe5076c1118b09882b27747ec1c3eb
BLAKE2b-256 c7005987b08e94db033f96f2e6d50123cc49850b55d8092e2fa484ff375be452

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on j-friedrich/OASIS

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

File details

Details for the file oasis_deconv-0.3.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oasis_deconv-0.3.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4b45e99b7d4d2121023a8cc42fbcc8904b0bd9628b774fb388dbb605220e9ed
MD5 f6193ed3b95e18bb767c5e9191bf200c
BLAKE2b-256 99bb3dd22942cbeb3403b6247b303bbae6db6c9e28079d6649a58e51b21b92be

See more details on using hashes here.

Provenance

The following attestation bundles were made for oasis_deconv-0.3.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: release.yml on j-friedrich/OASIS

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