Recent Releases of figurate_numbers
figurate_numbers - v1.5.0 – Arithmetic Transformations, RuboCop Integration, and Documentation Overhaul Latest
Changes:
The v1.5.0 release of figurate_numbers introduces the following key improvements:
New arithmetic transformation module (
ArithTransform):- Includes support for p-adic valuations (
ring_padic_val,padic_norm) and other mathematical operations applicable to figurate sequences.
- Includes support for p-adic valuations (
Code quality improvements with RuboCop integration:
- The codebase now follows Ruby's community style guide with enforced formatting and linting rules.
Documentation:
- The README has been revised and expanded with improved descriptions, examples, and usage scenarios.
- Documentation has been modularized:
- A full list of available sequences and arithmetic transformation methods is now maintained in
docs/METHODS.md. - A dedicated
docs/ERRATA.mdpage lists known corrections to the Figurate Numbers (2012) book.
- A full list of available sequences and arithmetic transformation methods is now maintained in
These changes make figurate_numbers easier to use, more maintainable, and better suited for mathematical and creative applications alike.
- Ruby
Published by edelveart 9 months ago
figurate_numbers - v1.4.0 - Modularization of Figurate Numbers with Simplified Method Names and Minor Fixes
Changes:
The v1.4.0 release of figurate_numbers introduces the following key changes: - Four separate modules for generating sequences: 1. FigurateNumbers 2. PlaneFigurateNumbers 3. SpaceFigurateNumbers 4. MultiDimensionalFigurateNumbers
Method names have been simplified by removing the
_numberssuffix (except for Zoo of figurate-related numbers).Sonic Pi usage is now mandatory via
require <Path>.
These changes improve modularity and streamline the usage of Figurate Numbers, making it easier to integrate into your projects.
Documentation:
- Detailed usage instructions added for generating sequences.
- Updated README with example code and additional resources.
- Minor typos and formatting fixes in documentation.
- Ruby
Published by edelveart about 1 year ago