spotforecast2-safe 0.0.3__tar.gz → 0.0.5__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.
Files changed (37) hide show
  1. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/PKG-INFO +6 -1
  2. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/README.md +5 -0
  3. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/pyproject.toml +1 -1
  4. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/convert_to_utc.py +1 -1
  5. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/__init__.py +0 -0
  6. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/__init__.py +0 -0
  7. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/data.py +0 -0
  8. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/fetch_data.py +0 -0
  9. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/exceptions.py +0 -0
  10. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/__init__.py +0 -0
  11. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/base.py +0 -0
  12. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/__init__.py +0 -0
  13. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_forecaster_equivalent_date.py +0 -0
  14. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_forecaster_recursive.py +0 -0
  15. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_warnings.py +0 -0
  16. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/utils.py +0 -0
  17. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/__init__.py +0 -0
  18. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_binner.py +0 -0
  19. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_common.py +0 -0
  20. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_differentiator.py +0 -0
  21. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_rolling.py +0 -0
  22. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/curate_data.py +0 -0
  23. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/imputation.py +0 -0
  24. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/outlier.py +0 -0
  25. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/split.py +0 -0
  26. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/__init__.py +0 -0
  27. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/agg_predict.py +0 -0
  28. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/n2n_predict.py +0 -0
  29. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/n2n_predict_with_covariates.py +0 -0
  30. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/py.typed +0 -0
  31. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/__init__.py +0 -0
  32. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/data_transform.py +0 -0
  33. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/forecaster_config.py +0 -0
  34. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/generate_holiday.py +0 -0
  35. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/validation.py +0 -0
  36. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/weather/__init__.py +0 -0
  37. {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/weather/weather_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: spotforecast2-safe
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: spotforecast2-safe (Core): Safety-critical time series forecasting for production
5
5
  Author: bartzbeielstein
6
6
  Author-email: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com>
@@ -39,6 +39,8 @@ Description-Content-Type: text/markdown
39
39
  # spotforecast2-safe (Core)
40
40
 
41
41
  [![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)](https://www.python.org/downloads/)
42
+ [![PyPI Version](https://img.shields.io/pypi/v/spotforecast2-safe)](https://pypi.org/project/spotforecast2-safe/)
43
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/spotforecast2-safe)](https://pypi.org/project/spotforecast2-safe/)
42
44
  [![EU AI Act](https://img.shields.io/badge/EU%20AI%20Act-Ready-success)](MODEL_CARD.md)
43
45
  [![Dependencies](https://img.shields.io/badge/dependencies-minimal-blue)](pyproject.toml)
44
46
  [![Audit](https://img.shields.io/badge/audit-whitebox-brightgreen)](MODEL_CARD.md)
@@ -48,6 +50,7 @@ Description-Content-Type: text/markdown
48
50
 
49
51
  [![Build Status](https://img.shields.io/github/actions/workflow/status/sequential-parameter-optimization/spotforecast2-safe/ci.yml?branch=main&label=Tests)](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
50
52
  [![Documentation](https://img.shields.io/badge/docs-passing-brightgreen)](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
53
+ [![GitHub Release](https://img.shields.io/github/v/release/sequential-parameter-optimization/spotforecast2-safe)](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
51
54
  [![Reliability](https://img.shields.io/badge/robustness-fail--safe-orange)](MODEL_CARD.md)
52
55
 
53
56
  **Status**
@@ -70,6 +73,8 @@ Unlike standard machine and dep learning libraries, it follows a strict **"Safet
70
73
 
71
74
  For a detailed technical overview of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
72
75
 
76
+ An extended version of this library with visualization and additional features is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
77
+
73
78
  ## ⚠️ Disclaimer & Liability
74
79
 
75
80
  **IMPORTANT**: This software is provided "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed.
@@ -5,6 +5,8 @@
5
5
  # spotforecast2-safe (Core)
6
6
 
7
7
  [![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)](https://www.python.org/downloads/)
8
+ [![PyPI Version](https://img.shields.io/pypi/v/spotforecast2-safe)](https://pypi.org/project/spotforecast2-safe/)
9
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/spotforecast2-safe)](https://pypi.org/project/spotforecast2-safe/)
8
10
  [![EU AI Act](https://img.shields.io/badge/EU%20AI%20Act-Ready-success)](MODEL_CARD.md)
9
11
  [![Dependencies](https://img.shields.io/badge/dependencies-minimal-blue)](pyproject.toml)
10
12
  [![Audit](https://img.shields.io/badge/audit-whitebox-brightgreen)](MODEL_CARD.md)
@@ -14,6 +16,7 @@
14
16
 
15
17
  [![Build Status](https://img.shields.io/github/actions/workflow/status/sequential-parameter-optimization/spotforecast2-safe/ci.yml?branch=main&label=Tests)](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
16
18
  [![Documentation](https://img.shields.io/badge/docs-passing-brightgreen)](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
19
+ [![GitHub Release](https://img.shields.io/github/v/release/sequential-parameter-optimization/spotforecast2-safe)](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
17
20
  [![Reliability](https://img.shields.io/badge/robustness-fail--safe-orange)](MODEL_CARD.md)
18
21
 
19
22
  **Status**
@@ -36,6 +39,8 @@ Unlike standard machine and dep learning libraries, it follows a strict **"Safet
36
39
 
37
40
  For a detailed technical overview of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
38
41
 
42
+ An extended version of this library with visualization and additional features is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
43
+
39
44
  ## ⚠️ Disclaimer & Liability
40
45
 
41
46
  **IMPORTANT**: This software is provided "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "spotforecast2-safe"
3
- version = "0.0.3"
3
+ version = "0.0.5"
4
4
  description = "spotforecast2-safe (Core): Safety-critical time series forecasting for production"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -19,7 +19,7 @@ def convert_to_utc(df: pd.DataFrame, timezone: Optional[str]) -> pd.DataFrame:
19
19
  timezone is None.
20
20
 
21
21
  Examples:
22
- >>> from spotforecast2.utils.convert_to_utc import convert_to_utc
22
+ >>> from spotforecast2_safe.utils.convert_to_utc import convert_to_utc
23
23
  >>> df = pd.DataFrame({"value": [1, 2, 3]}, index=pd.to_datetime(["2022-01-01", "2022-01-02", "2022-01-03"]))
24
24
  >>> convert_to_utc(df, "Europe/Berlin")
25
25
  value