Skip to content

Releases: felixleopoldo/benchpress

v2.10.0

29 Nov 03:51
be1a3a9
Compare
Choose a tag to compare

New capabilities to handle missing data problems

  • Sample data through mvpc_gen_data module
  • Causal discovery using the mvpc module

v2.9.0

24 Nov 03:50
579a37d
Compare
Choose a tag to compare

Three major new features:

  • The ability to incorporate background knowledge in terms of edge Constraints.
  • The ability to specify multiple benchmark setups in the same config file.
  • A new module gcastle_dag, for generating DAGs using the gCastle package

v2.8.0

27 Jun 03:17
Compare
Choose a tag to compare
  • This version introduces the new graph_estimation module which will replace the graph_plots module. It enables conversions to other graph types and the possibility to specify which features.

v2.7.1

22 Jan 10:38
Compare
Choose a tag to compare
  • New algorithm modules from the huge package for estimating Gaussian graphical models: huge_glasso, huge_mb, and huge_tiger.
  • Updated trilearn to version 2.0.5
  • Updated docs

v2.6.1

04 Dec 14:29
3754a47
Compare
Choose a tag to compare
  • Mainly bug fixes, e.g. in the trilearn_pgibbs module

v2.6.0

16 Nov 10:48
94e64d2
Compare
Choose a tag to compare
  • Added the GrUES algorithm (Alex Markham).
  • Changed all occurrences of replicate to seed in the code. This will unfortunately trigger a rerun of existing jobs as the scripts are changed.
  • Added F1 score based on the pattern graph (v-structure kept while the other edges are undirected) of a DAG.

v2.5.0

26 Oct 14:13
5a43979
Compare
Choose a tag to compare
  • Added the feature of taking the output of one algorithm as input for another
  • Added the chordal graph MCMC learners module athomas_jtsamplers
  • Fixed bugs

v2.3.0

19 Sep 09:16
9239ab5
Compare
Choose a tag to compare
  • Updated causal-cmd to version 1.10.0.
  • Added the BOSS algorithm.

v2.2.0

08 Sep 08:18
03ffe34
Compare
Choose a tag to compare
  • Bechpress is now working through Docker on Apple MX chips.
  • Several packages have been updated and the versions are stated explicitly in the Dockerfiles.

v2.1.0

03 Aug 20:28
51f19e4
Compare
Choose a tag to compare
* Using shell scripts for tetrad_ (causal-cmd) algorithms.

* Updating docs.

* Skipping hidden files (starting with .) when iterating over modules.

* Adding GRaSP from causal-learn.

* Adapting fges to causal-cmd 1.9.0

* Adding Tetrad GRaSP.

* Fixed bug for checking if CPDAG in the benchmarks module.

* Using Tetrad (causal-cmd) algorithms use version 1.9.0.

* Removing some algs in tetrad.json from the comparison.