Skip to content

forieux/itrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages