Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.37 KB

README.rst

File metadata and controls

57 lines (37 loc) · 1.37 KB

Trace

The iTrace (itrace) package provides a data structure to help prototyping data processing algorithm. The main contribution is the Trace type that mimic a list with additionnal features.

The package is in very alpha stage.

Info

Contents

trace.py
The main file that implements the Trace type.
plot.py
Tools to plot Trace.
iter.py
Tools for iterative algorithm. I'm not sure your interested about that.

Requirements

This package depends on numpy, h5py, matlotlib, and tqdm.

Installation

After git clonning, I recommand to use poetry

poetry install

Development

This package follow the Semantic Versionning convention http://semver.org/. To get the development version you can clone the git repository available here http://github.com/forieux/trace

The ongoing development depends on my time but is open. I try to fix bugs.

License

itrace is free software distributed under the WTFPL, see LICENSE.txt.