commit bbe26ba96a8917c526438b9031ac951cf547a3d1
parent 9a0f99cfe7afbc6341cd1095ea54b38336b64fec
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 23 Jul 2019 14:38:22 -0230
Minor version bump (-> 2.1.0).
Diffstat:
6 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -8,7 +8,6 @@ addons:
env:
STACK_YAML: stack-travis.yaml
- STACK_YAML: stack-travis-nightly-2018-05-09.yaml
before_install:
- mkdir -p ~/.local/bin
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+ - 2.1.0 (2019-07-23)
+ * Generalises 'categorical' and 'multinomial' to take things proportional to
+ probabilities, rather than probabilities proper.
+
- 2.0.4 (2018-06-30)
* Clean up docs and add some additional usage information.
* Split the existing Student t distribution into 'student' and its
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -1,5 +1,5 @@
name: mwc-probability
-version: 2.0.4
+version: 2.1.0
homepage: http://github.com/jtobin/mwc-probability
license: MIT
license-file: LICENSE
@@ -8,7 +8,7 @@ maintainer: jared@jtobin.ca, zocca.marco gmail
category: Math
build-type: Simple
cabal-version: >= 1.10
-tested-with: GHC == 8.0.2, GHC == 8.2.2 , GHC == 8.4.2
+tested-with: GHC == 8.0.2, GHC == 8.2.2 , GHC == 8.4.2, GHC == 8.6.5
synopsis: Sampling function-based probability distributions.
description:
diff --git a/stack-travis-nightly-2018-05-09.yaml b/stack-travis-nightly-2018-05-09.yaml
@@ -1,8 +0,0 @@
-flags: {}
-packages:
-- '.'
-extra-deps: []
-resolver: nightly-2018-05-09
-compiler: ghc-8.4.2
-system-ghc: false
-install-ghc: true
-\ No newline at end of file
diff --git a/stack-travis.yaml b/stack-travis.yaml
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-11.15
-compiler: ghc-8.2.2
+resolver: lts-13.29
+compiler: ghc-8.6.5
system-ghc: false
install-ghc: true
diff --git a/stack.yaml b/stack.yaml
@@ -2,5 +2,5 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-11.15
+resolver: lts-13.29