Skip to content

Releases: tmichoel/BioFindr.jl

v1.0.4

08 Jun 19:15
Compare
Choose a tag to compare

BioFindr v1.0.4

Diff since v1.0.3

  • add option to perform causal inference for a subset of regulators without having to modify the input data

v1.0.3

27 Apr 07:48
Compare
Choose a tag to compare

BioFindr v1.0.3

Diff since v1.0.2

added dagfindr! to exported functions

v1.0.2

26 Apr 11:29
Compare
Choose a tag to compare

BioFindr v1.0.2

Diff since v1.0.1

Added functions and documentation for DAG reconstruction

v1.0.1

26 Apr 09:32
Compare
Choose a tag to compare

BioFindr v1.0.1

Diff since v1.0.0

Merged pull requests:

  • CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for MetaGraphsNext at version 0.7, (keep existing compat) (#19) (@github-actions[bot])

Closed issues:

  • TagBot trigger issue (#17)

Renaming to BioFindr

06 Feb 08:50
Compare
Choose a tag to compare

The package and repository have been renamed from Findr.jl to BioFindr.jl to bring it inline with Julia package naming guidelines. See this issue for details.

Full Changelog: v0.2.0...v1.0.0

v0.2.0

05 Feb 10:28
Compare
Choose a tag to compare
  • Fixed bug in Test 3 (mediation test) where alternative hypothesis was selected instead of null.
  • Added new function to generate synthetic test data sampled from simple linear models.
  • Added unit tests for most functions.

Full Changelog: v0.1.0...v0.2.0

Initial release

18 Aug 13:27
Compare
Choose a tag to compare

Most of the functionality of the original findr software implemented. See the tutorials for usage examples and the docs for more details.