treeviz v2.0.5 Release Notes

Release Date: 2015-11-21 // over 8 years ago
  • The source file for module Data.Tree.LogTree2 never got added to the Git source repository.


Previous changes from v2.0.4

  • For this release, the fft-ccc.hs file has been introduced, which is intended to be used as a vehicle for exploring generalized, abstract, higher level expressions of the FFT computation on more complex data structures. The hope is that doing so will open up possibilities of automating the search for more efficient FFT computation implementations, using Conal Elliott's Lambda-CCC / Circat machinery.

    I have been working, using the following directory structure, in which lambda-ccc, circat, and some other sub-directories are Git sub-repositories:

    TreeViz/

    • circat/
    • lambda-ccc/
    • ...

    ✅ I have been conducting these explorations in the lambda-ccc/test/fft_test.hs file, until now. My intent, going forward, is to confine my use of that file as a staging area for those FFT implementations, which I actually intend to try and push through Conal's machinery. I intend to use this new file as a more general, less constrained vehicle for general exploration in FFT expression.