Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoLee-Roger committed Oct 21, 2024
1 parent 52e03e5 commit 625c6b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ For local installation, clone the repository from GitHub and then install it usi
```shell
git clone https://github.com/JintaoLee-Roger/cigvis.git
# Minimal installation
pip install -e . --config-settings editable_mode=strict
pip install -e . --config-settings editable_mode=compat

# include plotly
pip install -e ".[plotly]" --config-settings editable_mode=strict
pip install -e ".[plotly]" --config-settings editable_mode=compat

# include viser
pip install -e ".[viser]" --config-settings editable_mode=strict
pip install -e ".[viser]" --config-settings editable_mode=compat

# install all dependencies
pip install -e ".[all]" --config-settings editable_mode=strict
pip install -e ".[all]" --config-settings editable_mode=compat
```

## Core Features
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


### v0.1.3

- add `parula` and `batlow` colormap
- higher resolution colorbar
- fix a bug when the alpha is not 1
- support to print states in viser
- gui support high dpi scaling

### v0.1.2

- added `blue_white_purple` colormap
Expand Down
8 changes: 4 additions & 4 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ For local installation, clone the repository from GitHub and then install it usi
git clone https://github.com/JintaoLee-Roger/cigvis.git
# Minimal installation
pip install -e . --config-settings editable_mode=strict
pip install -e . --config-settings editable_mode=compat
# include plotly
pip install -e ".[plotly]" --config-settings editable_mode=strict
pip install -e ".[plotly]" --config-settings editable_mode=compat
# include viser
pip install -e ".[viser]" --config-settings editable_mode=strict
pip install -e ".[viser]" --config-settings editable_mode=compat
# install all dependencies
pip install -e ".[all]" --config-settings editable_mode=strict
pip install -e ".[all]" --config-settings editable_mode=compat
Expand Down

0 comments on commit 625c6b3

Please sign in to comment.