nnodely 0.14.0__tar.gz → 0.14.2__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 (73) hide show
  1. {nnodely-0.14.0/nnodely.egg-info → nnodely-0.14.2}/PKG-INFO +3 -3
  2. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/__init__.py +1 -1
  3. {nnodely-0.14.0 → nnodely-0.14.2/nnodely.egg-info}/PKG-INFO +3 -3
  4. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely.egg-info/requires.txt +2 -2
  5. {nnodely-0.14.0 → nnodely-0.14.2}/pyproject.toml +2 -2
  6. {nnodely-0.14.0 → nnodely-0.14.2}/LICENSE +0 -0
  7. {nnodely-0.14.0 → nnodely-0.14.2}/README.md +0 -0
  8. {nnodely-0.14.0 → nnodely-0.14.2}/imgs/logo_info.png +0 -0
  9. {nnodely-0.14.0 → nnodely-0.14.2}/imgs/logo_white_info.png +0 -0
  10. {nnodely-0.14.0 → nnodely-0.14.2}/imgs/massspringdamper.png +0 -0
  11. {nnodely-0.14.0 → nnodely-0.14.2}/mplplots/__init__.py +0 -0
  12. {nnodely-0.14.0 → nnodely-0.14.2}/mplplots/plots.py +0 -0
  13. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/activation.py +0 -0
  14. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/arithmetic.py +0 -0
  15. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/earlystopping.py +0 -0
  16. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/exporter/__init__.py +0 -0
  17. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/exporter/export.py +0 -0
  18. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/exporter/exporter.py +0 -0
  19. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/exporter/reporter.py +0 -0
  20. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/exporter/standardexporter.py +0 -0
  21. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/fir.py +0 -0
  22. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/fuzzify.py +0 -0
  23. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/initializer.py +0 -0
  24. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/input.py +0 -0
  25. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/linear.py +0 -0
  26. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/localmodel.py +0 -0
  27. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/logger.py +0 -0
  28. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/loss.py +0 -0
  29. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/model.py +0 -0
  30. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/modeldef.py +0 -0
  31. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/nnodely.py +0 -0
  32. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/optimizer.py +0 -0
  33. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/output.py +0 -0
  34. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/parameter.py +0 -0
  35. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/parametricfunction.py +0 -0
  36. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/part.py +0 -0
  37. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/relation.py +0 -0
  38. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/trigonometric.py +0 -0
  39. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/utils.py +0 -0
  40. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/__init__.py +0 -0
  41. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/dynamicmpl/functionplot.py +0 -0
  42. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/dynamicmpl/fuzzyplot.py +0 -0
  43. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/dynamicmpl/resultsplot.py +0 -0
  44. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/dynamicmpl/trainingplot.py +0 -0
  45. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/mplnotebookvisualizer.py +0 -0
  46. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/mplvisualizer.py +0 -0
  47. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/textvisualizer.py +0 -0
  48. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely/visualizer/visualizer.py +0 -0
  49. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely.egg-info/SOURCES.txt +0 -0
  50. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely.egg-info/dependency_links.txt +0 -0
  51. {nnodely-0.14.0 → nnodely-0.14.2}/nnodely.egg-info/top_level.txt +0 -0
  52. {nnodely-0.14.0 → nnodely-0.14.2}/setup.cfg +0 -0
  53. {nnodely-0.14.0 → nnodely-0.14.2}/setup.py +0 -0
  54. {nnodely-0.14.0 → nnodely-0.14.2}/tests/__init__.py +0 -0
  55. {nnodely-0.14.0 → nnodely-0.14.2}/tests/data/testdata.dta +0 -0
  56. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_data/testdata.dta +0 -0
  57. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_dataset.py +0 -0
  58. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_export.py +0 -0
  59. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_input_dimensions.py +0 -0
  60. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_json.py +0 -0
  61. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_losses.py +0 -0
  62. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_model_predict.py +0 -0
  63. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_model_predict_recurrent.py +0 -0
  64. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_network_element.py +0 -0
  65. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_parameters_of_train.py +0 -0
  66. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_results.py +0 -0
  67. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_train.py +0 -0
  68. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_train_recurrent.py +0 -0
  69. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_utils.py +0 -0
  70. {nnodely-0.14.0 → nnodely-0.14.2}/tests/test_visualizer.py +0 -0
  71. {nnodely-0.14.0 → nnodely-0.14.2}/tests/val_data/testdata.dta +0 -0
  72. {nnodely-0.14.0 → nnodely-0.14.2}/tests/vector_data/vector_1.dta +0 -0
  73. {nnodely-0.14.0 → nnodely-0.14.2}/tests/vector_data/vector_2.dta +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nnodely
3
- Version: 0.14.0
3
+ Version: 0.14.2
4
4
  Summary: Model-structured neural network framework for the modeling and control of physical systems
5
5
  Author-email: Gastone Pietro Rosati Papini <tonegas@gmail.com>
6
6
  License: MIT License
@@ -32,10 +32,10 @@ Classifier: Operating System :: OS Independent
32
32
  Requires-Python: >=3.10
33
33
  Description-Content-Type: text/markdown
34
34
  License-File: LICENSE
35
- Requires-Dist: numpy==2.0.0
35
+ Requires-Dist: numpy==1.26.4
36
36
  Requires-Dist: onnx==1.16.2
37
37
  Requires-Dist: pandas==2.2.2
38
- Requires-Dist: torch==2.3.1
38
+ Requires-Dist: torch==2.2.2
39
39
  Requires-Dist: reportlab==4.2.5
40
40
  Requires-Dist: matplotlib==3.9.0
41
41
 
@@ -1,5 +1,5 @@
1
1
 
2
- __version__ = '0.14.0'
2
+ __version__ = '0.14.2'
3
3
 
4
4
  import sys
5
5
  major, minor = sys.version_info.major, sys.version_info.minor
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nnodely
3
- Version: 0.14.0
3
+ Version: 0.14.2
4
4
  Summary: Model-structured neural network framework for the modeling and control of physical systems
5
5
  Author-email: Gastone Pietro Rosati Papini <tonegas@gmail.com>
6
6
  License: MIT License
@@ -32,10 +32,10 @@ Classifier: Operating System :: OS Independent
32
32
  Requires-Python: >=3.10
33
33
  Description-Content-Type: text/markdown
34
34
  License-File: LICENSE
35
- Requires-Dist: numpy==2.0.0
35
+ Requires-Dist: numpy==1.26.4
36
36
  Requires-Dist: onnx==1.16.2
37
37
  Requires-Dist: pandas==2.2.2
38
- Requires-Dist: torch==2.3.1
38
+ Requires-Dist: torch==2.2.2
39
39
  Requires-Dist: reportlab==4.2.5
40
40
  Requires-Dist: matplotlib==3.9.0
41
41
 
@@ -1,6 +1,6 @@
1
- numpy==2.0.0
1
+ numpy==1.26.4
2
2
  onnx==1.16.2
3
3
  pandas==2.2.2
4
- torch==2.3.1
4
+ torch==2.2.2
5
5
  reportlab==4.2.5
6
6
  matplotlib==3.9.0
@@ -17,10 +17,10 @@ classifiers = [
17
17
  "Operating System :: OS Independent"
18
18
  ]
19
19
  dependencies = [
20
- "numpy == 2.0.0",
20
+ "numpy == 1.26.4",
21
21
  "onnx == 1.16.2",
22
22
  "pandas == 2.2.2",
23
- "torch == 2.3.1",
23
+ "torch == 2.2.2",
24
24
  "reportlab == 4.2.5",
25
25
  "matplotlib == 3.9.0"
26
26
  ]
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes