DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Release 0.7 #154

Closed DK96-OS closed 11 months ago

DK96-OS commented 11 months ago

This release performs a few high-level package and Module restructuring operations. It provides the consumer with more control over which packages are downloaded.

The two modules affected most by this, are the Lists and Numbers modules.

New Modules

Arrays

Contains classes from the Lists module Arrays package. Also contains BigIntSumBuffer (Lists does not use this buffer, but Lists-ktx does).

Arrays-ktx

Contains classes from the Lists module Arrays package, that are useful in Kotlin.

Format

Contains classes from the Numbers module Format package.

Pairs

Contains classes from the Numbers module Structs package.