Changelog for ansigraph-0.2.0.0
Ansigraph Changelog
Version 0.2
-
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 -> Inttype 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.
-
The
Coloringdata type representing possible terminal colorings has been changed to takeMaybe AnsiColors, whereNothingindicates use of the default terminal colors. -
Some names have been changed for greater clarity and consistency.
-
Dependency bounds updated for GHC 8.
Version 0.1
Initial release.