packages feed

HNumeric-0.5.0.2: ChangeLog.md

# Changelog for HNumeric

## 0.5.0.2

* Vector Parallel -> Vector Single Thread
* Stats Single    -> Stats Parallel

## 0.5.0.0

* Great Optimisation with parallel
* Fix infinite determinant by Rosetta stone

## 0.4.0.0

* Add HNum.F (Functional Programming Library for HNum)
* Add Convertable Class (HNumObj String -> HNumObj (Int or Integer or Double))
* Add (!) for Vector (v ! 1 == (toList v) !! 1)