openstef 3.4.33__py3-none-any.whl → 3.4.35__py3-none-any.whl
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.
- openstef/tasks/create_solar_forecast.py +2 -2
- {openstef-3.4.33.dist-info → openstef-3.4.35.dist-info}/METADATA +5 -5
- {openstef-3.4.33.dist-info → openstef-3.4.35.dist-info}/RECORD +6 -6
- {openstef-3.4.33.dist-info → openstef-3.4.35.dist-info}/WHEEL +1 -1
- {openstef-3.4.33.dist-info → openstef-3.4.35.dist-info}/LICENSE +0 -0
- {openstef-3.4.33.dist-info → openstef-3.4.35.dist-info}/top_level.txt +0 -0
| @@ -186,7 +186,7 @@ def fides(data: pd.DataFrame, all_forecasts: bool = False): | |
| 186 186 | 
             
                data = pd.DataFrame(index = index,
         | 
| 187 187 | 
             
                                    data = dict(load=np.sin(index.hour/24*np.pi)*np.random.uniform(0.7,1.7, 300)))
         | 
| 188 188 | 
             
                data['insolation'] = data.load * np.random.uniform(0.8, 1.2, len(index)) + 0.1
         | 
| 189 | 
            -
                data.loc[int(len(index)/3*2):,"load"] = np. | 
| 189 | 
            +
                data.loc[int(len(index)/3*2):,"load"] = np.nan
         | 
| 190 190 |  | 
| 191 191 | 
             
                """
         | 
| 192 192 | 
             
                insolation_forecast = apply_fit_insol(data, add_to_df=False)
         | 
| @@ -357,7 +357,7 @@ def apply_fit_insol(data, add_to_df=True, hours_delta=None, polynomial=False): | |
| 357 357 | 
             
                data = pd.DataFrame(index = index,
         | 
| 358 358 | 
             
                                    data = dict(load=np.sin(index.hour/24*np.pi)*np.random.uniform(0.7,1.7, len(index))))
         | 
| 359 359 | 
             
                data['insolation'] = data.load * np.random.uniform(0.8, 1.2, len(index)) + 0.1
         | 
| 360 | 
            -
                data.loc[int(len(index)/3*2):,"load"] = np. | 
| 360 | 
            +
                data.loc[int(len(index)/3*2):,"load"] = np.nan
         | 
| 361 361 |  | 
| 362 362 | 
             
                """
         | 
| 363 363 | 
             
                colname = list(data)[0]
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            Metadata-Version: 2.1
         | 
| 2 2 | 
             
            Name: openstef
         | 
| 3 | 
            -
            Version: 3.4. | 
| 3 | 
            +
            Version: 3.4.35
         | 
| 4 4 | 
             
            Summary: Open short term energy forecaster
         | 
| 5 5 | 
             
            Home-page: https://github.com/OpenSTEF/openstef
         | 
| 6 6 | 
             
            Author: Alliander N.V
         | 
| @@ -10,9 +10,8 @@ Keywords: energy,forecasting,machinelearning | |
| 10 10 | 
             
            Classifier: Development Status :: 5 - Production/Stable
         | 
| 11 11 | 
             
            Classifier: Intended Audience :: Developers
         | 
| 12 12 | 
             
            Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
         | 
| 13 | 
            -
            Classifier: Programming Language :: Python :: 3. | 
| 14 | 
            -
             | 
| 15 | 
            -
            Requires-Python: >=3.9.0
         | 
| 13 | 
            +
            Classifier: Programming Language :: Python :: 3.11
         | 
| 14 | 
            +
            Requires-Python: >=3.11.0
         | 
| 16 15 | 
             
            Description-Content-Type: text/markdown
         | 
| 17 16 | 
             
            License-File: LICENSE
         | 
| 18 17 | 
             
            Requires-Dist: holidays==0.21
         | 
| @@ -21,11 +20,12 @@ Requires-Dist: lightgbm~=3.3 | |
| 21 20 | 
             
            Requires-Dist: matplotlib~=3.7
         | 
| 22 21 | 
             
            Requires-Dist: mlflow~=2.3
         | 
| 23 22 | 
             
            Requires-Dist: networkx~=3.1
         | 
