v0.2.0
v0.2.0 (2023-12-13)
Build
-
build: use BINDER_REQUEST instead of JUPYTERHUB_BASE_URL to determine whether env is in Binder (
de5317c
) -
build(binder): try local pan3d install (
29e6af3
) -
build: remove apt.txt (
3fa4217
) -
build: move binder configuration to .binder, use postBuild script instead of start (
efcfd2e
) -
build: try without xvfb, use vtk-osmesa (
caead90
) -
build: remove vtk-osmesa installation, use xvfb (
1b9c1b8
) -
build: remove which Xvfb command
Co-authored-by: Zach Mullen <[email protected]> (99da410
)
-
build: add binder start script from pyvista docs (
ab51a64
) -
build: add xvfb to system requirements (
e79653e
) -
build: reformat requirements.txt (
00a075f
) -
build: move configuration files to top-level binder folder (
52f2dfe
) -
build: try binder build without Dockerfile (
299eb6b
) -
build: add more dependencies to Dockerfile (
af1ccb5
) -
build: switch user back to NB_USER after installation (
da0a89d
) -
build: update Dockerfile in examples/jupyter (
5167759
)
Documentation
- docs: add comment to
.binder/requirements.txt
(7cff7b0
)
Feature
- feat: set rendering mode to client in known cloud jupyter environments (
10dd413
)
Fix
-
fix: remove defaults on computed attribute values (
05b0e44
) -
fix: prevent
auto_select_coordinates
from overwritingset_data_array_axis_names
results (8de4f4a
) -
fix: convert more directive attributes to tuple syntax (
035e229
) -
fix: cast keys and values in
da_vars_attrs
to strings (a2c1c4b
) -
fix: cast objects to strings in template code (
0ff5e0b
) -
fix: stringify axes list for VSelect component (
615eaed
)
Style
- style: apply changes from black (
d80f10e
)
Unknown
- Merge pull request #46 from Kitware/binder-test
More binder configuration improvements (f119ffb
)
-
ui: collapse pyvista plotter toolbar by default; avoid looking cramped in notebook output (
e8a6ea2
) -
launch: allow --debug argument passed through to server (
7cf2282
) -
debug: Add print statement for select component (
5e8c309
) -
Merge pull request #45 from Kitware/binder-dockerfile
Binder configuration (d8cad54
)