Skip to content

Commit 681f92f

Browse files
committed
Push version to 0.1.0a3
1 parent 61d2cdf commit 681f92f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
This repository contains the code for **RATS** - a rust-based rapid time-series data augmentation library and its python wrapper - **RATSpy**.

ratspy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
RATSpy provides Python bindings for `RATS`, a rust crate for **R**apid **A**ugmentations for **T**ime **S**eries on univariate time series data.
67

ratspy/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ratspy"
7-
version = "0.1.0a2"
7+
version = "0.1.0a3"
88
description = "Python bindings for RATS, a rust crate for Rapid Augmentations for Time Series."
99
keywords = ["augmentation", "time series", "rust"]
1010
license = "Apache-2.0"
@@ -18,3 +18,7 @@ readme = "README.md"
1818

1919
[tool.maturin]
2020
features = ["pyo3/extension-module"]
21+
22+
[project.urls]
23+
Repository = "https://github.com/HyperVectors/RATS"
24+
Documentation = "https://ratspy.readthedocs.io"

0 commit comments

Comments
 (0)