Changelog of @hackage/simple-vec3 0.4

Changelog

0.4 - 2018-02-20

Added

  • Doctests

Changed

  • TVec3 is now just a type synonym for (Double, Double, Double)

0.3.1 - 2018-02-18

Added

  • Eq and Show instances for Matrix CVec3

0.3 - 2018-02-18

Added

  • GHC 8.2.x support

Changed

  • Data.Vec3.Unboxed.Contiguous is now again Data.Vec3.Unboxed. UVec3 was merged with SVec3 and renamed to CVec3.

  • Data.Vec3.Unboxed is now Data.Vec3.Tupled and renamed to TVec3.

  • Benchmarks were reorganized to work well with Criterion group coloring

Removed

  • SVec3 (merged into CVec3)

0.2 - 2016-10-14

Added

  • Tests

Changed

  • Data.Vec3.Unboxed is now Data.Vec3.Unboxed.Contiguous

  • Data.Vec3.TUnboxed is now Data.Vec3.Unboxed and uses vector-th-unbox to generate Unbox instance

0.1.0.1 - 2012-12-13

Changed

  • Benchmark is now an actual Cabal-friendly benchmark

0.1.0.0 - 2012-12-05