nuha v0.2.0.0 Release Notes

Release Date: 2020-04-08 // about 4 years ago
    • ๐Ÿ“‡ Renamed Array to Holor
    • โž• Added functions for normalization
    • ๐Ÿ”„ Change of Vector type to Holor type in several functions
    • โž• Added integer indexing for column and row vectors
    • ๐Ÿ”„ Changed name of indexing functions
    • โž• Added holor division by a scalar
    • โž• Added cross product for vectors
    • โž• Added functions toList and toList2
    • ๐Ÿ“‡ Renamed sizeItem and sizeItems and numItems to sizeOfElem, sizeOfElems and numElems
    • โž• Added Functions (|+), (+|), (|-), (-|), (|/), (/|)
    • โž• Added instance Ord
    • ๐Ÿ“‡ Renamed setValue and setValues to setElem and setElems
    • โž• Added constructor functions from tuples for low dimensional holors
    • โž• Added conversion functions to tuple types