Metadata-Version: 2.3
Name: topapprox
Version: 0.0.2
Summary: Package for computing topological filtering of singals over networks using Persistent Homology.
Project-URL: Homepage, https://github.com/mvlier/topapprox
Project-URL: Issues, https://github.com/mvlier/topapprox/issues
Author: Junyan Chu, Sebastían Elías Graiff Zurita
Author-email: Matias de Jong van Lier <matias.vanlier@gmail.com>, Shizuo Kaji <shizuo.kaji@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# topapprox: A Pythobn package for computing topological filtering

copyright by [Matias de Jong van Lier](https://mvlier.github.io/), [Junyan Chu](https://sites.google.com/view/junyan-chu/), Sebastían Elías Graiff Zurita, [Shizuo Kaji](https://www.skaji.org/), 2024

## CAUTION

This package is in early development. Function names will be significantly changed in the future versions.

## Description

This is a Python package for computing topological filtering for
- 1D or 2D images
- functions defined over nodes of a graph

## License

MIT License

## Get Started

- Look at the tutorial [click here](Interactive_Tutorial_topapprox.ipynb).

## Installation

    % pip install -U topapprox

## Citation

- Matias de Jong van Lier, Junyan Chu, Sebastían Elías Graiff Zurita, Shizuo Kaji, "Topological filtering of a signal over a network", in perparation

