Changelog for newsynth-0.1.1.0

ChangeLog v0.1.1.0 2014/02/05 (2014/02/04) PS1 - new functions euclid_divides and euclid_associates. (2014/02/04) PS1 - changed 'lobit' and improved its asymptotic efficiency. (2014/02/04) PS1 - fixed a bug in the ShowLaTeX instance of Rational. (2014/02/04) PS1 - added profiling options. (2014/02/03) PS1 - eliminated common subexpressions in gridpoints. (2014/02/03) PS1 - made fromDyadic an operation of the HalfRing class, and improved its efficiency. v0.1.0.0 2013/12/14 (2013/12/13) PS1 - added new rings DComplex and QComplex. Improvements to the ring QOmega. (2013/12/13) PS1 - more uniform naming of rings. Old names DInteger, DReal, EReal, DComplex, EComplex have become ZRootTwo, DRootTwo, QRootTwo, DRComplex, and QRComplex, respectively. (2013/12/13) PS1 - adjusted output syntax to remove Unicode and make output parseable. (2013/12/13) PS1 - refactored as a Cabal package. (2013/12/11) PS1 - removed erroneous Adjoint2 instances for Double and Float. (2013/12/11) PS1 - removed dependency on numbers package, removed Random instance for FixedPrec (this is now in fixedprec package). (2013/12/11) PS1 - added EmptyDataDecls pragma, to keep GHC happy. (2013/12/10) PS1 - removed some unnecessary type class dependencies. (2013/09/25) PS1 - added "alternate" version of multi-qubit synthesis algorithm, using only generators of determinant 1 if possible. (2013/09/25) PS1 - renamed some constructors and deconstructors for matrices. Release 2013/09/02 Released as part of Quipper 0.5. (2013/07/08) PS1 - moved definitions of U2 and SO3 to Matrix.hs. (2013/07/05) PS1 - added RotationDecomposition module. Release 2013/06/19 Initial public release, as part of Quipper 0.4.