Skip to content

Releases: leftaroundabout/dynamic-plot

v0.4.2.0

17 Apr 12:33
Compare
Choose a tag to compare

v0.4.0.0

22 May 18:34
Compare
Choose a tag to compare

v0.3.0.0: Constrain cabal to non-ancient versions.

v0.2.2.0

17 Feb 14:53
Compare
Choose a tag to compare

v0.2.0.0

30 Sep 10:54
Compare
Choose a tag to compare

http://hackage.haskell.org/package/dynamic-plot-0.2.0.0

manifolds has switched from hmatrix to linearmap-category. Since dynamic-plot and manifolds are strongly coupled, this has incured quite a few changes.

Another important change is the overhaul in the multithreading strategy: previously, every change to the viewport would spawn a new thread for rendering the plot objects. For reasons still not quite clear, this would often completely freeze the UI when the computations were nontrivial. Now we simply generate a fixed pool of renderer threads – one for each independent plot object – and let each of them handle all views for that object.

v0.1.4.0: Bump version.

16 Sep 15:12
Compare
Choose a tag to compare

v0.1.3.0

20 May 20:29
Compare
Choose a tag to compare
Bump version.

v0.1.2.0

03 Jan 14:19
Compare
Choose a tag to compare
Bump version.