Skip to content

Commit ffa4027

Browse files
committed
Minor version bump
1 parent a4f8f73 commit ffa4027

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Current supported interactions:
1818
* Drag an axis handle to rotate it
1919
* Option/alt + click an axis handle to flip its orientation
2020
* Right-click + mouse drag for trackball rotation of the current 3D projection
21+
* Scroll to zoom (FOV in perspective mode, scale in orthographic mode)
2122
* Shift + mouse drag to lasso-select points
2223

2324
This library was originally based on the [Grand Tour](https://doi.org/10.1137/0906011) implementation in Li et al., 2020. [Visualizing Neural Networks with the Grand Tour](https://doi.org/10.23915/distill.00025). Our original implementation was [eigen-tour](https://github.com/abdenlab/eigen-tour).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grandscatter/core",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"exports": {
66
".": {

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "grandscatter"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
description = "Interactive multidimensional scatterplot Jupyter widget"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)