packages feed

force-layout 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+5/−3 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 n_aaX7) n_aaX7
+ Physics.ForceLayout: damping :: Lens' (ForceLayoutOpts n_ab94) n_ab94
- Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts n_aaX7) (Maybe n_aaX7)
+ Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts n_ab94) (Maybe n_ab94)
- Physics.ForceLayout: force :: Lens' (Particle v_a8JL n_a8JM) (v_a8JL n_a8JM)
+ Physics.ForceLayout: force :: Lens' (Particle v_a8Vx n_a8Vy) (v_a8Vx n_a8Vy)
- Physics.ForceLayout: forces :: Lens' (Ensemble v_aaRL n_aaRM) [([Edge], Point v_aaRL n_aaRM -> Point v_aaRL n_aaRM -> v_aaRL n_aaRM)]
+ Physics.ForceLayout: forces :: Lens' (Ensemble v_ab3I n_ab3J) [([Edge], Point v_ab3I n_ab3J -> Point v_ab3I n_ab3J -> v_ab3I n_ab3J)]
- Physics.ForceLayout: particles :: Lens' (Ensemble v_aaRL n_aaRM) (Map PID (Particle v_aaRL n_aaRM))
+ Physics.ForceLayout: particles :: Lens' (Ensemble v_ab3I n_ab3J) (Map PID (Particle v_ab3I n_ab3J))
- Physics.ForceLayout: pos :: Lens' (Particle v_a8JL n_a8JM) (Point v_a8JL n_a8JM)
+ Physics.ForceLayout: pos :: Lens' (Particle v_a8Vx n_a8Vy) (Point v_a8Vx n_a8Vy)
- Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts n_aaX7) (Maybe Int)
+ Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts n_ab94) (Maybe Int)
- Physics.ForceLayout: vel :: Lens' (Particle v_a8JL n_a8JM) (v_a8JL n_a8JM)
+ Physics.ForceLayout: vel :: Lens' (Particle v_a8Vx n_a8Vy) (v_a8Vx n_a8Vy)

Files

CHANGELOG.md view
@@ -1,4 +1,6 @@-# Change Log+## [v0.4.0.1](https://github.com/diagrams/force-layout/tree/v0.4.0.1) (2015-05-26)++[Full Changelog](https://github.com/diagrams/force-layout/compare/v0.4.0.0...v0.4.0.1)  ## [v0.4.0.0](https://github.com/diagrams/force-layout/tree/v0.4.0.0) (2015-04-19) 
force-layout.cabal view
@@ -1,5 +1,5 @@ name:                force-layout-version:             0.4.0.0+version:             0.4.0.1 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 @@   exposed-modules:     Physics.ForceLayout   build-depends:       base >= 4.2 && < 4.9,                        linear >= 1.10 && < 1.19,-                       lens >= 3.0 && < 4.10,+                       lens >= 3.0 && < 4.12,                        containers >=0.4 && < 0.6,                        data-default-class >= 0.0.1 && < 0.1   hs-source-dirs:      src