Skip to content

v0.2.0.0

Compare
Choose a tag to compare
@leftaroundabout leftaroundabout released this 30 Sep 10:54
· 136 commits to master since this release

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.