jaxsim 0.5.1.dev143__py3-none-any.whl → 0.5.1.dev152__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.
jaxsim/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.5.1.dev143'
16
- __version_tuple__ = version_tuple = (0, 5, 1, 'dev143')
15
+ __version__ = version = '0.5.1.dev152'
16
+ __version_tuple__ = version_tuple = (0, 5, 1, 'dev152')
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: jaxsim
3
- Version: 0.5.1.dev143
3
+ Version: 0.5.1.dev152
4
4
  Summary: A differentiable physics engine and multibody dynamics library for control and robot learning.
5
5
  Author-email: Diego Ferigo <dgferigo@gmail.com>, Filippo Luca Ferretti <filippoluca.ferretti@outlook.com>
6
6
  Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Alessandro Croci <alessandro.croci@iit.it>
@@ -237,16 +237,30 @@ You can enforce GPU support, if needed, by also specifying `"jaxlib = * = *cuda*
237
237
  <details>
238
238
  <summary>With <code>pixi</code></summary>
239
239
 
240
- > [!NOTE]
240
+ > ### Note
241
241
  > The minimum version of `pixi` required is `0.39.0`.
242
242
 
243
- You can install the default dependencies of the project using [`pixi`][pixi] as follows:
243
+ You can add the jaxsim dependency in [`pixi`][pixi] project as follows:
244
244
 
245
245
  ```bash
246
- pixi install
246
+ pixi add jaxsim
247
247
  ```
248
248
 
249
- See `pixi task list` for a list of available tasks.
249
+ If you are on Linux and you want to use a `cuda`-powered version of `jax`, remember to add the appropriate line in the [`system-requirements`](https://pixi.sh/latest/reference/pixi_manifest/#the-system-requirements-table) table, i.e. adding
250
+
251
+ ~~~toml
252
+ [system-requirements]
253
+ cuda = "12"
254
+ ~~~
255
+
256
+ if you are using a `pixi.toml` file or
257
+
258
+ ~~~toml
259
+ [tool.pixi.system-requirements]
260
+ cuda = "12"
261
+ ~~~
262
+
263
+ if you are using a `pyproject.toml` file.
250
264
 
251
265
  </details>
252
266
 
@@ -267,7 +281,7 @@ If you need GPU support, follow the official [installation instructions][jax_gpu
267
281
  </details>
268
282
 
269
283
  <details>
270
- <summary>Contributors installation</summary>
284
+ <summary>Contributors installation (with <code>conda</code>)</summary>
271
285
 
272
286
  If you want to contribute to the project, we recommend creating the following `jaxsim` conda environment first:
273
287
 
@@ -284,6 +298,22 @@ pip install --no-deps -e .
284
298
 
285
299
  </details>
286
300
 
301
+ <details>
302
+ <summary>Contributors installation (with <code>pixi</code>)</summary>
303
+
304
+ > ### Note
305
+ > The minimum version of `pixi` required is `0.39.0`.
306
+
307
+ You can install the default dependencies of the project using [`pixi`][pixi] as follows:
308
+
309
+ ```bash
310
+ pixi install
311
+ ```
312
+
313
+ See `pixi task list` for a list of available tasks.
314
+
315
+ </details>
316
+
287
317
  [conda]: https://anaconda.org/
288
318
  [pip]: https://github.com/pypa/pip/
289
319
  [pixi]: https://pixi.sh/
@@ -1,5 +1,5 @@
1
1
  jaxsim/__init__.py,sha256=_8rbKOf3bwx-2ChEbspZxs_rZY0RqUcmWAftnEw1bfM,3401
2
- jaxsim/_version.py,sha256=C6hy6WCYTd96YQCYmnbJx4KXtfGFrGyu22zvOPSNjVI,428
2
+ jaxsim/_version.py,sha256=lQMt9-pwwpq6SlxCWPFxr7iHlew8qJBtqHeCoTcanQ8,428
3
3
  jaxsim/exceptions.py,sha256=qjfTjE9lXvD3-JCPQcxxiX2XSS8QegawzQ6ZuC2tc0Y,2638
4
4
  jaxsim/logging.py,sha256=STI-D_upXZYX-ZezLrlJJ0UlD5YspST0vZ_DcIwkzO4,1553
5
5
  jaxsim/typing.py,sha256=7msl8t5Jt09RNYfKdPJtpjLfWurldcycDappb045Eso,761
@@ -67,8 +67,8 @@ jaxsim/utils/__init__.py,sha256=Y5zyoRevl3EMVQadhZ4EtSwTEkDt2vcnFoRhPJjKTZ0,215
67
67
  jaxsim/utils/jaxsim_dataclass.py,sha256=Fxa555u14VUsVlKU1rBQFurrVzBp7BNsIaVoNko0lrI,11261
68
68
  jaxsim/utils/tracing.py,sha256=Btwxdfhb7fJLk3r5PlQkGYj60Y2KbFT1gANGIA697FU,530
69
69
  jaxsim/utils/wrappers.py,sha256=3IMwydqFgmSPqeuUQ3PRmdhDc1IoT6XC23jPC_LjWXs,4175
70
- jaxsim-0.5.1.dev143.dist-info/LICENSE,sha256=eaYdFmdeMbiIoIiPzEK0MjP1S9wtFXjXNR5er49uLR0,1546
71
- jaxsim-0.5.1.dev143.dist-info/METADATA,sha256=CMgyPcqS76DRPvmIo9U3olZDYG3awyQQe79c-lJ4yVI,19484
72
- jaxsim-0.5.1.dev143.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
73
- jaxsim-0.5.1.dev143.dist-info/top_level.txt,sha256=LxGMA8FLtXjQ6oI7N5gd_R_oSUHxpXxUEOfT1xS_ni0,7
74
- jaxsim-0.5.1.dev143.dist-info/RECORD,,
70
+ jaxsim-0.5.1.dev152.dist-info/LICENSE,sha256=eaYdFmdeMbiIoIiPzEK0MjP1S9wtFXjXNR5er49uLR0,1546
71
+ jaxsim-0.5.1.dev152.dist-info/METADATA,sha256=DDO-Gs3iNzDegC301s_FgjcFRDx5pnRUqKuGou0Jilg,20201
72
+ jaxsim-0.5.1.dev152.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
73
+ jaxsim-0.5.1.dev152.dist-info/top_level.txt,sha256=LxGMA8FLtXjQ6oI7N5gd_R_oSUHxpXxUEOfT1xS_ni0,7
74
+ jaxsim-0.5.1.dev152.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5