Skip to content

Commit

Permalink
chore: prepare public release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Apr 14, 2023
1 parent d863aa1 commit 97c0708
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shu"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
## What?

Documentation: https://biosustain.github.io/shu/docs/
Web deployment: https://biosustain.github.io/shu

App to plot multidimensional data to a metabolic map. Metabolic maps are graphs with metabolites
as nodes and reactions as edges.

## Why?

[Escher](https://escher.github.io/#/) is great. In fact, the default look of the map and the format
of the map are exactly the same as escher's. However, escher only allows for plotting 2 (+2 with tooltips)
[Escher](https://escher.github.io/#/) is great. In fact, the format
of the map is exactly the same as escher's. However, escher only allows for plotting 2 (+2 with tooltips)
kinds of data: reaction data and metabolite data. **Shu** attempts to provide ways of plotting at least
6:

Expand Down
3 changes: 1 addition & 2 deletions src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ fn ui_settings(

ui.add(egui::Hyperlink::from_label_and_url(
"How to use?",
// "https://shu.readthedocs.io",
"https://carrascomj.github.io/shu/docs/plotting.html",
"https://biosustain.github.io/shu/docs/plotting.html",
));
});
}
Expand Down

0 comments on commit 97c0708

Please sign in to comment.