Releases: Kitware/pan3d
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 <zach.mullen@kitware.com> (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
)
v0.1.2
v0.1.2 (2023-12-05)
Build
- build: remove setuptools-scm, use version in setup.py (
5da2edf
)
Ci
-
ci: add
contents:write
to permissions in release job (a1b2a11
) -
ci: combine build, release, publish jobs into one release job with 3 steps (
43bfff8
) -
ci: rebuild before PyPI publish (
4ef460e
)
Fix
- fix(setup): Add setuptools_scm to pyproject.toml; use git tag for version in build step (
1cb09a4
)
Style
- style: prefer double-quotes (
9dcb236
)
Unknown
- Merge pull request #44 from Kitware/publish-permissions
Release job permissions (132ddb9
)
- Merge pull request #43 from Kitware/build-version
Fix build versioning (7429fb3
)
v0.1.1
v0.1.1 (2023-12-04)
Documentation
- docs(version): use dynamic version in pyproject.toml (
3a64c19
)
Fix
-
fix(requirements): add trame-jupyter-extension to requirements.txt (
52a38b4
) -
fix(setup): use Dockerfile to specify uninstall of default vtk before install of vtk-osmesa (
0577cf4
) -
fix(setup): add vtk-osmesa to examples requirements for binder (
6cfe167
)
Unknown
- Merge pull request #42 from Kitware/vtk-osmesa
Add vtk-osmesa
to requirements for binder (7fd6657
)
- Merge pull request #41 from Kitware/dynamic-version
Use dynamic version in pyproject.toml (8e2be28
)
v0.1.0
v0.1.0 (2023-11-27)
Build
- build(setup): add MANIFEST.in and include package data (
ab1bcea
)
Documentation
- docs(cli): Rename
dataset_path
arg todataset
(35fb509
)
Feature
- feat(examples): add notebook demonstrating use of
builder.mesh
with pyvista rendering (e7d6d74
)
Fix
-
fix(lint): run black (
9fd1b99
) -
fix(examples): update notebooks and add requirements.txt (
1469cb6
) -
fix(dataset_builder): update export_config and mesh_changed functions (
340a55f
)
Test
-
test(export): re-export
example_config_xarray.json
(3c76898
) -
test(pre-commit): omit changelog from codespell (
b1e79f8
) -
test(export): remove time slicing to match exported config (
84bc6a3
)
Unknown
- Merge pull request #40 from Kitware/packaging
Examples & Packaging (762748e
)
v0.0.1
v0.0.1 (2023-11-17)
Ci
- ci(pyproject.toml): bump python requirement to 3.7 (
bffff73
)
Fix
-
fix(setup): specify packages list to override automatic packages discovery (
b6c3c73
) -
fix(pyproject.toml): escape backslash characters in version pattern (
8ab1963
) -
fix(release): add a job to build dist folder (
f3c1e1d
) -
fix(pyproject.toml): semantic-release v8 does not support setup.cfg (
67c121b
) -
fix(changelog): change misspelled word (
bc772a0
)
Refactor
- refactor(setup): delete setup.cfg (
a59ef67
)
Unknown
- Merge pull request #39 from Kitware/fix-release-job
Fix release job (b082319
)