dynamic-plot v0.2.0.0 Release Notes

Release Date: 2016-09-30 // over 7 years ago
  • ๐Ÿ“ฆ 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.