packages feed

factory-0.1.0.0: changelog

2011-03-01 Dr. Alistair Ward <factory at functionalley dot eu>

0.0.0.1
	* First version of the package.
0.0.0.2
	* Created modules; "Factory.Test.QuickCheck.Bounds", "Factory.Math.Implementations.Pi.Borwein.*" and "Factory.Test.Performance.Statistics".
	* Created a new module "Factory.Data.PrimeFactors", and migrated definitions from both "Factory.Math.PrimeFactorisation" and "Factory.Math.Implementations.PrimeFactorisation".
	* Created class 'Factory.Math.Factorial.Factorial' and new module "Factory.Math.Implementations.Factorial".
	Moved existing implementation (Bisection) into new module, with new implementation (PrimeFactorisation).
	* Added function 'Factory.Math.Summation.sumR'.
	* Added a parameter to functions 'Factory.Math.DivideAndConquer.divideAndConquer' and 'Factory.Data.Bounds.divideAndConquer' to permit asymmetric bisection.
	* Added methods to class "Factory.Math.Pi.Algorithm" to permit the retrieval of /Pi/ as a 'Rational' or a 'String'.
	* Renamed 'Factory.Math.Precision.capPrecision' to 'Factory.Math.Precision.simplify'.
	* Removed module "Factory.Test.Performance.Exponential".
	* Removed function 'Factory.Math.Power.raise', which was no more efficient than ghc's implementation of '(^)'.
	* Uploaded to <http://hackage.haskell.org/packages/hackage.html>.
0.1.0.0
	* Amended 'factory.cabal' to more correctly specify the dependency on package 'toolshed'.
	* Added module "Factory.Math.Probability".
	* Renamed module "Factory.Data.Bounds" to "Factory.Data.Interval",
	and added functions; 'Factory.Data.Interval.precisely', 'Factory.Data.Interval.shift', 'Factory.Data.Interval.closedUnitInterval'.
	* Guarded 'eager-blackholing' flag in cabal file.