Recent Releases of equator
equator - Release 2025-07-31
Automated release with Zenodo metadata and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Release 2025-07-30
Automated release with Zenodo metadata and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Release 2025-07-29
Automated release with Zenodo metadata and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Release 2025-07-21
Automated release with Zenodo metadata and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Release 2025-07-19
Automated release with Zenodo metadata and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Release 2025-07-18
Automated release with metadata for Zenodo and citation files.
- Jupyter Notebook
Published by PhaedrusFlow 7 months ago
equator - Python 3.14 with and without GIL (x86_64)
Python 3.14 (No GIL) for x86_64
Build Variants
- p3.14NoGILx8664: Compiled on Arch Linux for x8664 architecture
- p3.14wGILx8664: Compiled on Arch Linux for x8664 architecture
- p3.14NoGILarm64: Compiled on Ubuntu 24.04 for AArch64 architecture
- p3.14wGILarm64: Compiled on Ubuntu 24.04 for AArch64 architecture
Where:
- NoGIL = Global Interpreter Lock (GIL) disabled
- wGIL = Global Interpreter Lock (GIL) enabled
Target Architectures and Instruction Sets
x86_64 (Haswell and newer, including 13th gen Intel CPUs, though likely to work on older CPUs as well)
Architecture: x86_64 - Build CPU: Intel Haswell (4th gen) - Instruction set: AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, OSXSAVE
ARM64 (NVIDIA Jetson AGX Orin Developer Kit)
- Architecture: AArch64 (ARMv8-A)
- CPU: NVIDIA Carmel (ARMv8.2-A)
- Instruction set: ARMv8.2-A with extensions from ARMv8.3-A, ARMv8.4-A, and ARMv8.5-A
Installation
If you've downloaded the tarball: For ARM64 versions:
```bash
For NoGIL version:
tar -xzvf p3.14noGILarm64.tar.gz ./p3.14noGILarm64 ```
For GIL version:
bash
tar -xzvf p3.14wGIL_arm64.tar.gz
./p3.14wGIL_arm64
For x86_64 versions:
For NoGIL version:
bash
tar -xzvf p3.14noGIL_x86_64.tar.gz
./p3.14noGIL_x86_64
For GIL version:
bash
tar -xzvf p3.14wGIL_x86_64.tar.gz
./p3.14wGIL_x86_64
If you've downloaded the binaries directly:
- Ensure you're in the directory containing the binaries.
- Make sure the binaries have executable permissions:
bash
chmod +x p3.14noGIL_arm64 p3.14wGIL_arm64 p3.14noGIL_x86_64 p3.14wGIL_x86_64
Run the desired binary:
bash
./p3.14noGIL_arm64 # or
./p3.14wGIL_arm64 # or
./p3.14noGIL_x86_64 # or
./p3.14wGIL_x86_64
Notes
- This is an alpha version of Python 3.14. Use with caution in production environments. -See how this built to test out for yourself by referencing HowToCompile.md in the source repo
- Jupyter Notebook
Published by PhaedrusFlow over 1 year ago
equator - Python 3.14 (With GIL) for ARM64
Python 3.14 (With GIL) for ARM64
This is a custom build of Python 3.14.0a0 with the following specifications:
- Compiled on Ubuntu 24.04
- Global Interpreter Lock (GIL) enabled
- Optimizations enabled
- Compiled on NVIDIA AGX Orin Developer Kit
- Target architecture: ARM64
Installation
Extract the tarball and run the binary:
tar -xzvf p3.14wGIL_arm64.tar.gz
./p3.14wGIL_arm64
Notes
This is an alpha version of Python 3.14. Use with caution in production environments.
- Jupyter Notebook
Published by PhaedrusFlow over 1 year ago
equator - Python 3.14 (No GIL) for ARM64
Python 3.14 (No GIL) for ARM64
This is a custom build of Python 3.14.0a0 with the following specifications:
- Compiled on Ubuntu 24.04
- Global Interpreter Lock (GIL) disabled
- Optimizations enabled
- Compiled on NVIDIA AGX Orin Developer Kit
- Target architecture: ARM64
Installation
Extract the tarball and run the binary:
tar -xzvf p3.14noGIL_arm64.tar.gz
./p3.14noGIL_arm64
Notes
This is an alpha version of Python 3.14. Use with caution in production environments.
- Jupyter Notebook
Published by PhaedrusFlow over 1 year ago