Changelog for simple-vec3-0.6.0.1
Changelog
0.6.0.1 - 2020-06-04
Changed
- Relaxed dependency version bounds
0.6 - 2019-06-12
Changed
- simple-vec3 operators now bind tighter than
*forNum, so you can write2 * v .* d.
0.5 - 2019-06-11
Changed
-
Operator precedence order is now as follows:
.^,.*,<+>,<->,><(multiplication binds most tightly). -
Test suite dependencies bump
0.4.0.10 - 2019-01-18
Changed
- Test suite dependencies bump
0.4.0.9 - 2018-10-29
Changed
- GHC 8.6.x support
0.4.0.8 - 2018-07-21
Changed
- Benchmark dependencies bump
0.4.0.7 - 2018-06-30
Changed
- Test suite dependencies bump
0.4.0.6 - 2018-05-12
Changed
- Test suite dependencies bump
0.4.0.5 - 2018-05-11
Changed
- Test suite dependencies bump
0.4.0.4 - 2018-05-11
Changed
- Test suite dependencies bump
0.4.0.3 - 2018-05-10
Changed
- Library dependencies bump
0.4.0.2 - 2018-04-25
Changed
- Use
doctest-driver-gento run doctests
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