Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 403 Bytes

ChangeLog.md

File metadata and controls

17 lines (11 loc) · 403 Bytes

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)