Skip to content

Commit d817c27

Browse files
Update News
1 parent 3334b9a commit d817c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
* The bgm function with the "Stochastic-Block" prior can now also return the sampled allocations and block probabilities, and sample and return the number of blocks.
1212
* The underlying R and c++ functions received a massive update to improve their efficiency and maintainance.
1313
* Repository moved to the Bayesian Graphical Modelling Lab organization.
14+
* Included custom c++ implementations for exp and log on Windows.
1415

1516
## Bug fixes
1617

1718
* Fixed a bug in the bgmCompare function with selecting group differences of blume-capel parameters. Parameter differences that were not selected and should be fixed to zero were still updated.
1819
* Fixed a bug in the bgmCompare function with handling the samples of blume-capel parameters. Output was not properly stored.
1920
* Fixed a bug in the bgmCompare function with handling threshold estimation when missing categories and main_model = "Free". The sufficient statistics and number of categories were not computed correctly.
21+
* Partially fixed a bug in which the bgms package is slower on Windows than on Linux or MacOS. This is because the computation of exp and log using the gcc compiler for Windows is really slow. With a custom c++ implementation, the speed is now closer to the speed achieved on Linux and MacOS.
2022

2123
# bgms 0.1.4.2
2224

0 commit comments

Comments
 (0)