direl-ts-tool-kit 0.4.7__tar.gz → 0.4.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: direl-ts-tool-kit
3
- Version: 0.4.7
3
+ Version: 0.4.9
4
4
  Summary: A toolbox for time series analysis and visualization.
5
5
  Home-page: https://gitlab.com/direl/direl_tool_kit
6
6
  Author: Diego Restrepo-Leal
@@ -94,3 +94,8 @@ Saves a Matplotlib figure in three common high-quality formats (PNG, PDF, SVG).
94
94
 
95
95
  The function creates a consistent file name structure:
96
96
  {path}/{file_name}_{variable_name}.{extension}.
97
+
98
+ # Examples
99
+ - [Example 1](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_01.md?ref_type=heads)
100
+ - [Example 2](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_02.md?ref_type=heads)
101
+
@@ -63,3 +63,8 @@ Saves a Matplotlib figure in three common high-quality formats (PNG, PDF, SVG).
63
63
 
64
64
  The function creates a consistent file name structure:
65
65
  {path}/{file_name}_{variable_name}.{extension}.
66
+
67
+ # Examples
68
+ - [Example 1](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_01.md?ref_type=heads)
69
+ - [Example 2](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_02.md?ref_type=heads)
70
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: direl-ts-tool-kit
3
- Version: 0.4.7
3
+ Version: 0.4.9
4
4
  Summary: A toolbox for time series analysis and visualization.
5
5
  Home-page: https://gitlab.com/direl/direl_tool_kit
6
6
  Author: Diego Restrepo-Leal
@@ -94,3 +94,8 @@ Saves a Matplotlib figure in three common high-quality formats (PNG, PDF, SVG).
94
94
 
95
95
  The function creates a consistent file name structure:
96
96
  {path}/{file_name}_{variable_name}.{extension}.
97
+
98
+ # Examples
99
+ - [Example 1](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_01.md?ref_type=heads)
100
+ - [Example 2](https://gitlab.com/direl/direl_tool_kit/-/blob/main/example/example_02.md?ref_type=heads)
101
+
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="direl-ts-tool-kit",
5
- version="0.4.7",
5
+ version="0.4.9",
6
6
  description="A toolbox for time series analysis and visualization.",
7
7
  long_description=open("README.md", encoding="utf-8").read(),
8
8
  long_description_content_type="text/markdown",