https://github.com/wiris/py-path-signature
Python library to calculate path signature
https://github.com/wiris/py-path-signature
Last synced: 2 months ago
JSON representation
Python library to calculate path signature
- Host: GitHub
- URL: https://github.com/wiris/py-path-signature
- Owner: wiris
- License: mit
- Created: 2021-08-09T10:37:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:28:49.000Z (5 months ago)
- Last Synced: 2025-01-27T22:45:59.080Z (4 months ago)
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Path Signature
This repository implements the computation of the path signature features of a given set of strokes.
At CD, when code is merge into the main branch after passing the CI tests, the package is built and [published in PyPI](https://pypi.org/project/py-path-signature/).
# Contributing guide## Commiting changes
This project follows the Conventional Commits specification. Particular usage is detailed in the
[conventional commit guidelines](https://github.com/wiris/squad.editorservices.guides/blob/master/CONVENTIONAL_COMMITS.md)
document of the Editor and Services squad documentation.