Skip to content

Releases: AUProbGeo/ga-aem-python-colab

Release list

gatdaem1d-v2.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:48

gatdaem1d prebuilt wheels for Google Colab

Install (in a Colab notebook)

Default — AVX2 (x86-64-v3), recommended for Colab:

!pip install https://github.com/AUProbGeo/ga-aem-python-colab/releases/download/gatdaem1d-v2.0.3/gatdaem1d-2.0.3-1-py3-none-manylinux_2_35_x86_64.whl

Fallback — baseline (x86-64), if the AVX2 wheel crashes with SIGILL:

!pip install https://github.com/AUProbGeo/ga-aem-python-colab/releases/download/gatdaem1d-v2.0.3/gatdaem1d-2.0.3-0-py3-none-manylinux_2_35_x86_64.whl

Verify

import gatdaem1d
print(gatdaem1d.__file__)

No apt install needed — libfftw3 is bundled inside the wheel.