Changelog for simple-vec3-0.4.0.1
Changelog
0.4.0.1 - 2018-03-17
Changed
- GHC 8.4.x support
0.4 - 2018-02-20
Added
- Doctests
Changed
TVec3is now just a type synonym for(Double, Double, Double)
0.3.1 - 2018-02-18
Added
EqandShowinstances forMatrix CVec3
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