Skip to content

Commit

Permalink
Merge pull request #63 from saezlab/dev
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
dbdimitrov authored Sep 30, 2023
2 parents 30945e2 + 19f9ac8 commit ea92aea
Show file tree
Hide file tree
Showing 4 changed files with 1,213 additions and 1,297 deletions.
4 changes: 4 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release notes
=============

1.0.0 Stable Release (30.09.2023)

- Bumped CORNETO version and it's now installed via PyPI.

1.0.0a2 (19.09.2023)

- Interactions names in `tileplot` and `dotplot` will now be sorted according to `orderby` when used; related to #55
Expand Down
3 changes: 1 addition & 2 deletions liana/tests/test_causalnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ def test_caulsalnet():
output_scores,
node_weights=node_weights,
verbose=False,
show_solver_output=False,
solver='scipy'
show_solver_output=False
)

assert problem.weights == [1.0, 0.01, 1.0]
Expand Down
Loading

0 comments on commit ea92aea

Please sign in to comment.