Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475)
Log message:
*: Bump PKGREVISION for ghc-9.0.1
   2021-04-23 12:41:51 by Masatake Daimon | Files touched by this commit (5)
Log message:
Update to MonadRandom-0.5.3

0.5.3 (8 April 2021)
* StatefulGen instances for RandT
* Addition of RandGen
* Additioon of withRandGen and withRandGen_

0.5.2 (24 June 2020)
* Support for random-1.2.
* Drop support for GHC 7.4, test with GHC 8.10.

0.5.1.2 (18 Jan 2020)
* Better error message when total probability sum is negative in
  fromListMay, weightedMay, weighted
   2020-05-13 06:53:17 by Roland Illig | Files touched by this commit (18)
Log message:
hs-*: add PLIST files for a few more Haskell packages
   2020-01-11 09:05:40 by Masatake Daimon | Files touched by this commit (4)
Log message:
Remove dependency on devel/hs-mtl

mtl is now a part of GHC.
Also hs-fail is no longer required as of GHC 8.
   2020-01-02 03:47:31 by Masatake Daimon | Files touched by this commit (3)
Log message:
Derp, I forgot to actually change the version
   2020-01-01 04:33:07 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to MonadRandom-0.5.1.1

0.5.1.1 (21 May 2018)
* Only depend on fail package when GHC < 8.0.

0.5.1 (9 February 2017)
* Re-export System.Random from Control.Monad.Random.{Lazy,Strict} and
  hence also from Control.Monad.Random.
* Hackage r1: allow transformers-compat-0.6.x.

0.5 (3 January 2017)
* This release has quite a few small additions as well as a big module
  reorganization. However, thanks to module re-exports, most existing
  code using the library should continue to work with no changes; the
  major version bump reflects the large reorganization and my
  inability to 100% guarantee that existing user code will not break.
* The biggest changes that may be of interest to users of the library
  include new lazy vs strict variants of the Rand monad; a new
  MonadInterleave class which is a big improvement over MonadSplit;
  new PrimMonad instances; and new random selection functions like
  weighted, weightedMay, uniformMay, etc.. See the list below for full
  details.
* Although there was some discussion of generalizing MonadRandom to
  work for a wider range of underlying generators (see #26, #31, and
  comments on this blog post), I decided to punt on that for now. It
  seems rather complicated and there are already good alternatives so
  I decided to keep things simple for this release. I'm still open to
  proposals for generalizing future releases.

Changes in 0.5 include:
* Refactor to reflect structure of mtl and transformers libraries.
* Add lazy and strict variants of RandT.
* Add MonadRandom and MonadSplit instances for ListT.
* Add (but do not export) unRandT field to RandT.
* Add MonadCont, MonadError, MonadRWS, PrimMonad, and MonadFail
  instances for RandT.
* Add evalRandTIO operation.
* Move fromList and uniform operations to Control.Monad.Random.Class.
* fromList now raises an error when the total weight of elements is
  zero.
* Generalize the type of uniform to work over any Foldable.
* Add new operations weighted, weightedMay, fromListMay, and
  uniformMay. weighted is like fromList but generalized to work over
  any Foldable. The May variants return a Maybe result instead of
  raising an error.
* New MonadInterleave class for random monads which can interleave
  random generation using split. In some ways this is similar to
  MonadSplit but much more useful.
* Improved documentation.

0.4.2.3 (21 April 2016)
* Mark Control.Monad.Random as Trustworthy.

0.4.2.2 (18 January 2016)
* Allow transformers-0.5.

0.4.2.1 (16 January 2016)
* Allow transformers-compat-0.5.

0.4.2 (16 January 2016)
* Add MonadPlus and Alternative instances for RandT.

0.4.1 (20 November 2015)
* Remove unnecessary Monad m constraint from liftRandT and runRandT.
  This should again technically require a major version bump, but I'm
  not doing it this time in the interest of not being super
  annoying. If this breaks something for you, just yell, and I will
  deprecate this version and do a proper 0.5 release.

0.4 (12 May 2015)
* Remove unnecessary RandomGen g constraints from liftRandT, liftRand,
  evalRandT, evalRand, runRandT, runRand.
* A major version bump is required by the PVP since the types of all
  the above methods have changed, but this release is again very
  unlikely to break any client code.

0.3.0.2 (30 March 2015)
* Add transformers-compat to allow building with newer mtl

0.3.0.1 (24 November 2014)
* Improve documentation: ranges are exclusive at the upper bound
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-11-23 13:52:33 by Ryosuke Moro | Files touched by this commit (51)
Log message:
Bump PKGREVISION for hs-transformers-0.4.2.0
   2014-10-22 23:30:34 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import MonadRandom-0.3 as devel/hs-MonadRandom.

Support for computations which consume random values.

Next | Query returned 19 messages, browsing 11 to 20 | previous