File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Package: exchanger
2
2
Type: Package
3
3
Title: Bayesian Entity Resolution with Exchangeable Random Partition Priors
4
- Version: 0.2 .0
5
- Date: 2020-12-17
4
+ Version: 0.3 .0
5
+ Date: 2023-01-25
6
6
Authors@R: c(
7
7
person(given = "Neil",
8
8
family = "Marchant",
Original file line number Diff line number Diff line change
1
+ # exchanger 0.3.0
2
+ * Fixes error in Gibbs update for entity attributes and links
3
+ * Uses improved scaling for "temperature" of distortion softmax distribution
4
+ * Adds support for point mass priors on the distortion probabilities
5
+ * Adds support for a gamma prior on the concentration parameter associated with
6
+ the distortion distribution
7
+ * Fixes bug in update for Pitman-Yor parameters
8
+
1
9
# exchanger 0.2.0
2
10
* First release after major refactoring
3
11
* Depend on ` comparator ` and ` clevr ` for distance functions and evaluation
You can’t perform that action at this time.
0 commit comments