commit 58e929aca44b596a04142d59369d80256f8c159e
parent 90a2c401d9d8d339adc0bbc6d439291a05378698
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 29 Jan 2020 19:33:27 +0400
Minor version bump (v2.1.0 -> v2.2.0).
Diffstat:
5 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+ - 2.2.0 (2020-01-29)
+ * Adds the Chinese Restaurant Process (crp).
+
- 2.1.0 (2019-07-23)
* Generalises 'categorical' and 'multinomial' to take things proportional to
probabilities, rather than probabilities proper.
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -1,5 +1,5 @@
name: mwc-probability
-version: 2.1.0
+version: 2.2.0
homepage: http://github.com/jtobin/mwc-probability
license: MIT
license-file: LICENSE
diff --git a/stack-travis.yaml b/stack-travis.yaml
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-13.29
+resolver: lts-14.21
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-13.29
+resolver: lts-14.21
diff --git a/stack.yaml.lock b/stack.yaml.lock
@@ -0,0 +1,12 @@
+# This file was autogenerated by Stack.
+# You should not edit this file by hand.
+# For more information, please see the documentation at:
+# https://docs.haskellstack.org/en/stable/lock_files
+
+packages: []
+snapshots:
+- completed:
+ size: 524162
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/21.yaml
+ sha256: 9a55dd75853718f2bbbe951872b36a3b7802fcd71796e0f25b8664f24e34c666
+ original: lts-14.21