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.
- Author: François Orieux
- Contact: orieux at l2s.centralesupelec.fr
- Project homepage: http://github.com/forieux/itrace
- Downloads page: https://github.com/forieux/itrace/releases
- 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.
This package depends on numpy, h5py, matlotlib, and tqdm.
After git clonning, I recommand to use poetry
poetry install
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.
itrace
is free software distributed under the WTFPL, see LICENSE.txt.