All Versions
5
Latest Version
0.3
Avg Release Cycle
271 days
Latest Release
-

Changelog History

  • v0.3 Changes

    • ๐Ÿ”„ Change all IO operations to work over any MonadIO. Since GHC 8 this is available in base, so the dependency on transformers is only required for previous versions.

    • ๐Ÿ‘Œ Support GHC versions back to 7.6.

    • ๐Ÿ“ฆ Reexport the Color and ColorIntensity data types from ansi-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 take Maybe AnsiColors, where Nothing 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