No description
Find a file
2024-01-31 10:19:22 -05:00
.github/workflows update github action 2024-01-28 13:36:06 -05:00
.ob-jupyter bump version 2024-01-31 10:19:22 -05:00
docs remove bogus typehints package 2021-12-07 14:06:36 +01:00
hopsflow bump version 2024-01-31 10:19:22 -05:00
.envrc remove requirements.txt 2021-12-10 10:37:49 +01:00
.gitignore ignore typings 2022-07-22 17:08:21 +02:00
__init__.py bump version 2024-01-31 10:19:22 -05:00
flake.lock update deps 2022-11-28 17:41:14 -05:00
flake.nix use poetry version of hops 2023-11-28 12:29:32 -05:00
gaussflow.py bump version 2024-01-31 10:19:22 -05:00
gaussflow_two.py bump version 2024-01-31 10:19:22 -05:00
hopsflow.py bump version 2024-01-31 10:19:22 -05:00
LICENSE project structure and license+setup.py 2021-12-07 13:28:32 +01:00
poetry.lock use hops from github 2024-01-28 14:47:43 -05:00
pyproject.toml bump version 2024-01-31 10:19:22 -05:00
pyrightconfig.json bump version 2024-01-31 10:19:22 -05:00
readme.md update flake and readme 2021-12-10 10:47:16 +01:00
util.py bump version 2024-01-31 10:19:22 -05:00

This repo contains code used in the work for my master thesis.

Docs

Documentation is available here.

Installation

Nix

For developing use nix develop and for installing use the default package from the flake.

If you plan to use this package in another poetry2nix project you have to include the overrides from lib.overrides in the flake github:vale981/hiro-flake-utils.

Poetry

For development use poetry shell and for installing just add this repo to the depencies of your project. You can also build a standalone package with poetry build using.