metacountregressor 0.1.341__py3-none-any.whl → 0.1.344__py3-none-any.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.
@@ -15,8 +15,9 @@ print('loaded helper')
15
15
  from .metaheuristics import (differential_evolution,
16
16
  harmony_search,
17
17
  simulated_annealing)
18
+ print('loaded metaheuristics')
18
19
  from .solution import ObjectiveFunction
19
-
20
+ print
20
21
 
21
22
 
22
23
 
@@ -24,6 +24,7 @@ except ImportError:
24
24
  try:
25
25
  from .solution import ObjectiveFunction
26
26
  except ImportError:
27
+ print
27
28
  from solution import ObjectiveFunction
28
29
 
29
30
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metacountregressor
3
- Version: 0.1.341
3
+ Version: 0.1.344
4
4
  Summary: Extensive Testing for Estimation of Data Count Models
5
5
  Home-page: https://github.com/zahern/CountDataEstimation
6
6
  Author: Zeke Ahern
@@ -9,14 +9,15 @@ License: MIT
9
9
  Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.txt
12
- Requires-Dist: numpy>=2.0.0
13
- Requires-Dist: requests
12
+ Requires-Dist: numpy<2.0.0
13
+ Requires-Dist: requests<3.0.0,>=2.20.0
14
14
  Requires-Dist: latextable
15
- Requires-Dist: pandas
15
+ Requires-Dist: pandas!=2.1.0,>=1.4
16
16
  Requires-Dist: scikit-learn>=1.3.1
17
17
  Requires-Dist: statsmodels
18
18
  Requires-Dist: psutil
19
19
  Requires-Dist: matplotlib>=3.0.0
20
+ Requires-Dist: pybind11<3.0.0,>=2.12
20
21
  Dynamic: author
21
22
  Dynamic: author-email
22
23
  Dynamic: description
@@ -1,4 +1,4 @@
1
- metacountregressor/__init__.py,sha256=65D50JHmlVICaRuD2fNTa6pd872b_Q2Mt_A8TFyOBC8,2981
1
+ metacountregressor/__init__.py,sha256=4SRSP0mEfNCS9uGlTr4AS4PDAYjVnc0bSibD_Jl29zA,3017
2
2
  metacountregressor/_device_cust.py,sha256=759fnKmTYccJm4Lpi9_1reurh6OB9d6q9soPR0PltKc,2047
3
3
  metacountregressor/app_main.py,sha256=vY3GczTbGbBRalbzMkl_9jVW7RMgEOc6z2Dr1IZJv9c,10014
4
4
  metacountregressor/data_split_helper.py,sha256=M2fIMdIO8znUaYhx5wlacRyNWdQjNYu1z1wkE-kFUYU,3373
@@ -6,15 +6,15 @@ metacountregressor/halton.py,sha256=jhovA45UBoZYU9g-hl6Lb2sBIx_ZBTNdPrpgkzR9fng,
6
6
  metacountregressor/helperprocess.py,sha256=wW45-i31zy6rwaXt5PZt0GyR83PzF30jc9Wl4SQtnUI,26372
7
7
  metacountregressor/main.py,sha256=tGOm8DdbdyDf316qIxDAre6l6GzfJIWYNYIBaSeIemI,23685
8
8
  metacountregressor/main_old.py,sha256=eTS4ygq27MnU-dZ_j983Ucb-D5XfbVF8OJQK2hVVLZc,24123
9
- metacountregressor/metaheuristics.py,sha256=fyS3lH5yz1H_lZH5MGei9zhDIU52GZKuLqVVZqJunqc,107598
9
+ metacountregressor/metaheuristics.py,sha256=O6JYd5ezuC67uSqIKQfZNFWDkLbvPW0ujcm0TdHe5I8,107608
10
10
  metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiLur0k,23096
11
11
  metacountregressor/pareto_logger__plot.py,sha256=mEU2QN4wmsM7t39GJ_XhJ_jjsdl09JOmG0U2jICrAkI,30037
12
12
  metacountregressor/setup.py,sha256=5UcQCCLR8Fm5odA3MX78WwahavxFq4mVD6oq0IuQvAY,936
13
13
  metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
14
14
  metacountregressor/solution.py,sha256=q99eP1N2K9HFTq-zsja6WF0NwYSdXTAZCnzaqAnzWmU,323186
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.341.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.341.dist-info/METADATA,sha256=RLAo-EZFM-g2wX7kVVyX9o-Q3S_xXJzQFcTdqSOdPXw,23556
18
- metacountregressor-0.1.341.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- metacountregressor-0.1.341.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.341.dist-info/RECORD,,
16
+ metacountregressor-0.1.344.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.344.dist-info/METADATA,sha256=ZWF-hpYEPIXc31NEGBj7lzo1y6qdS9vw-MjuXgvvzdo,23620
18
+ metacountregressor-0.1.344.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ metacountregressor-0.1.344.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.344.dist-info/RECORD,,