Skip to content

Commit

Permalink
update version number to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Jun 14, 2022
1 parent 850efc7 commit 35f2a23
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 12 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Formatting with black can be done this way:
## Developer Installation

1. `git clone --recurse https://github.com/kolibril13/jupyter-splitview`
(Note: In case that the repo was already cloned e.g. with the GitHub Desktop client, the GitHub submodule has to be loaded via `git submodule update --init --recursive` )
(Note: In case that the repo was already cloned e.g. with the GitHub Desktop client, the GitHub submodule has to be loaded via `git submodule update --init --recursive`)
2. `poetry install`

## Changelog
Expand All @@ -86,11 +86,15 @@ my_splity = Splity(left_layer=img1, right_layer=img2)
display(my_splity)
```

## 0.0.5 (Work in Progress)
## 0.0.6 (Work in Progress)

* Ship the javascript directly with the package, so no internet connection is required
* Make this work also in VSCode notebooks, [see this issue](https://github.com/NUKnightLab/juxtapose/issues/178).
* Maybe change backend to https://github.com/onion2k/split-view ?

## 0.0.5

* Ship the javascript directly with the package, so no internet connection is required
* use jinja2 to save HTML in seperate file
* load stylesheet and javascript only once in the beginning, and not in every cell that contains the splitview widget.

## 0.0.4

Expand Down
48 changes: 41 additions & 7 deletions example_notebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter-splitview"
version = "0.0.4"
version = "0.0.5"
description = "Making before/after image sliders in JupyterLab"
authors = ["kolibril13 <44469195+kolibril13@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 35f2a23

Please sign in to comment.