ansigraph v0.2 Release Notes

Release Date: 2016-06-09 // almost 8 years ago
    • 👌 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.