sarapy 3.1.0__tar.gz → 3.1.1__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 (38) hide show
  1. {sarapy-3.1.0/sarapy.egg-info → sarapy-3.1.1}/PKG-INFO +5 -1
  2. {sarapy-3.1.0 → sarapy-3.1.1}/README.md +4 -0
  3. {sarapy-3.1.0 → sarapy-3.1.1}/pyproject.toml +1 -1
  4. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/dataProcessing/OpsProcessor.py +1 -1
  5. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/version.py +1 -1
  6. {sarapy-3.1.0 → sarapy-3.1.1/sarapy.egg-info}/PKG-INFO +5 -1
  7. {sarapy-3.1.0 → sarapy-3.1.1}/test/checking_regresor.py +1 -1
  8. {sarapy-3.1.0 → sarapy-3.1.1}/LICENCE +0 -0
  9. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/__init__.py +0 -0
  10. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/analysis/FeaturesResume.py +0 -0
  11. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/analysis/__init__.py +0 -0
  12. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/dataProcessing/GeoProcessor.py +0 -0
  13. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/dataProcessing/TLMSensorDataProcessor.py +0 -0
  14. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/dataProcessing/TimeSeriesProcessor.py +0 -0
  15. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/dataProcessing/__init__.py +0 -0
  16. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/mlProcessors/FertilizerFMCreator.py +0 -0
  17. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/mlProcessors/FertilizerTransformer.py +0 -0
  18. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/mlProcessors/PlantinClassifier.py +0 -0
  19. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/mlProcessors/PlantinFMCreator.py +0 -0
  20. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/mlProcessors/__init__.py +0 -0
  21. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/preprocessing/DistancesImputer.py +0 -0
  22. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/preprocessing/FertilizerImputer.py +0 -0
  23. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/preprocessing/TransformInputData.py +0 -0
  24. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/preprocessing/TransformToOutputData.py +0 -0
  25. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/preprocessing/__init__.py +0 -0
  26. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/stats/__init__.py +0 -0
  27. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/stats/stats.py +0 -0
  28. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/utils/__init__.py +0 -0
  29. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/utils/plotting.py +0 -0
  30. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy/utils/utils.py +0 -0
  31. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy.egg-info/SOURCES.txt +0 -0
  32. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy.egg-info/dependency_links.txt +0 -0
  33. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy.egg-info/requires.txt +0 -0
  34. {sarapy-3.1.0 → sarapy-3.1.1}/sarapy.egg-info/top_level.txt +0 -0
  35. {sarapy-3.1.0 → sarapy-3.1.1}/setup.cfg +0 -0
  36. {sarapy-3.1.0 → sarapy-3.1.1}/setup.py +0 -0
  37. {sarapy-3.1.0 → sarapy-3.1.1}/test/probabilidades_test.py +0 -0
  38. {sarapy-3.1.0 → sarapy-3.1.1}/test/test_import.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sarapy
3
- Version: 3.1.0
3
+ Version: 3.1.1
4
4
  Summary: Library for Sarapico Metadata processing
5
5
  Author-email: Lucas Baldezzari <lmbaldezzari@gmail.com>
6
6
  License: MIT
@@ -32,6 +32,10 @@ Dynamic: license-file
32
32
 
33
33
  Library for processing SARAPICO project metadata of _AMG SA_.
34
34
 
35
+ #### Version 3.1.1
36
+
37
+ - Se vuelve a generar archivos de regresor_v2 y poly_features_v2 porque quedó mal cargado.
38
+
35
39
  #### Version 3.1.0
36
40
 
37
41
  - Se actualiza regresor para estimar fertilizante.
@@ -2,6 +2,10 @@
2
2
 
3
3
  Library for processing SARAPICO project metadata of _AMG SA_.
4
4
 
5
+ #### Version 3.1.1
6
+
7
+ - Se vuelve a generar archivos de regresor_v2 y poly_features_v2 porque quedó mal cargado.
8
+
5
9
  #### Version 3.1.0
6
10
 
7
11
  - Se actualiza regresor para estimar fertilizante.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sarapy"
7
- version = "3.1.0"
7
+ version = "3.1.1"
8
8
  description = "Library for Sarapico Metadata processing"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -344,7 +344,7 @@ if __name__ == "__main__":
344
344
 
345
345
  op = OpsProcessor(classifier_file='modelos\\pipeline_rf.pkl',
346
346
  # regresor_file='modelos\\regresor.pkl', poly_features_file='modelos\\poly_features.pkl',
347
- regresor_file='modelos\\regfresor_v2.pkl', poly_features_file='modelos\\poly_features_v2.pkl',
347
+ regresor_file='modelos\\regresor_v2.pkl', poly_features_file='modelos\\poly_features_v2.pkl',
348
348
  **kwargs_fmcreator)
349
349
 
350
350
  ops_clasificadas = op.processOperations(samples, **kwargs_classifier)
@@ -1,2 +1,2 @@
1
1
  ## Version of the package
2
- __version__ = "3.1.0"
2
+ __version__ = "3.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sarapy
3
- Version: 3.1.0
3
+ Version: 3.1.1
4
4
  Summary: Library for Sarapico Metadata processing
5
5
  Author-email: Lucas Baldezzari <lmbaldezzari@gmail.com>
6
6
  License: MIT
@@ -32,6 +32,10 @@ Dynamic: license-file
32
32
 
33
33
  Library for processing SARAPICO project metadata of _AMG SA_.
34
34
 
35
+ #### Version 3.1.1
36
+
37
+ - Se vuelve a generar archivos de regresor_v2 y poly_features_v2 porque quedó mal cargado.
38
+
35
39
  #### Version 3.1.0
36
40
 
37
41
  - Se actualiza regresor para estimar fertilizante.
@@ -155,7 +155,7 @@ plt.legend()
155
155
  plt.show()
156
156
 
157
157
  ## Guardo el modelo 2 y las características polinómicas
158
- with open("modelos//regfresor_v2.pkl", "wb") as file:
158
+ with open("modelos//regresor_v2.pkl", "wb") as file:
159
159
  pickle.dump(modelo2, file)
160
160
 
161
161
  with open("modelos//poly_features_v2.pkl", "wb") as file:
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