Skip to content

Releases: sebftw/Eiko

Eiko 0.8.7

24 Jun 03:11

Choose a tag to compare

Installation Instructions

🐍 Python

Automated Installer (Recommended)

If you are new to Python, use the automated installer:

💡 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 eiko

It 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)

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. Inside MATLAB, right-click the "eiko" folder and select Add to Path → Selected Folder(s).
  3. 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:

💡 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

23 Jun 00:56

Choose a tag to compare

Installation Instructions

🐍 Python

Automated Installer (Recommended)

If you are new to Python, use the automated installer to set up your environment:

Manual Installation

To install Eiko manually, run

pip install eiko

It 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)

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. 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:

Full Changelog: v0.8.5...v0.8.6

v0.8.5

22 Jun 18:24

Choose a tag to compare

Installation Instructions

🐍 Python

⚠️ Prerequisite: 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 eiko

Guided 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:


🧮 MATLAB

Quick Install:

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. 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:


Full Changelog: v0.8.4...v0.8.5

v0.8.4

22 Jun 14:34

Choose a tag to compare

Installation Instructions

🐍 Python

Run

pip install eiko

🧮 MATLAB

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. 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

22 Jun 13:28

Choose a tag to compare

🚀 Installation

🐍 Python

pip install eiko

🧮 MATLAB

  1. Scroll to the Assets section at the very bottom of these release notes.
  2. Download eiko_matlab.zip (do not use the generic "Source code" zips).
  3. Extract the folder to your local machine.
  4. 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

22 Jun 00:22

Choose a tag to compare

🚀 Installation

🐍 Python

pip install eiko

🧮 MATLAB

  1. Scroll to the Assets section at the very bottom of these release notes.
  2. Download eiko-matlab-release.zip (do not use the generic "Source code" zips).
  3. Extract the folder to your local machine.
  4. 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

21 Jun 22:24

Choose a tag to compare

Bump version: 0.8.0 → 0.8.1

v0.8.5-test-41

19 Jun 17:32
73bbdd8

Choose a tag to compare

v0.8.5-test-41 Pre-release
Pre-release
Enable build jobs for Ubuntu and Windows wheels

Eiko 0.8

22 May 18:14

Choose a tag to compare

Eiko 0.8 Pre-release
Pre-release

First release of Eiko.