nextmv 0.35.1__py3-none-any.whl → 0.36.0__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.
nextmv/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "v0.35.1"
1
+ __version__ = "v0.36.0"
nextmv/manifest.py CHANGED
@@ -158,25 +158,17 @@ class ManifestRuntime(str, Enum):
158
158
  """
159
159
 
160
160
  DEFAULT = "ghcr.io/nextmv-io/runtime/default:latest"
161
- """This runtime is used to run compiled applications such as Go binaries."""
161
+ """A runtime used to run compiled applications such as Go binaries."""
162
162
  PYTHON = "ghcr.io/nextmv-io/runtime/python:3.11"
163
- """
164
- This runtime is used as the basis for all other Python runtimes and Python
165
- applications.
166
- """
163
+ """A runtime used to run standard Python applications."""
167
164
  JAVA = "ghcr.io/nextmv-io/runtime/java:latest"
168
- """This runtime is used to run Java applications."""
165
+ """A runtime used to run Java applications."""
169
166
  PYOMO = "ghcr.io/nextmv-io/runtime/pyomo:latest"
170
- """This runtime provisions Python packages to run Pyomo applications."""
171
- HEXALY = "ghcr.io/nextmv-io/runtime/hexaly:latest"
172
- """
173
- Based on the python runtime, it provisions (pre-installs) the Hexaly solver
174
- to run Python applications.
175
- """
167
+ """A runtime provisioning Python packages to run Pyomo applications."""
176
168
  CUOPT = "ghcr.io/nextmv-io/runtime/cuopt:latest"
177
- """
178
- A runtime providing the NVIDIA cuOpt solver.
179
- """
169
+ """A runtime providing the NVIDIA cuOpt solver."""
170
+ GAMSPY = "ghcr.io/nextmv-io/runtime/gamspy:latest"
171
+ """A runtime provisioning the GAMS Python API and supported solvers."""
180
172
 
181
173
 
182
174
  class ManifestPythonArch(str, Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.35.1
3
+ Version: 0.36.0
4
4
  Summary: The all-purpose Python SDK for Nextmv
5
5
  Project-URL: Homepage, https://www.nextmv.io
6
6
  Project-URL: Documentation, https://nextmv-py.docs.nextmv.io/en/latest/nextmv/
@@ -1,4 +1,4 @@
1
- nextmv/__about__.py,sha256=gTJmnEF_Jvk1PGjpQXJfTpk96EhJp4ImvGLHCtl-L-c,24
1
+ nextmv/__about__.py,sha256=o3IirKmKJOfIKjU3kNCjuYncYuqpOvFeLf5YUU5y8Eo,24
2
2
  nextmv/__entrypoint__.py,sha256=dA0iwwHtrq6Z9w9FxmxKLoBGLyhe7jWtUAU-Y3PEgHg,1094
3
3
  nextmv/__init__.py,sha256=mC-gAzCdoZJ0BOVe2fDzKNdBtbXzx8XOxHP_7DdPMdQ,3857
4
4
  nextmv/_serialization.py,sha256=jYitMS1MU8ldsmObT-K_8V8P2Wx69tnDiEHCCgPGun4,2834
@@ -6,7 +6,7 @@ nextmv/base_model.py,sha256=kPFqE-c_3LcEy8fY0qDrJk_gbPYgSKtetRMby71oxE8,2298
6
6
  nextmv/deprecated.py,sha256=kEVfyQ-nT0v2ePXTNldjQG9uH5IlfQVy3L4tztIxwmU,1638
7
7
  nextmv/input.py,sha256=XRjINb438rnjvQwjCXVOJ0UPa-xTnZc9xBYt0NLhjGw,39970
8
8
  nextmv/logger.py,sha256=kNIbu46MisrzYe4T0hNMpWfRTKKacDVvbtQcNys_c_E,2513
9
- nextmv/manifest.py,sha256=2c4DFO8tr9UftKJPocRBjg9z-LcpOZery5iTkX0u18Y,49103
9
+ nextmv/manifest.py,sha256=Pw7U2l598nKcmq9izfC3T1N11qWEVG5tAM8USUSowSo,48977
10
10
  nextmv/model.py,sha256=b323uAjr-eeChrIPLg4a8bnqOaoc12DQrQBnIPybd0k,14993
11
11
  nextmv/options.py,sha256=rfQV0F5_it-L27wjqrs902wr4Q7sgSN7dw5o0c5sdEg,37842
12
12
  nextmv/output.py,sha256=oqCnBvcYOZlvPSoX4trQ3EJR6GpE-4d0d7NDIq5hgL0,56008
@@ -43,7 +43,7 @@ nextmv/local/geojson_handler.py,sha256=7FavJdkUonop-yskjis0x3qFGB8A5wZyoBUblw-bV
43
43
  nextmv/local/local.py,sha256=cp56UpI8h19Ob6Jvb_Ni0ceXH5Vv3ET_iPTDe6ftq3Y,2617
44
44
  nextmv/local/plotly_handler.py,sha256=bLb50e3AkVr_W-F6S7lXfeRdN60mG2jk3UElNmhoMWU,1930
45
45
  nextmv/local/runner.py,sha256=Fa-G4g5yaBgLeBfYU-ePs65Q3Ses_xYvXGhPtHpAkrU,8546
46
- nextmv-0.35.1.dist-info/METADATA,sha256=uYc8zNnUOiNMd9Syl70N__6peL05bJXGlvNLdbyl_KY,15960
47
- nextmv-0.35.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
48
- nextmv-0.35.1.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
49
- nextmv-0.35.1.dist-info/RECORD,,
46
+ nextmv-0.36.0.dist-info/METADATA,sha256=WT85_fa941nXdX5MFyufaMfa5c7M8bmK8q4uI85WHME,15960
47
+ nextmv-0.36.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
48
+ nextmv-0.36.0.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
49
+ nextmv-0.36.0.dist-info/RECORD,,