sarapy 1.1.1__tar.gz → 1.1.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 (30) hide show
  1. {sarapy-1.1.1/sarapy.egg-info → sarapy-1.1.2}/PKG-INFO +5 -1
  2. {sarapy-1.1.1 → sarapy-1.1.2}/README.md +4 -0
  3. {sarapy-1.1.1 → sarapy-1.1.2}/pyproject.toml +1 -1
  4. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/dataProcessing/TimeSeriesProcessor.py +1 -1
  5. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/version.py +1 -1
  6. {sarapy-1.1.1 → sarapy-1.1.2/sarapy.egg-info}/PKG-INFO +5 -1
  7. {sarapy-1.1.1 → sarapy-1.1.2}/LICENCE +0 -0
  8. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/__init__.py +0 -0
  9. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/dataProcessing/GeoProcessor.py +0 -0
  10. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/dataProcessing/OpsProcessor.py +0 -0
  11. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/dataProcessing/TLMSensorDataProcessor.py +0 -0
  12. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/dataProcessing/__init__.py +0 -0
  13. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/mlProcessors/PlantinClassifier.py +0 -0
  14. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/mlProcessors/PlantinFMCreator.py +0 -0
  15. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/mlProcessors/__init__.py +0 -0
  16. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/preprocessing/DistancesImputer.py +0 -0
  17. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/preprocessing/FertilizerImputer.py +0 -0
  18. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/preprocessing/TransformInputData.py +0 -0
  19. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/preprocessing/TransformToOutputData.py +0 -0
  20. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/preprocessing/__init__.py +0 -0
  21. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/utils/__init__.py +0 -0
  22. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/utils/amg_decoder.py +0 -0
  23. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/utils/amg_ppk.py +0 -0
  24. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy/utils/getRawOperations.py +0 -0
  25. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy.egg-info/SOURCES.txt +0 -0
  26. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy.egg-info/dependency_links.txt +0 -0
  27. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy.egg-info/requires.txt +0 -0
  28. {sarapy-1.1.1 → sarapy-1.1.2}/sarapy.egg-info/top_level.txt +0 -0
  29. {sarapy-1.1.1 → sarapy-1.1.2}/setup.cfg +0 -0
  30. {sarapy-1.1.1 → sarapy-1.1.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sarapy
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Home-page: https://github.com/lucasbaldezzari/sarapy
5
5
  Author: Lucas Baldezzari
6
6
  Author-email: Lucas Baldezzari <lmbaldezzari@gmail.com>
@@ -19,6 +19,10 @@ Requires-Dist: geopy
19
19
 
20
20
  Library for processing SARAPICO project metadata of _AMG_.
21
21
 
22
+ #### Version 1.1.2
23
+
24
+ - Se modifica TimeSeriesProcessor.transform() para poder usar la modificación realizada en 1.1.1.
25
+
22
26
  #### Version 1.1.1
23
27
 
24
28
  - Se modifica TimeSeriesProcessor.compute_ratio_dCdP() dado que la versión de vectorize al parecer no funcionaba correctamente en ciertos casos.
@@ -2,6 +2,10 @@
2
2
 
3
3
  Library for processing SARAPICO project metadata of _AMG_.
4
4
 
5
+ #### Version 1.1.2
6
+
7
+ - Se modifica TimeSeriesProcessor.transform() para poder usar la modificación realizada en 1.1.1.
8
+
5
9
  #### Version 1.1.1
6
10
 
7
11
  - Se modifica TimeSeriesProcessor.compute_ratio_dCdP() dado que la versión de vectorize al parecer no funcionaba correctamente en ciertos casos.
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "sarapy"
3
3
 
4
- version = "1.1.1"
4
+ version = "1.1.2"
5
5
  authors = [
6
6
  {name = "Lucas Baldezzari", email = "lmbaldezzari@gmail.com"},]
7
7
  maintainers = [
@@ -39,7 +39,7 @@ class TimeSeriesProcessor(BaseEstimator, TransformerMixin):
39
39
  self._deltaO = np.insert(self._deltaO, 0, 0)
40
40
  self._deltaC = np.insert(self._deltaC, 0, 0)
41
41
  ##computamos el ratio entre deltaC y deltaP. Usamos np.vectorize para que compute el ratio para cada elemento del array
42
- self._ratio_dCdP = np.vectorize(self.compute_ratio_dCdP)(self._deltaC, self._deltaP)
42
+ self._ratio_dCdP = self.compute_ratio_dCdP(self._deltaC, self._deltaP)
43
43
  ##cambiamos primer valor de ratio_dCdP por 1
44
44
  self._ratio_dCdP[0] = 1
45
45
 
@@ -1,2 +1,2 @@
1
1
  ## Version of the package
2
- __version__ = "1.1.1"
2
+ __version__ = "1.1.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sarapy
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Home-page: https://github.com/lucasbaldezzari/sarapy
5
5
  Author: Lucas Baldezzari
6
6
  Author-email: Lucas Baldezzari <lmbaldezzari@gmail.com>
@@ -19,6 +19,10 @@ Requires-Dist: geopy
19
19
 
20
20
  Library for processing SARAPICO project metadata of _AMG_.
21
21
 
22
+ #### Version 1.1.2
23
+
24
+ - Se modifica TimeSeriesProcessor.transform() para poder usar la modificación realizada en 1.1.1.
25
+
22
26
  #### Version 1.1.1
23
27
 
24
28
  - Se modifica TimeSeriesProcessor.compute_ratio_dCdP() dado que la versión de vectorize al parecer no funcionaba correctamente en ciertos casos.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes