Skip to content

Commit

Permalink
Merge pull request #98 from saezlab/dev
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
dbdimitrov authored Apr 12, 2024
2 parents 11f7ff4 + 9c31e6b commit 1bd703b
Show file tree
Hide file tree
Showing 47 changed files with 13,331 additions and 3,320 deletions.
7 changes: 7 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 1.1.0
commit = True
tag = True
files = pyproject.toml liana/__init__.py
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
3 changes: 1 addition & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ Local bivariate metrics
.. autosummary::
:toctree: api

liana.method.bivar.__call__
liana.method.lr_bivar.__call__
liana.method.bivariate.__call__


Learn Spatial Relationships
Expand Down
29 changes: 12 additions & 17 deletions docs/source/notebooks/basic_usage.ipynb

Large diffs are not rendered by default.

718 changes: 334 additions & 384 deletions docs/source/notebooks/bivariate.ipynb

Large diffs are not rendered by default.

396 changes: 178 additions & 218 deletions docs/source/notebooks/liana_c2c.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1bd703b

Please sign in to comment.