Releases: sebftw/Eiko
Eiko 0.8.7
Installation Instructions
🐍 Python
Automated Installer (Recommended)
If you are new to Python, use the automated installer:
- Windows: Download
install_eiko_python.batand double-click the file. - Linux: Download
install_eiko_python.bat, open a terminal, and runbash install_eiko_python.bat.
💡 Tip: The installer will generate a start_eiko script. Run this script at any time to open a terminal with your Eiko environment activated and ready to go!
Manual Installation
To install Eiko manually, run
pip install eikoIt requires PyTorch or JAX as a backend, so also run one of the following lines:
- PyTorch:
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130 - or JAX:
pip install jax[cuda13].
We strongly recommend installing inside a virtual environment (e.g., venv or conda).
🧮 MATLAB
Manual Installation (Recommended)
- Download
eiko_matlab.zipand extract the "eiko" folder. - Inside MATLAB, right-click the "eiko" folder and select Add to Path → Selected Folder(s).
- Eiko is now installed and ready for use.
💡 Tip: To avoid doing this every time you launch MATLAB, you can add addpath('/path/to/eiko') to your startup.m file.
Automated Installer
To automatically configure your system for Eiko, use the installer:
- Windows: Download
install_eiko_matlab.batand double-click the file. - Linux: Download
install_eiko_matlab.bat, open a terminal, and runbash install_eiko_matlab.bat.
💡 Tip: The installer will generate a start_eiko.m script. You can run this script from MATLAB to activate Eiko!
Full Changelog: v0.8.6...v0.8.7
v0.8.6
Installation Instructions
🐍 Python
Automated Installer (Recommended)
If you are new to Python, use the automated installer to set up your environment:
- Windows: Download
install_eiko_python.batand double-click the file. - Linux: Download
install_eiko_python.bat, open a terminal, and runbash install_eiko_python.bat.
Manual Installation
To install Eiko manually, run
pip install eikoIt requires PyTorch or JAX as a backend, so also run one of the following lines:
- PyTorch:
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130 - or JAX:
pip install jax[cuda13].
We strongly recommend installing inside a virtual environment (venv or conda).
🧮 MATLAB
Manual Installation (Recommended)
- Download
eiko_matlab.zipand extract the "eiko" folder. - Inside MATLAB, right-click the "eiko" folder and select Add to Path → Selected Folder(s).
💡 Tip: To avoid doing this every time you launch MATLAB, you can add addpath('/path/to/eiko') to your startup.m file.
**Automated Installer **
To automatically configure your system for Eiko, use the installer:
- Windows: Download
install_eiko_matlab.batand double-click the file. - Linux: Download
install_eiko_matlab.bat, open a terminal, and runbash install_eiko_matlab.bat.
Full Changelog: v0.8.5...v0.8.6
v0.8.5
Installation Instructions
🐍 Python
eiko requires either PyTorch or JAX to be installed in your Python environment. For example:
For PyTorch:
pip install torch torchvision --index-url [https://download.pytorch.org/whl/cu130](https://download.pytorch.org/whl/cu130)Or for JAX:
pip install jax[cuda13]Quick Install:
pip install eikoGuided Install (Recommended if you are new to Python):
If you need assistance setting up Python, creating a virtual environment, installing PyTorch/JAX, or updating your drivers, download and run our smart installer:
- Download and run
install_eiko_python.bat(Compatible with Windows & Ubuntu)
🧮 MATLAB
Quick Install:
- Download
eiko_matlab.zipand extract the "eiko" folder. - Inside MATLAB, right-click the "eiko" folder and select Add to Path → Selected Folder(s).
💡 Tip: To avoid doing this every time you launch MATLAB, you can add addpath('/path/to/eiko') to your startup.m file.
Guided Install:
If you need help checking your MATLAB environment or ensuring you have the correct drivers configured, use the smart installer:
- Download and run
install_eiko_matlab.bat(Compatible with Windows & Ubuntu)
Full Changelog: v0.8.4...v0.8.5
v0.8.4
Installation Instructions
🐍 Python
Run
pip install eiko🧮 MATLAB
- Download
eiko_matlab.zipand extract the "eiko" folder. - Inside MATLAB, right-click the "eiko" folder and select Add to Path → Selected Folders and Subfolders.
💡 Tip: To avoid doing this every time you launch MATLAB, you can add addpath(genpath('/path/to/eiko')) to your startup.m file.
Full Changelog: v0.8.3...v0.8.4
v0.8.3
🚀 Installation
🐍 Python
pip install eiko🧮 MATLAB
- Scroll to the Assets section at the very bottom of these release notes.
- Download
eiko_matlab.zip(do not use the generic "Source code" zips). - Extract the folder to your local machine.
- Inside MATLAB, right-click the extracted folder and select Add to Path → Selected Folders and Subfolders.
Full Changelog: v0.8.2...v0.8.3
v0.8.2
🚀 Installation
🐍 Python
pip install eiko🧮 MATLAB
- Scroll to the Assets section at the very bottom of these release notes.
- Download
eiko-matlab-release.zip(do not use the generic "Source code" zips). - Extract the folder to your local machine.
- Inside MATLAB, right-click the extracted folder and select Add to Path → Selected Folders and Subfolders.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Bump version: 0.8.0 → 0.8.1
v0.8.5-test-41
Enable build jobs for Ubuntu and Windows wheels