Changelog for simple-vec3-0.3
Changelog
0.3 - 2018-02-18
Added
- GHC 8.2.x support
Changed
-
Data.Vec3.Unboxed.Contiguousis now againData.Vec3.Unboxed.UVec3was merged withSVec3and renamed toCVec3. -
Data.Vec3.Unboxedis nowData.Vec3.Tupledand renamed toTVec3. -
Benchmarks were reorganized to work well with Criterion group coloring
Removed
SVec3(merged intoCVec3)
0.2 - 2016-10-14
Added
- Tests
Changed
-
Data.Vec3.Unboxedis nowData.Vec3.Unboxed.Contiguous -
Data.Vec3.TUnboxedis nowData.Vec3.Unboxedand uses vector-th-unbox to generate Unbox instance
0.1.0.1 - 2012-12-13
Changed
- Benchmark is now an actual Cabal-friendly benchmark