Skip to content

Commit 87a7ab1

Browse files
committed
tag v0.5.2
1 parent 56eba0a commit 87a7ab1

1 file changed

Lines changed: 129 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
v0.5.2
2+
==================
3+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
4+
5+
Changes:
6+
7+
- Added Maven module called "module-all" for being able to load all the toolbox modules at once.
8+
- Fixed some bugs
9+
10+
**Release Date**: 19/08/2016
11+
**Further Information**: [Project Web Page](https://amidst.github.io/toolbox/),[JavaDoc](http://amidst.github.io/toolbox/javadoc/0.5.2/index.html)
12+
13+
14+
15+
v0.5.1
16+
==================
17+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
18+
19+
Changes:
20+
- Fixed some bugs
21+
22+
**Release Date**: 15/07/2016
23+
**Further Information**: [Project Web Page](https://amidst.github.io/toolbox/),[JavaDoc](http://amidst.github.io/toolbox/javadoc/0.5.1/index.html)
24+
25+
26+
27+
v0.5.0
28+
==================
29+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
30+
31+
Added functionalities:
32+
- Support to Flink for distributed learning of probabilistic models.
33+
- Support for Latent Dirichlet Allocation Models
34+
35+
**Release Date**: 06/07/2016
36+
**Further Information**: [Project Web Page](https://amidst.github.io/toolbox/),[JavaDoc](http://amidst.github.io/toolbox/javadoc/0.5.0/index.html)
37+
38+
39+
v0.4.3
40+
==============
41+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
42+
43+
Added functionalities:
44+
45+
- Bugs fixed
46+
- Link to the [Weka](http://www.cs.waikato.ac.nz/ml/weka/)
47+
48+
Minor changes:
49+
50+
- Module standardmodels has been renamed as latent-variable-models
51+
52+
**Release Date**: 01/06/2016
53+
**Further Information**: [Project Web Page](https://amidst.github.io/toolbox/), [JavaDoc](http://amidst.github.io/toolbox/javadoc/0.4.3/index.html)
54+
55+
v0.4.2
56+
==============
57+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
58+
59+
Added functionalities:
60+
61+
- A wide range of latent variable models coded in the toolbox as a proof-of-concept of the flexibility of our toolbox.
62+
63+
![Latent Variable Models](http://amidst.github.io/toolbox/docs/web/figs/amidstModels-crop.png)
64+
65+
**Release Date**: 02/05/2016
66+
**Further Information**: [Project Web Page](https://amidst.github.io/toolbox/), [JavaDoc](http://amidst.github.io/toolbox/javadoc/0.4.2/index.html)
67+
68+
69+
v0.4.1
70+
==============
71+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
72+
73+
Added Functionalities:
74+
- Support for multi-core parallel Bayesian learning using Java streams.
75+
76+
**Release Date**: 31/12/2015
77+
**Further Information**: [Deliverable 4.4](https://amidst.github.io/toolbox/docs/deliverables/D4.3.pdf), [JavaDoc](http://amidst.github.io/toolbox/javadoc/0.4.1/index.html)
78+
79+
80+
v0.4
81+
==============
82+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
83+
84+
Added Functionalities:
85+
- Support for approximate inference in dynamic Bayesian networks through the Factored Frontier algorithm.
86+
- Support for MAP and MPE inference in static Bayesian networks.
87+
- Link with [MOA software](http://moa.cs.waikato.ac.nz)
88+
89+
**Release Date**: 30/11/2015
90+
**Further Information**: [Deliverable 3.3](https://amidst.github.io/toolbox/docs/deliverables/D3.3.pdf)
91+
92+
93+
94+
v0.3
95+
==============
96+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning with probabilistic graphical models from local and distributed (streaming) data.
97+
98+
Added Functionalities:
99+
- Support for Bayesian parameter learning in both static and dynamic Bayesian networks.
100+
- Support for scalable Importance sampling for performing probabilistic queries.
101+
- Link to [Hugin](http://www.hugin.com)
102+
103+
104+
**Release Date**: 31/06/2015
105+
**Further Information**: [Deliverable 3.2](https://amidst.github.io/toolbox/docs/deliverables/D3.2.pdf)
106+
107+
108+
v0.2
109+
==============
110+
This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning of both static and dynamic Bayesian networks from streaming data.
111+
112+
Added Functionalities:
113+
- Support for representing dynamic Bayesian networks.
114+
- Support for loading data sets with dynamic data instances.
115+
116+
**Release Date**: 31/03/2015
117+
**Further Information**: [Deliverable 2.3](https://amidst.github.io/toolbox/docs/deliverables/D2.3.pdf)
118+
119+
v0.1
120+
==============
121+
This is first release of the toolbox. This toolbox aims to offers a collection of scalable and parallel algorithms for inference and learning of both static and dynamic Bayesian networks from streaming data.
122+
123+
Functionalities:
124+
125+
- Support for representing static Bayesian networks.
126+
- Support for loading streaming data sets.
127+
128+
**Release Date**: 31/12/2014
129+
**Further Information**: [Deliverable 4.1](https://amidst.github.io/toolbox/docs/deliverables/D4.1.pdf)

0 commit comments

Comments
 (0)