1
0
ghc-mwc-random/ghc-mwc-random.changes

101 lines
3.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Jul 9 17:21:28 UTC 2024 - Peter Simons <psimons@suse.com>
- Update mwc-random to version 0.15.1.0.
## Changes in 0.15.1.0
* Additon of binomial sampler using the rejection sampling method in
Kachitvichyanukul, V. and Schmeiser, B. W. Binomial Random
Variate Generation. Communications of the ACM, 31, 2 (February,
1988) 216. <https://dl.acm.org/doi/pdf/10.1145/42372.42381>. A more
efficient basis for e.g. the beta binomial distribution:
`beta a b g >>= \p -> binomial n p g`.
-------------------------------------------------------------------
Thu Mar 30 17:07:39 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Mon Nov 15 06:57:18 UTC 2021 - psimons@suse.com
- Update mwc-random to version 0.15.0.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Aug 16 07:22:53 UTC 2021 - psimons@suse.com
- Update mwc-random to version 0.15.0.2.
## Changes in 0.15.0.2
* Doctests on 32-bit platforms are fixed. (#79)
-------------------------------------------------------------------
Sat Jul 10 14:07:01 UTC 2021 - psimons@suse.com
- Update mwc-random to version 0.15.0.1 revision 2.
## Changes in 0.15.0.1
* Bug in generation of Int/Word in both uniform and uniformR is fixed. (#75)
## Changes in 0.15.0.0
* `withSystemRandomST` and `createSystemSeed` are added.
* `withSystemRandom` is deprecated.
* `random>=1.2` is dependency of `mwc-random`.
* Instances for type classes `StatefulGen` & `FrozenGen` defined in random-1.2
are added for `Gen`.
* Functions in `System.Random.MWC.Distributions` and
`System.Random.MWC.CondensedTable` now work with arbitrary `StatefulGen`
* `System.Random.MWC.uniformVector` now works with arbitrary `StatefulGen` as
well and uses in-place initialization instead of `generateM`. It should be
faster for anything but IO and ST (those shoud remain same).
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:45:31 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:22 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Fri Nov 8 16:14:16 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Sat Oct 20 11:31:46 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Fri Aug 17 09:43:29 UTC 2018 - psimons@suse.com
- Update mwc-random to version 0.14.0.0.
## Changes in 0.14.0.0
* Low level functions for acquiring random data for initialization
of PRGN state is moved to `System.Random.MWC.SeedSource` module
* Ensure that carry is always correct when restoring PRNG state from
seed. Only affects users who create 258 element seed manually.
(#63, #65)
-------------------------------------------------------------------
Fri Jul 20 13:38:44 UTC 2018 - psimons@suse.com
- Add mwc-random at version 0.13.6.0.