File tree 2 files changed +24
-17
lines changed
2 files changed +24
-17
lines changed Original file line number Diff line number Diff line change
1
+ # 1.3.0
2
+
3
+ - Support for GHC 9.6
4
+ - Replaced transformers' ` ListT ` by
5
+ (https://github.com/tweag/monad-bayes/pull/295 )
6
+ - Naming fixes for ` Sampler ` and ` SamplerT `
7
+
1
8
# 1.2.0
2
9
3
10
- Renamed monad transformers idiomatically
Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
2
- name : monad-bayes
3
- version : 1.2 .0
4
- license : MIT
5
- license-file : LICENSE.md
6
- copyright : 2015-2020 Adam Scibior
7
-
8
- author :
Adam Scibior <
[email protected] >
9
- stability : experimental
10
- tested-with : GHC == 9.0.2 || == 9.2.7 || == 9.4.5 || == 9.6.4
11
- homepage : http://github.com/tweag/monad-bayes#readme
12
- bug-reports : https://github.com/tweag/monad-bayes/issues
13
- synopsis : A library for probabilistic programming.
1
+ cabal-version : 2.2
2
+ name : monad-bayes
3
+ version : 1.3 .0
4
+ license : MIT
5
+ license-file : LICENSE.md
6
+ copyright : 2015-2020 Adam Scibior
7
+
8
+ author : Adam Scibior <
[email protected] >
9
+ stability : experimental
10
+ tested-with : GHC == 9.0.2 || == 9.2.7 || == 9.4.5 || == 9.6.4
11
+ homepage : http://github.com/tweag/monad-bayes#readme
12
+ bug-reports : https://github.com/tweag/monad-bayes/issues
13
+ synopsis : A library for probabilistic programming.
14
14
description :
15
15
A library for probabilistic programming using probability monads. The
16
16
emphasis is on composition of inference algorithms implemented in
@@ -19,13 +19,13 @@ description:
19
19
for a quick-start user guide and a reference overview of how it all
20
20
works" and the included [README](#readme).
21
21
22
- category : Statistics
23
- build-type : Simple
24
- extra-source -files :
22
+ category : Statistics
23
+ build-type : Simple
24
+ extra-doc -files :
25
25
CHANGELOG.md
26
26
README.md
27
27
28
- data-files : test/fixtures/*.txt
28
+ data-files : test/fixtures/*.txt
29
29
30
30
source-repository head
31
31
type : git
You can’t perform that action at this time.
0 commit comments