warp-lang 1.10.0.dev20251017__tar.gz → 1.10.0.dev20251018__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.
Potentially problematic release.
This version of warp-lang might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: warp-lang
|
|
3
|
-
Version: 1.10.0.
|
|
3
|
+
Version: 1.10.0.dev20251018
|
|
4
4
|
Summary: A Python framework for high-performance simulation and graphics programming
|
|
5
5
|
Author-email: NVIDIA Corporation <warp-python@nvidia.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -342,13 +342,13 @@ python -m warp.tests
|
|
|
342
342
|
<tr>
|
|
343
343
|
<td><a href="https://github.com/NVIDIA/warp/tree/main/warp/examples/tile/example_tile_mlp.py"><img src="https://media.githubusercontent.com/media/NVIDIA/warp/refs/heads/main/docs/img/examples/tile_mlp.png"></a></td>
|
|
344
344
|
<td><a href="https://github.com/NVIDIA/warp/tree/main/warp/examples/tile/example_tile_nbody.py"><img src="https://media.githubusercontent.com/media/NVIDIA/warp/refs/heads/main/docs/img/examples/tile_nbody.png"></a></td>
|
|
345
|
-
<td></td>
|
|
345
|
+
<td><a href="https://github.com/NVIDIA/warp/tree/main/warp/examples/tile/example_tile_mcgp.py"><img src="https://media.githubusercontent.com/media/NVIDIA/warp/refs/heads/main/docs/img/examples/tile_mcgp.png"></a></td>
|
|
346
346
|
<td></td>
|
|
347
347
|
</tr>
|
|
348
348
|
<tr>
|
|
349
349
|
<td align="center">mlp</td>
|
|
350
350
|
<td align="center">nbody</td>
|
|
351
|
-
<td align="center"
|
|
351
|
+
<td align="center">mcgp</td>
|
|
352
352
|
<td align="center"></td>
|
|
353
353
|
</tr>
|
|
354
354
|
</tbody>
|
|
File without changes
|