All Versions
37
Latest Version
Avg Release Cycle
59 days
Latest Release
745 days ago

Changelog History
Page 4

  • v0.6.0.1 Changes

    January 07, 2013

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • "type instance V (Point v) = v" is not visible without explicit import. #17

    ๐Ÿ”€ Merged pull requests:

    • Transformable instance for functions (by conjugation) #32 (conal)
  • v0.5 Changes

    March 09, 2012
    • ๐Ÿ†• New features:

      • New Juxtaposable class
      • New NullBackend and D types, for conveniently giving a monomorphic type to diagrams when we don't care which one it is.
      • #27: Change type of adjustDia to return a new options record (with an explicitly filled-in size)
    • ๐Ÿ†• New instances:

      • Enveloped, HasOrigin, Juxtaposable, HasStyle, and Transformable instances for Sets and tuples
      • V Double = Double
      • Juxtaposable and Boundable instances for Map
    • API changes

      • AnnDiagram renamed to QDiagram
      • #61: terminology change from "bounds" to "envelope"
        • boundary -> envelopeP
        • "bounding region" -> "envelope"
        • Bounds -> Envelope
        • Boundable -> Enveloped
        • getBounds -> getEnvelope
        • etc.
      • Split out definition of Point into separate package (vector-space-points)
      • The Point constructor P is no longer exported from Graphics.Rendering.Diagrams. See the Diagrams.TwoD.Types module from diagrams-lib for new tools for working with abstract 2D points. If you really need the P constructor, import Graphics.Rendering.Diagrams.Points.
      • Name-related functions now return "located bounding functions" instead of pairs of points and bounds, to allow for future expansion.
    • Dependency/version changes:

      • vector-space 0.8 is now required.
      • Bump base upper bound to allow 4.5; now tested with GHC 7.4.1.
    • ๐Ÿ› Bug fixes:

      • Bug fix related to empty envelopes
  • v0.4 Changes

    October 23, 2011
    • ๐Ÿ‘Œ improved documentation
    • a few new instances (Newtype Point, Boundable Point)
    • ๐Ÿ†• new functions (value, clearValue, resetValue) for working with alternate query monoids
  • v0.3 Changes

    June 18, 2011
    • big overhaul of name maps:
      • allow arbitrary types as atomic names
      • carry along bounding functions as well as names in NameMaps
      • additional functions for querying information associated with names
    • ๐Ÿ›  fix for issue #34 (fix behavior of setBounds)
    • Transformable and HasOrigin instances for Transformations
  • v0.2 Changes

    June 03, 2011
    • bounding regions can now be overridden
    • ๐Ÿ†• new namePoint function for more flexibly assigning names to arbitrary points
    • โž• add HasStyle, Boundable, and HasOrigin instances for lists
    • โž• add a "trivial backend"
    • transformable attributes
  • v0.1.1 Changes

    May 18, 2011
    • ๐Ÿ”— link to new website
  • v0.1 Changes

    May 17, 2011
    • ๐ŸŽ‰ initial preview release

    * This Change Log was automatically generated by (and hand edited) github_changelog_generator