Skip to content

Commit

Permalink
add: changes.txt added and links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgabriel committed Dec 26, 2024
1 parent 4267726 commit 6ad76cd
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 9 deletions.
Empty file.
53 changes: 49 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,52 @@
# next
# Dec 26, 2024
add: mkdocs material deployment with gh actions

# Dec 25, 2024
add: pdoc docs exchanged with mkdocs material autodoc

# 25-12-2024
- pdoc docs exchanged with mkdocs material autodoc
# Dec 23, 2024
add: library rename
add: library structure change. loader, transform, feature, context, events

# ...
# Dec 20, 2024
fix: closes #7

# Nov 16, 2024
add: dev state docs for combine/integrator.py
add: dev state for combine/integrator.py
add: metadata loader improved

# Nov 4, 2024
add: stats classes improved + feature table class added

# Oct 29, 2024
add: timescaledb loader adjusted

# Oct 28, 2024
add: loader classes adjusted
add: classes for timestamp_converter added
add: classes for s3, timescaledb, timezone_shift added

# Oct 27, 2024
add: docs for time_stats added
add: time_stats for numeric value columns added

# Sep 11, 2024
add: methods refactored to execute without an instance

# Sep 9, 2024
add: cycle methods refined and splitted to cycle processor and extractor

# Sep 8, 2024
add: cycle method and metadata loader including tests for numeric filters
add: additional methods added

# Aug 25, 2024
fix: docs re-created
fix: docs
add: parquet loader, timestamp, string, numeric and boolean stats methods

# May 4, 2024
change: typings added, first test added
change: package folder moved
init: pypi package structure for timeseries-shaper / internal project for my master thesis
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ts-shape | Timeseries Shaper

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

----

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ extra:
- icon: fontawesome/brands/github
link: https://github.com/jakobgabriel
- icon: fontawesome/brands/python
link: https://pypi.org/project/timeseries-shaper/
link: https://pypi.org/project/ts-shape/
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
description = "ts-shape filters, transforms and engineers your timeseries dataframe",
long_description = long_description,
long_description_content_type = "text/markdown",
url = "https://jakobgabriel.github.io/timeseries-shaper/timeseries_shaper.html",
url = "https://jakobgabriel.github.io/ts-shape/",
project_urls = {
"Bug Tracker": "https://github.com/jakobgabriel/timeseries-shaper",
"Bug Tracker": "https://github.com/jakobgabriel/ts-shape",
},
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6ad76cd

Please sign in to comment.