metacountregressor 0.1.121__tar.gz → 0.1.122__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/PKG-INFO +2 -1
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/setup.py +3 -2
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/PKG-INFO +2 -1
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/requires.txt +1 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/setup.py +1 -1
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/LICENSE.txt +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/README.rst +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/__init__.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/_device_cust.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/app_main.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/data_split_helper.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/halton.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/helperprocess.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/main.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/main_old.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/metaheuristics.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/pareto_file.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/pareto_logger__plot.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/single_objective_finder.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/solution.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/test_generated_paper2.py +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/SOURCES.txt +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/dependency_links.txt +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/not-zip-safe +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/top_level.txt +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/setup.cfg +0 -0
- {metacountregressor-0.1.121 → metacountregressor-0.1.122}/tests/test.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: metacountregressor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.122
|
4
4
|
Summary: Extensions for a Python package for estimation of count models.
|
5
5
|
Home-page: https://github.com/zahern/CountDataEstimation
|
6
6
|
Author: Zeke Ahern
|
@@ -12,6 +12,7 @@ License-File: LICENSE.txt
|
|
12
12
|
Requires-Dist: numpy>=1.13.1
|
13
13
|
Requires-Dist: scipy>=1.0.0
|
14
14
|
Requires-Dist: requests
|
15
|
+
Requires-Dist: latextable
|
15
16
|
Dynamic: author
|
16
17
|
Dynamic: author-email
|
17
18
|
Dynamic: description
|
@@ -8,7 +8,7 @@ with codecs.open("README.rst", encoding='utf8') as fh:
|
|
8
8
|
setuptools.setup(name='metacountregressor',
|
9
9
|
version='0.1.63',
|
10
10
|
description='Extensions for a Python package for \
|
11
|
-
|
11
|
+
estimation of data count models.',
|
12
12
|
long_description=long_description,
|
13
13
|
long_description_content_type="text/x-rst",
|
14
14
|
url='https://github.com/zahern/CountDataEstimation',
|
@@ -20,5 +20,6 @@ setuptools.setup(name='metacountregressor',
|
|
20
20
|
python_requires='>=3.10',
|
21
21
|
install_requires=[
|
22
22
|
'numpy>=1.13.1',
|
23
|
-
'scipy>=1.0.0'
|
23
|
+
'scipy>=1.0.0',
|
24
|
+
'latextable'
|
24
25
|
])
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: metacountregressor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.122
|
4
4
|
Summary: Extensions for a Python package for estimation of count models.
|
5
5
|
Home-page: https://github.com/zahern/CountDataEstimation
|
6
6
|
Author: Zeke Ahern
|
@@ -12,6 +12,7 @@ License-File: LICENSE.txt
|
|
12
12
|
Requires-Dist: numpy>=1.13.1
|
13
13
|
Requires-Dist: scipy>=1.0.0
|
14
14
|
Requires-Dist: requests
|
15
|
+
Requires-Dist: latextable
|
15
16
|
Dynamic: author
|
16
17
|
Dynamic: author-email
|
17
18
|
Dynamic: description
|
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/_device_cust.py
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/data_split_helper.py
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/helperprocess.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/metaheuristics.py
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor/pareto_logger__plot.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/not-zip-safe
RENAMED
File without changes
|
{metacountregressor-0.1.121 → metacountregressor-0.1.122}/metacountregressor.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|