nuha v0.3.0.0 Release Notes
Release Date: 2020-11-27 // about 2 years ago-
No data yet 😐
You can check the official repo
Previous changes from v0.2.0.0
-
- 📇 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