# Revision history for nuha ## 0.1.0.0 -- 2020-03-10 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2020-04-08 * 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