You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeciMojo is available in the [modular-community](https://repo.prefix.dev/modular-community) package repository. You can install it using any of these methods:
39
39
40
40
From the `pixi` CLI, simply run ```pixi add decimojo```. This fetches the latest version and makes it immediately available for import.
41
41
42
-
For projects with a `mojoproject.toml`file, add the dependency ```decimojo = ">=0.3.1"```. Then run `pixi install` to download and install the package.
42
+
For projects with a `mojoproject.toml`file, add the dependency ```decimojo = "==0.4.0"```. Then run `pixi install` to download and install the package.
43
43
44
44
For the latest development version, clone the [GitHub repository](https://github.com/forfudan/decimojo) and build the package locally.
45
45
@@ -49,6 +49,7 @@ For the latest development version, clone the [GitHub repository](https://github
49
49
| v0.2.0 | ==25.2 | magic |
50
50
| v0.3.0 | ==25.2 | magic |
51
51
| v0.3.1 | >=25.2, <25.4 | pixi |
52
+
| v0.4.0 | ==25.4 | pixi |
52
53
53
54
## Quick start
54
55
@@ -217,7 +218,7 @@ If you find DeciMojo useful for your research, consider listing it in your citat
217
218
year = {2025},
218
219
title = {An arbitrary-precision decimal and integer mathematics library for Mojo},
0 commit comments