| 23 | 
            +
            Requires-Dist: numpy<3,>=2
         | 
| 24 24 | 
             
            Requires-Dist: optuna~=3.1
         | 
| 25 25 | 
             
            Requires-Dist: optuna-integration~=3.6
         | 
| 26 26 | 
             
            Requires-Dist: pandas~=2.2.0
         | 
| 27 27 | 
             
            Requires-Dist: plotly~=5.18
         | 
| 28 | 
            -
            Requires-Dist: pvlib==0. | 
| 28 | 
            +
            Requires-Dist: pvlib==0.10.5
         | 
| 29 29 | 
             
            Requires-Dist: pydantic~=2.4
         | 
| 30 30 | 
             
            Requires-Dist: pydantic-settings~=2.3
         | 
| 31 31 | 
             
            Requires-Dist: pymsteams~=0.2.2
         | 
| @@ -77,7 +77,7 @@ openstef/tasks/calculate_kpi.py,sha256=78DuK30ohWIHuc6oneRXalcNMXQ5mzy2qDr9xsPdS | |
| 77 77 | 
             
            openstef/tasks/create_basecase_forecast.py,sha256=rexAt6jGbW3YTXvDo606rzJvYETCoLVYCsBRihZas9U,4213
         | 
| 78 78 | 
             
            openstef/tasks/create_components_forecast.py,sha256=uhRjkvEdrbhQCw758UMVmVu-hU3YwxfnhM-Yj2ITQRg,6159
         | 
| 79 79 | 
             
            openstef/tasks/create_forecast.py,sha256=Q-1-0mSQYAzF48e0EAvAd30xyHXE4zJ2b47DF-LewnE,5770
         | 
| 80 | 
            -
            openstef/tasks/create_solar_forecast.py,sha256= | 
| 80 | 
            +
            openstef/tasks/create_solar_forecast.py,sha256=cZiIoCVHlLlDrsWeH3ZX4zfcMMrgGgqkG2CmbCp8lqM,15074
         | 
| 81 81 | 
             
            openstef/tasks/create_wind_forecast.py,sha256=RhshkmNSyFWx4Y6yQn02GzHjWTREbN5A5GAeWv0JpcE,2907
         | 
| 82 82 | 
             
            openstef/tasks/optimize_hyperparameters.py,sha256=s-z8YQJF6Lf3DdYgKHEpAdlbFJ3a-0Gj0Ahsqj1DErc,4758
         | 
| 83 83 | 
             
            openstef/tasks/split_forecast.py,sha256=1MBi1kKYR6R3H-NMo4At_0SdpVamWnT5sUXffRX84dI,9327
         | 
| @@ -88,8 +88,8 @@ openstef/tasks/utils/predictionjobloop.py,sha256=Ysy3zF5lzPMz_asYDKeF5m0qgVT3tCt | |
| 88 88 | 
             
            openstef/tasks/utils/taskcontext.py,sha256=L9K14ycwgVxbIVUjH2DIn_QWbnu-OfxcGtQ1K9T6sus,5630
         | 
| 89 89 | 
             
            openstef/validation/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
         | 
| 90 90 | 
             
            openstef/validation/validation.py,sha256=628xaDbAm8B4AYtFOAn8_SXLjejNfULGCfX3hVf_mU0,11119
         | 
| 91 | 
            -
            openstef-3.4. | 
| 92 | 
            -
            openstef-3.4. | 
| 93 | 
            -
            openstef-3.4. | 
| 94 | 
            -
            openstef-3.4. | 
| 95 | 
            -
            openstef-3.4. | 
| 91 | 
            +
            openstef-3.4.35.dist-info/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
         | 
| 92 | 
            +
            openstef-3.4.35.dist-info/METADATA,sha256=BhiGgkicPfG4UNjBRc6lyyO7fQR6fj9VsFZs34u2PfI,7359
         | 
| 93 | 
            +
            openstef-3.4.35.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
         | 
| 94 | 
            +
            openstef-3.4.35.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
         | 
| 95 | 
            +
            openstef-3.4.35.dist-info/RECORD,,
         | 
| 
            File without changes
         | 
| 
            File without changes
         |