Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1-dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "Tooba Abbassi-Daloii and Yojana Gadiya"

# The full version, including alpha/beta/rc tags.
release = "1.3.0"
release = "1.3.1-dev"

# The short X.Y version.
parsed_version = re.match(
Expand Down
83 changes: 61 additions & 22 deletions examples/02_metabolite_to_graph.ipynb

Large diffs are not rendered by default.

248 changes: 80 additions & 168 deletions examples/03_dea_workflow.ipynb

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions examples/04_patent_extraction.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions examples/BDF_example_SHACL.svg

This file was deleted.

Loading