Skip to content

Commit 6ad76cd

Browse files
committed
add: changes.txt added and links updated
1 parent 4267726 commit 6ad76cd

File tree

6 files changed

+56
-9
lines changed

6 files changed

+56
-9
lines changed

.github/workflows/pypi-packaging.yml

Whitespace-only changes.

CHANGES.txt

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,52 @@
1-
# next
1+
# Dec 26, 2024
2+
add: mkdocs material deployment with gh actions
23

4+
# Dec 25, 2024
5+
add: pdoc docs exchanged with mkdocs material autodoc
36

4-
# 25-12-2024
5-
- pdoc docs exchanged with mkdocs material autodoc
7+
# Dec 23, 2024
8+
add: library rename
9+
add: library structure change. loader, transform, feature, context, events
610

7-
# ...
11+
# Dec 20, 2024
12+
fix: closes #7
13+
14+
# Nov 16, 2024
15+
add: dev state docs for combine/integrator.py
16+
add: dev state for combine/integrator.py
17+
add: metadata loader improved
18+
19+
# Nov 4, 2024
20+
add: stats classes improved + feature table class added
21+
22+
# Oct 29, 2024
23+
add: timescaledb loader adjusted
24+
25+
# Oct 28, 2024
26+
add: loader classes adjusted
27+
add: classes for timestamp_converter added
28+
add: classes for s3, timescaledb, timezone_shift added
29+
30+
# Oct 27, 2024
31+
add: docs for time_stats added
32+
add: time_stats for numeric value columns added
33+
34+
# Sep 11, 2024
35+
add: methods refactored to execute without an instance
36+
37+
# Sep 9, 2024
38+
add: cycle methods refined and splitted to cycle processor and extractor
39+
40+
# Sep 8, 2024
41+
add: cycle method and metadata loader including tests for numeric filters
42+
add: additional methods added
43+
44+
# Aug 25, 2024
45+
fix: docs re-created
46+
fix: docs
47+
add: parquet loader, timestamp, string, numeric and boolean stats methods
48+
49+
# May 4, 2024
50+
change: typings added, first test added
51+
change: package folder moved
52+
init: pypi package structure for timeseries-shaper / internal project for my master thesis

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ts-shape | Timeseries Shaper
22

3-
[![pypi version](https://img.shields.io/pypi/v/timeseries-shaper.svg)](https://pypi.org/project/timeseries-shaper/)
4-
[![downloads](https://static.pepy.tech/badge/timeseries-shaper/week)](https://pepy.tech/projects/timeseries-shaper)
3+
[![pypi version](https://img.shields.io/pypi/v/ts-shape.svg)](https://pypi.org/project/ts-shape/)
4+
[![downloads](https://static.pepy.tech/badge/ts-shape/week)](https://pepy.tech/projects/ts-shape)
5+
![documentation workflow](https://github.com/jakobgabriel/ts-shape/actions/workflows/generate_docs.yml/badge.svg)
6+
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://jakobgabriel.github.io/ts-shape/)
57

68
----
79

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ extra:
137137
- icon: fontawesome/brands/github
138138
link: https://github.com/jakobgabriel
139139
- icon: fontawesome/brands/python
140-
link: https://pypi.org/project/timeseries-shaper/
140+
link: https://pypi.org/project/ts-shape/
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
description = "ts-shape filters, transforms and engineers your timeseries dataframe",
1212
long_description = long_description,
1313
long_description_content_type = "text/markdown",
14-
url = "https://jakobgabriel.github.io/timeseries-shaper/timeseries_shaper.html",
14+
url = "https://jakobgabriel.github.io/ts-shape/",
1515
project_urls = {
16-
"Bug Tracker": "https://github.com/jakobgabriel/timeseries-shaper",
16+
"Bug Tracker": "https://github.com/jakobgabriel/ts-shape",
1717
},
1818
classifiers = [
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)