packages feed

force-layout 0.3.0.6 → 0.3.0.7

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: lens

API changes (from Hackage documentation)

- Physics.ForceLayout: damping :: Lens' (ForceLayoutOpts v_a7z9) (Scalar v_a7z9)
+ Physics.ForceLayout: damping :: Lens' (ForceLayoutOpts v_a74K) (Scalar v_a74K)
- Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts v_a7z9) (Maybe (Scalar v_a7z9))
+ Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts v_a74K) (Maybe (Scalar v_a74K))
- Physics.ForceLayout: force :: Lens' (Particle v_a6qO) v_a6qO
+ Physics.ForceLayout: force :: Lens' (Particle v_a61d) v_a61d
- Physics.ForceLayout: forces :: Lens' (Ensemble v_a7vB) [([Edge], Point v_a7vB -> Point v_a7vB -> v_a7vB)]
+ Physics.ForceLayout: forces :: Lens' (Ensemble v_a71g) [([Edge], Point v_a71g -> Point v_a71g -> v_a71g)]
- Physics.ForceLayout: particles :: Lens' (Ensemble v_a7vB) (Map PID (Particle v_a7vB))
+ Physics.ForceLayout: particles :: Lens' (Ensemble v_a71g) (Map PID (Particle v_a71g))
- Physics.ForceLayout: pos :: Lens' (Particle v_a6qO) (Point v_a6qO)
+ Physics.ForceLayout: pos :: Lens' (Particle v_a61d) (Point v_a61d)
- Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts v_a7z9) (Maybe Int)
+ Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts v_a74K) (Maybe Int)
- Physics.ForceLayout: vel :: Lens' (Particle v_a6qO) v_a6qO
+ Physics.ForceLayout: vel :: Lens' (Particle v_a61d) v_a61d

Files

CHANGES view
@@ -1,3 +1,7 @@+* 0.3.0.7 (22 August 2014)++- Allow lens-4.4+ * 0.3.0.6 (20 August 2014)    - Allow lens-4.3
force-layout.cabal view
@@ -1,5 +1,5 @@ name:                force-layout-version:             0.3.0.6+version:             0.3.0.7 synopsis:            Simple force-directed layout description:         Simulation engine for doing simple force-based layout,                      /e.g./ for trees or graphs.  See the diagrams-contrib package@@ -23,7 +23,7 @@   build-depends:       base >= 4.2 && < 4.8,                        vector-space >=0.7 && <0.9,                        vector-space-points >= 0.1.1 && < 0.3,-                       lens >= 3 && < 4.4,+                       lens >= 3 && < 4.5,                        containers >=0.4 && < 0.6,                        data-default-class >= 0.0.1 && < 0.1   hs-source-dirs:      src