pynnlf 0.2.2__tar.gz → 0.2.3__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 (54) hide show
  1. {pynnlf-0.2.2/src/pynnlf.egg-info → pynnlf-0.2.3}/PKG-INFO +1 -1
  2. pynnlf-0.2.3/src/pynnlf/__about__.py +1 -0
  3. {pynnlf-0.2.2 → pynnlf-0.2.3/src/pynnlf.egg-info}/PKG-INFO +1 -1
  4. pynnlf-0.2.2/src/pynnlf/__about__.py +0 -1
  5. {pynnlf-0.2.2 → pynnlf-0.2.3}/LICENSE +0 -0
  6. {pynnlf-0.2.2 → pynnlf-0.2.3}/README.md +0 -0
  7. {pynnlf-0.2.2 → pynnlf-0.2.3}/pyproject.toml +0 -0
  8. {pynnlf-0.2.2 → pynnlf-0.2.3}/setup.cfg +0 -0
  9. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/__init__.py +0 -0
  10. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/api.py +0 -0
  11. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/discovery.py +0 -0
  12. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/engine.py +0 -0
  13. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/hyperparams.py +0 -0
  14. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/model_utils.py +0 -0
  15. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/runner.py +0 -0
  16. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/README_WORKSPACE.md +0 -0
  17. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/data/README_data.md +0 -0
  18. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/data/ds0_test.csv +0 -0
  19. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/README_models.md +0 -0
  20. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/hyperparameters.yaml +0 -0
  21. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m10_rf.py +0 -0
  22. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m11_svr.py +0 -0
  23. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m12_rnn.py +0 -0
  24. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m13_lstm.py +0 -0
  25. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m14_gru.py +0 -0
  26. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m15_transformer.py +0 -0
  27. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m16_prophet.py +0 -0
  28. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m17_xgb.py +0 -0
  29. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m18_nbeats.py +0 -0
  30. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m1_naive.py +0 -0
  31. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m2_snaive.py +0 -0
  32. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m3_ets.py +0 -0
  33. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m4_arima.py +0 -0
  34. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m5_sarima.py +0 -0
  35. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m6_lr.py +0 -0
  36. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m7_ann.py +0 -0
  37. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m8_dnn.py +0 -0
  38. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/m9_rt.py +0 -0
  39. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/models/mXX_template.py +0 -0
  40. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/batch.yaml +0 -0
  41. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/experiment.yaml +0 -0
  42. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/pynnlf_config.yaml +0 -0
  43. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/testing_benchmark.csv +0 -0
  44. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/testing_benchmark_metadata.md +0 -0
  45. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/tests_ci.yaml +0 -0
  46. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/scaffold/specs/tests_full.yaml +0 -0
  47. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/tests_runner.py +0 -0
  48. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/tools/strip_notebook_artifacts.py +0 -0
  49. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/workspace.py +0 -0
  50. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf/yamlio.py +0 -0
  51. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf.egg-info/SOURCES.txt +0 -0
  52. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf.egg-info/dependency_links.txt +0 -0
  53. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf.egg-info/requires.txt +0 -0
  54. {pynnlf-0.2.2 → pynnlf-0.2.3}/src/pynnlf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pynnlf
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Python Network Net Load Forecasting (PyNNLF): reproducible evaluation of net load forecasting models.
5
5
  License: MIT
6
6
  Requires-Python: >=3.12
@@ -0,0 +1 @@
1
+ __version__ = "0.2.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pynnlf
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Python Network Net Load Forecasting (PyNNLF): reproducible evaluation of net load forecasting models.
5
5
  License: MIT
6
6
  Requires-Python: >=3.12
@@ -1 +0,0 @@
1
- __version__ = "0.2.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes