Changelog History
-
v0.3 Changes
๐ Change all IO operations to work over any
MonadIO
. Since GHC 8 this is available inbase
, so the dependency ontransformers
is only required for previous versions.๐ Support GHC versions back to 7.6.
๐ฆ Reexport the
Color
andColorIntensity
data types fromansi-terminal
for full use of the range of ANSI colors without importing that package.
-
v0.3.0.5
December 28, 2017 -
v0.3.0.2
September 14, 2016 -
v0.2 Changes
June 09, 2016๐ Improved method of displaying animations so that successive frames overwrite previous ones instead of generating many pages of output. This requires the addition of the
graphHeight :: Graphable a => a -> Int
type class method.๐ Improved matrix graphing. Now there are distinct colors to represent positive and negative values, as well as real versus imaginary components. Examples added.
0๏ธโฃ The
Coloring
data type representing possible terminal colorings has been changed to takeMaybe AnsiColor
s, whereNothing
indicates use of the default terminal colors.Some names have been changed for greater clarity and consistency.
โก๏ธ Dependency bounds updated for GHC 8.
-
v0.1.0
October 07, 2015