pyeggp 1.0.1__cp311-cp311-manylinux_2_28_aarch64.whl → 1.0.2__cp311-cp311-manylinux_2_28_aarch64.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.
pyeggp/__init__.py CHANGED
@@ -137,6 +137,7 @@ class PyEGGP(BaseEstimator, RegressorMixin):
137
137
  best = self.results[self.results.id==ix].iloc[view]
138
138
  t = np.array(list(map(float, best.theta.split(";"))))
139
139
  return eval(best.Numpy)
140
+
140
141
  def evaluate_model_view(self, x, ix, view):
141
142
  if x.ndim == 1:
142
143
  x = x.reshape(-1,1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeggp
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Python Wheels for eggp algorithm.
5
5
  Author-email: Fabricio Olivetti <folivetti@users.noreply.github.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -1,6 +1,6 @@
1
- pyeggp/__init__.py,sha256=rzgGMRTJwRU0BDhfUCcE1G0OvFwu3o0qcjTfTRV7q54,5774
1
+ pyeggp/__init__.py,sha256=ag29g10K_goyZDXVPc-QeT5M332KN1mddYZ-FaEGlgQ,5775
2
2
  pyeggp/__main__.py,sha256=dAMEebAw-mVcR5PUffuRsUDPFm6Vf4qvaam9TPSUs0I,155
3
- pyeggp/_binding.cpython-311-aarch64-linux-gnu.so,sha256=FpDcNl8qC6EhmViGJ7tlBCvONyBsu09Og7-k8LOX2Ew,1015969
3
+ pyeggp/_binding.cpython-311-aarch64-linux-gnu.so,sha256=eUkLJ59khTVVaYw9a8xkN_SnPtXYhf1zxdtHCWQpAw8,1016209
4
4
  pyeggp/_binding.py,sha256=bkAh5pGXB170qgXMdswmIBmiElVA5B0XB_WW8YbAyNs,591
5
5
  pyeggp/_binding.pyi,sha256=TsI8Gar1wpDs3c8V26i3w_u1JjznlE5dReV59bbVUh0,460
6
6
  pyeggp/binding.i,sha256=AdPEymjqByW6OhpJS08o2oTc7Go3-274JqRhbXoyDjg,1908
@@ -119,9 +119,9 @@ pyeggp./libHSzlib-0-48ee1f9e.7.1.0-5585aebc199b08d8e21b5678c0fd28335affe6252f546
119
119
  pyeggp./libffi-c0132414.so.8,sha256=oTvjWevsiUzLHfgJ-ZZLqC1CD1h0cC6biH2mE8iWFuE,132737
120
120
  pyeggp./libgmp-6d1678ee.so.10.3.2,sha256=K-WFYhW6C3Z3ecUJJps22sV11vBCXEVqIP5tzap4xyg,605705
121
121
  pyeggp./libnlopt-38a103cb.so.0,sha256=SoGgo4hNv89sqJRH5RWvp21cEoJFfQCkLSkVTBynEp8,738297
122
- pyeggp-1.0.1.dist-info/METADATA,sha256=vbigkLKhJ_sSORsiKsZkFnU-Mjs8jOSN4Rj7gypQbtU,42220
123
- pyeggp-1.0.1.dist-info/WHEEL,sha256=axP5KUnRxuw0A6CeR-QAyT2wHNKxubM9Mn-ibKYZFKI,114
124
- pyeggp-1.0.1.dist-info/entry_points.txt,sha256=NJouaQ2UoCLBu7Toqer0FBvNSDYMawR_Wx9STMdopyY,48
125
- pyeggp-1.0.1.dist-info/top_level.txt,sha256=iLrWfWZHh4NruYDgVyn2ntEB-uJ8fIs95nzNVLIhKE4,7
126
- pyeggp-1.0.1.dist-info/RECORD,,
127
- pyeggp-1.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
122
+ pyeggp-1.0.2.dist-info/METADATA,sha256=ezRmsnPEc0Uc8Coi_5xX08en30lyJdV0PKk8gT2njvc,42220
123
+ pyeggp-1.0.2.dist-info/WHEEL,sha256=axP5KUnRxuw0A6CeR-QAyT2wHNKxubM9Mn-ibKYZFKI,114
124
+ pyeggp-1.0.2.dist-info/entry_points.txt,sha256=NJouaQ2UoCLBu7Toqer0FBvNSDYMawR_Wx9STMdopyY,48
125
+ pyeggp-1.0.2.dist-info/top_level.txt,sha256=iLrWfWZHh4NruYDgVyn2ntEB-uJ8fIs95nzNVLIhKE4,7
126
+ pyeggp-1.0.2.dist-info/RECORD,,
127
+ pyeggp-1.0.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
File without changes