Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation and examples to reflect the new v0.5.0 release of DeciMojo, improves clarity for both English and Chinese readers, and adds comprehensive usage examples for all major types. The changes ensure consistency with the latest features, update installation and compatibility instructions, and provide quick start guides for
BigIntandDecimal128.Documentation and Usage Examples:
docs/examples_on_bigint.mojoanddocs/examples_on_decimal128.mojoto demonstrate the construction, arithmetic, conversions, and advanced features ofBigIntandDecimal128.docs/readme_zht.md) with a full table of contents, improved type descriptions, installation instructions, and comprehensive quick start guides forBigInt,BigDecimal, andDecimal128.README.mdto clarify installation steps, version compatibility, and usage of type aliases, and to improve example explanations.Release and Versioning Updates:
docs/changelog.md) to reflect the new release date and summarize the new features and improvements in v0.5.0, including enhanced math functions, performance optimizations, and compatibility with Mojo v25.5.pixi.tomland documentation tables to require Mojo v25.5 for DeciMojo v0.5.0, ensuring users install compatible versions.Citation and Metadata:
Other Improvements:
These changes ensure that documentation, examples, and metadata are up-to-date and provide clear guidance for both English and Chinese users.