Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyvista #463

Merged
merged 67 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
d4c0fa7
Region
samjrholt Aug 28, 2023
aa887cd
Mesh
samjrholt Aug 28, 2023
6745601
field
samjrholt Aug 29, 2023
170f4e7
contour
samjrholt Aug 29, 2023
e8f5bf6
clean up
samjrholt Aug 30, 2023
113b49e
pyvista
samjrholt Sep 14, 2023
26f45b0
Merge branch 'master' into pyvista
samjrholt Oct 24, 2023
7f9379c
plotting valid
samjrholt Oct 24, 2023
bc7cf05
remove legend background
samjrholt Oct 24, 2023
b2f676b
streamlines
samjrholt Oct 24, 2023
e030697
scalar and plot to plotter
samjrholt Oct 25, 2023
b3f330a
update mesh
samjrholt Oct 30, 2023
aacf349
clean up field
samjrholt Oct 30, 2023
9ddac01
plotter
samjrholt Oct 30, 2023
4b4a3cc
glyphs
samjrholt Oct 30, 2023
1a69960
streamlines
samjrholt Oct 30, 2023
3b10e07
contour kwargs
samjrholt Oct 30, 2023
a3be03e
save_screenshot
samjrholt Oct 30, 2023
af2c9ad
save multiple file types
samjrholt Oct 30, 2023
61a7535
Cut scalars
samjrholt Oct 31, 2023
b77ed51
add valid plotting
samjrholt Oct 31, 2023
a9668f9
Update pyproject.toml
samjrholt Oct 31, 2023
c755ce2
vtk read
samjrholt Oct 31, 2023
3abb81a
remove docstring test
samjrholt Oct 31, 2023
aeba6ba
Doc strings
samjrholt Nov 6, 2023
18db167
doc strings
samjrholt Nov 6, 2023
1a311e6
Default vector scale
samjrholt Nov 6, 2023
e26267c
color_field
samjrholt Nov 8, 2023
3c20cbf
color_field
samjrholt Nov 8, 2023
f58271d
reorder docstrings
samjrholt Nov 9, 2023
0de8072
move filesaving to util
samjrholt Nov 9, 2023
1f03db8
test file saving
samjrholt Nov 9, 2023
5a82bef
pyvista region tests
samjrholt Nov 9, 2023
ad955a7
pyvista mesh tests
samjrholt Nov 9, 2023
1cb446d
pytests field pyvista
samjrholt Nov 9, 2023
58c65b5
pyvista tests field
samjrholt Nov 9, 2023
8e91500
Merge branch 'master' into pyvista
samjrholt Nov 9, 2023
9005e51
add doctests
samjrholt Nov 9, 2023
e317259
move set offscreen
samjrholt Nov 9, 2023
49357d1
add xvfb
samjrholt Nov 9, 2023
bf62687
run xvfb
samjrholt Nov 9, 2023
9575e67
use pyvista action
samjrholt Nov 9, 2023
71747ed
version 2 pyvista headless
samjrholt Nov 9, 2023
3acf212
Update workflow to just python 3.11
samjrholt Nov 9, 2023
8d64077
Update pyvista docs
samjrholt Nov 9, 2023
b1b8291
debug progress bar
samjrholt Nov 9, 2023
1dcdd7b
Revert "Update workflow to just python 3.11"
samjrholt Nov 9, 2023
031a26e
re-combine streamline test
samjrholt Nov 9, 2023
3826a00
skip if not linux
samjrholt Nov 9, 2023
5a642b6
Only run streamlines on linux
samjrholt Nov 9, 2023
3a322f0
Remove call
samjrholt Nov 10, 2023
b29a778
see-also docstring
samjrholt Nov 10, 2023
0828b71
plotter typo
samjrholt Nov 21, 2023
307d8ca
Typo
samjrholt Jan 15, 2024
9527770
Typo and copy
samjrholt Jan 15, 2024
82613d0
Cell control and copy
samjrholt Jan 15, 2024
7df4560
Copy and default colour
samjrholt Jan 15, 2024
0307978
Add pyvista docs
samjrholt Jan 15, 2024
4f39fb7
Update discretisedfield/io/vtk.py
samjrholt Jan 15, 2024
20fe986
Docstring
samjrholt Jan 15, 2024
0849563
pyvista file saving
samjrholt Jan 15, 2024
9decaae
Extra backticks
samjrholt Jan 15, 2024
cd8e2f0
Remove superfluous error
samjrholt Jan 15, 2024
cdd9711
Add comment on bug
samjrholt Jan 15, 2024
2756e0a
Merge branch 'pyvista' of github.com:ubermag/discretisedfield into py…
samjrholt Jan 15, 2024
26921ee
remove typo
samjrholt Jan 15, 2024
81aed6f
remove copy
samjrholt Jan 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Initialisation
uses: actions/checkout@v4

- name: Setup headless display
uses: pyvista/setup-headless-display-action@v2

- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
Loading
Loading