All Versions
61
Latest Version
Avg Release Cycle
91 days
Latest Release
1854 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.3 Changes
November 06, 2019- โฌ๏ธ Bumps to upper bounds, to allow building with:
base-4.13
(tested with GHC 8.8.1)intervals-0.9
semigroups-0.19
hashable-1.3
- ๐ Many bug fixes, including
- โ Added derived
Eq
andOrd
instances forFixedSegment
- โฌ๏ธ Bumps to upper bounds, to allow building with:
-
v1.4.3-r1
February 10, 2020 -
v1.4.2 Changes
December 20, 2017- ๐ New functions:
boxGrid
, for computing a grid of regularly spaced points.scalingRotationTo
andscaleRotateTo
, for affine conformal 2D transformations.
- ๐ Documentation fixes:
dirBetween
PolyOrientation
- โก๏ธ Upper bound updates: allow
tasty-0.12
,tasty-quickcheck-0.9
,tasty-hunit-0.10
,optparse-applicative-0.14
- โ Test with GHC 8.2.2
- ๐ New functions:
-
v1.4.2-r1 Changes
December 20, 2017โ Hackage revision to allow
tasty-1.0
in the test suite. -
v1.4.2.3 Changes
June 11, 2018- ๐ Bug fix for
extrudeEnvelope
and friends (#316)
- ๐ Bug fix for
-
v1.4.2.2 Changes
May 08, 2018- ๐ Fixes for GHC < 8.0
-
v1.4.2.1 Changes
April 13, 2018- ๐ Allow
base-4.11
(GHC 8.4) - ๐ Allow
tasty-quickcheck-0.10
- ๐ Bug fix for
Diagrams.TwoD.Offset.capArc
(#310)
- ๐ Allow
-
v1.4.1 Changes
May 28, 2017- ๐ New functions
embeddedImage
andloadImageEmbBS
for loading images. - ๐ Fix #289 which could have caused strange behavior in looped compilation mode on 32-bit platforms.
- ๐ Allow
intervals-0.8
anddirectory-1.3
. - ๐ Minor fixes to compile with GHC 8.2.
- ๐ New functions
-
v1.4.1.2 Changes
June 10, 2017- ๐ Fix test suite compilation failure #299.
-
v1.4.1.1 Changes
June 06, 2017- ๐ Fix
Diagrams.Points.centroid
to make it total. - ๐ Fix bug in
Diagrams.Transform.Matrix.fromMatWithInv
(and hence also related functions which called it, such asfromMat22
andfromMat33
).
- ๐ Fix