DeciMojo v0.6.0 is out! ![]()
The latest DeciMojo releases focus on significantly expanding high-precision math capabilities and improving long-term maintainability.
v0.5.0 (feature-heavy release)
-
Major upgrades to BigUInt and BigDecimal, with substantial performance improvements.
-
Added high-precision math support, including trigonometric functions and π computation (Chudnovsky algorithm).
-
Introduced faster algorithms for large numbers (Karatsuba multiplication, Burnikel-Ziegler division), SIMD optimizations, and more efficient in-place operations.
-
API refinements such as renaming
Decimal→Decimal128and improved error handling via a unifiedDeciMojoError.
v0.6.0 (infrastructure & compatibility release)
-
Migrated the entire test suite to Mojo’s native
TestSuiteframework, replacing deprecated tooling. -
Updated the codebase for compatibility with Mojo v0.25.7.
You can install DeciMojo v0.6.0 by adding the following line to the dependencies section of your pixi.toml file:
[dependencies]
decimojo = "==0.6.0"
Full release notes and details are available in the GitHub repo:
https://github.com/forfudan/decimojo/releases