force-layout

Simple force-directed layout

Version on this page:0.4.0.6
LTS Haskell 22.13:0.4.0.6@rev:12
Stackage Nightly 2024-03-14:0.4.0.6@rev:12
Latest on Hackage:0.4.0.6@rev:12

See all snapshots force-layout appears in

BSD-3-Clause licensed by Brent Yorgey
Maintained by [email protected]
This version can be pinned in stack with:force-layout-0.4.0.6@sha256:d9fa8689804d4936aa2a5e8107cc0e19e4ae9646521d2bc7265dd8042ef56b95,1208

Module documentation for 0.4.0.6

Simulation engine for doing simple force-based layout, e.g. for trees or graphs. See the diagrams-contrib package for usage examples.

Changes

v0.4.0.5 (2016-10-14)

  • allow lens-4.15

v0.4.0.5 (2016-06-02)

  • allow data-default-class-0.1
  • test with GHC 8.0.1

v0.4.0.4 (2016-05-01)

  • allow lens-4.14
  • allow base-4.9 for GHC-8.0

v0.4.0.3 (2015-09-17)

  • allow lens-4.13

v0.4.0.2 (2015-07-19)

Full Changelog

v0.4.0.1 (2015-05-26)

Full Changelog

v0.4.0.0 (2015-04-19)

  • Release to accompany diagrams-1.3

v0.3.0.11 (2015-04-03)

Full Changelog

v0.3.0.10 (2015-03-12)

Full Changelog

Closed issues:

  • cabal file category should be Physics #6

Merged pull requests:

v0.3.0.9 (2015-01-13)

Full Changelog

v0.3.0.8 (2014-11-17)

Full Changelog

Merged pull requests:

v0.3.0.7 (2014-08-22)

Full Changelog

Closed issues:

  • Needs Hackage release for lens-4.3 #2

v0.3.0.6 (2014-08-20)

Full Changelog

v0.3.0.5 (2014-06-12)

Full Changelog

Merged pull requests:

  • Make it compilable with GHC HEAD (v7.9) #1 (ggreif)

v0.3.0.4 (2 June 2014)

  • Allow lens-4.2

v0.3.0.3 (19 March 2014)

  • Allow lens-4.1

[v0.3.0.2] () (9 March 2014)

  • Allow vector-space-points-0.2

[v0.3.0.1] () (12 February 2014)

  • Allow lens-4.0

v0.3 [1 January 2014]

  • Use lenses for ForceLayoutOpts

[v0.2.0.1] () (22 Dec 20130

  • Allow base-4.7

[v0.2] () (5 December 2012)

  • Switch from fclabels to lens.

    Note this requires a major version bump because the accessors for Particle and Ensemble are exported, and they have completely different types. But the API has not otherwise changed.

[v0.1.0.2:] () (23 August 2012)

  • Bump upper bounds to allow base-4.6 and containers-0.5

[v0.1.0.1] () (21 December 2011)

  • Bump fclabels upper bound to allow 1.1.0

[v0.1.0.0] () (20 December 2011)

  • Initial release

* This Change Log was automatically generated by github_changelog_generator