File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# High Performance Time Series Augmentation Libraries (RATS & RATSpy)
22
33[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4- [ ![ ReadTheDocs] ( https://img.shields.io/badge/Readthedocs-%23000000.svg?style=for-the-badge&logo=readthedocs&logoColor=white )] ( https://effairust2025-031aba.pages.rwth-aachen.de/ )
4+ [ ![ ReadTheDocs] ( https://img.shields.io/badge/Readthedocs-%23000000.svg?style=for-the-badge&logo=readthedocs&logoColor=white )] ( https://ratspy.readthedocs.io )
55
66
77This repository contains the code for ** RATS** - a rust-based rapid time-series data augmentation library and its python wrapper - ** RATSpy** .
Original file line number Diff line number Diff line change 11# RATSpy
22
33[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4+ [ ![ ReadTheDocs] ( https://img.shields.io/badge/Readthedocs-%23000000.svg?style=for-the-badge&logo=readthedocs&logoColor=white )] ( https://ratspy.readthedocs.io )
45
56RATSpy provides Python bindings for ` RATS ` , a rust crate for ** R** apid ** A** ugmentations for ** T** ime ** S** eries on univariate time series data.
67
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " ratspy"
7- version = " 0.1.0a2 "
7+ version = " 0.1.0a3 "
88description = " Python bindings for RATS, a rust crate for Rapid Augmentations for Time Series."
99keywords = [" augmentation" , " time series" , " rust" ]
1010license = " Apache-2.0"
@@ -18,3 +18,7 @@ readme = "README.md"
1818
1919[tool .maturin ]
2020features = [" pyo3/extension-module" ]
21+
22+ [project .urls ]
23+ Repository = " https://github.com/HyperVectors/RATS"
24+ Documentation = " https://ratspy.readthedocs.io"
You can’t perform that action at this time.
0 commit comments