gamspy 1.15.0__tar.gz → 1.15.0.post1__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.
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/PKG-INFO +3 -3
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/pyproject.toml +3 -3
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/PKG-INFO +3 -3
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/requires.txt +2 -2
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/LICENSE +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/README.md +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/README_PYPI.md +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/setup.cfg +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/__main__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/condition.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/domain.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/expression.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/number.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/operable.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_algebra/operation.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_backend/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_backend/backend.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_backend/engine.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_backend/local.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_backend/neos.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/cli.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/gdx.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/install.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/list.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/probe.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/retrieve.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/run.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/show.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/uninstall.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_cli/util.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_config.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_container.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_convert.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_database.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_extrinsic.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_miro.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_model.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_model_instance.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_options.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_serialization.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/alias.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/equation.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/implicit_equation.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/implicit_parameter.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/implicit_set.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/implicit_symbol.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/implicits/implicit_variable.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/parameter.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/set.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/symbol.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/universe_alias.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_symbols/variable.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_types.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_validation.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/_workspace.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/exceptions.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/ml/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/ml/decision_tree_struct.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/ml/regression_tree.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/avgpool2d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/conv1d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/conv2d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/linear.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/maxpool2d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/minpool2d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/mpool2d.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/torch_sequential.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/nn/utils.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/piecewise.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/formulations/shape.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/__init__.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/activation.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/log_power.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/matrix.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/misc.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/probability.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/math/trigonometric.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/py.typed +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/utils.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy/version.py +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/SOURCES.txt +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/dependency_links.txt +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/entry_points.txt +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/src/gamspy.egg-info/top_level.txt +0 -0
- {gamspy-1.15.0 → gamspy-1.15.0.post1}/tests/test_gamspy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gamspy
|
|
3
|
-
Version: 1.15.0
|
|
3
|
+
Version: 1.15.0.post1
|
|
4
4
|
Summary: Python-based algebraic modeling interface to GAMS
|
|
5
5
|
Author-email: GAMS Development Corporation <support@gams.com>
|
|
6
6
|
Project-URL: homepage, https://gams.com/sales/gamspy_facts/
|
|
@@ -31,8 +31,8 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
31
31
|
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
License-File: LICENSE
|
|
34
|
-
Requires-Dist: gamsapi[transfer]
|
|
35
|
-
Requires-Dist: gamspy_base
|
|
34
|
+
Requires-Dist: gamsapi[transfer]<51.0.0,>=50.5.0
|
|
35
|
+
Requires-Dist: gamspy_base<51.0.0,>=50.5.0
|
|
36
36
|
Requires-Dist: pydantic>=2.0
|
|
37
37
|
Requires-Dist: certifi>=2022.09.14
|
|
38
38
|
Requires-Dist: urllib3>=2.0.7
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gamspy"
|
|
7
|
-
version = "1.15.0"
|
|
7
|
+
version = "1.15.0.post1"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "GAMS Development Corporation", email = "support@gams.com" },
|
|
10
10
|
]
|
|
@@ -36,8 +36,8 @@ classifiers = [
|
|
|
36
36
|
"Operating System :: Microsoft :: Windows",
|
|
37
37
|
]
|
|
38
38
|
dependencies = [
|
|
39
|
-
"gamsapi[transfer]
|
|
40
|
-
"gamspy_base
|
|
39
|
+
"gamsapi[transfer] >= 50.5.0, < 51.0.0",
|
|
40
|
+
"gamspy_base >= 50.5.0, < 51.0.0",
|
|
41
41
|
"pydantic >= 2.0",
|
|
42
42
|
"certifi >= 2022.09.14",
|
|
43
43
|
"urllib3 >= 2.0.7",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gamspy
|
|
3
|
-
Version: 1.15.0
|
|
3
|
+
Version: 1.15.0.post1
|
|
4
4
|
Summary: Python-based algebraic modeling interface to GAMS
|
|
5
5
|
Author-email: GAMS Development Corporation <support@gams.com>
|
|
6
6
|
Project-URL: homepage, https://gams.com/sales/gamspy_facts/
|
|
@@ -31,8 +31,8 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
31
31
|
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
License-File: LICENSE
|
|
34
|
-
Requires-Dist: gamsapi[transfer]
|
|
35
|
-
Requires-Dist: gamspy_base
|
|
34
|
+
Requires-Dist: gamsapi[transfer]<51.0.0,>=50.5.0
|
|
35
|
+
Requires-Dist: gamspy_base<51.0.0,>=50.5.0
|
|
36
36
|
Requires-Dist: pydantic>=2.0
|
|
37
37
|
Requires-Dist: certifi>=2022.09.14
|
|
38
38
|
Requires-Dist: urllib3>=2.0.7
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|