All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v2.1.0.0 Changes

    • Many changes to the interfaces all simplifying the usage
    • Most of the functions are now usable for both Nat- and XNat-indexed frames
    • Some matrix algorithms are implemented (SVD, QR)
    • Loads of numerical stability improvements
  • v2.0.0.0 Changes

    • ๐Ÿ”„ Changed Idx indexing to zero-based from 1-based
    • ๐Ÿ”„ Changed Idxs dimensions ordering from inverse lexicographic to lexicographic
    • ๐Ÿ”„ Changed DataFrame memory layout from column-major to row-major
    • Various minor changes