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

[ITensorGLMakie] Update to GLMakie v0.9 #1402

Merged
merged 4 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
95 changes: 0 additions & 95 deletions .github/workflows/comment_trigger_test_itensorglmakie.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Run ITensorGLMakie tests on push to main
name: Run ITensorGLMakie tests (Ubuntu)

on:
push:
branches:
- main
tags: '*'
pull_request:

jobs:
test:
Expand All @@ -22,6 +24,9 @@ jobs:
- '1'
arch:
- x64
exclude:
# MacOS not available on x86
- {os: 'macOS-latest', arch: 'x86'}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand All @@ -41,4 +46,4 @@ jobs:
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: Install Julia dependencies and run tests
run: |
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorVisualizationBase"); Pkg.develop(path="./ITensorMakie"); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'
JULIA_REFERENCETESTS_UPDATE=true DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --depwarn=yes -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.develop(path="./ITensorVisualizationBase"); Pkg.develop(path="./ITensorMakie"); Pkg.develop(path="./ITensorGLMakie"); Pkg.test("ITensorGLMakie")'
4 changes: 2 additions & 2 deletions ITensorGLMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "ITensorGLMakie"
uuid = "3f718f31-6db8-4f43-a433-67cb5c73363e"
authors = ["Matthew Fishman <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
ITensorMakie = "72ca75eb-df6f-4d6b-80c5-d5eab17be3f9"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
GLMakie = "0.7, 0.8"
GLMakie = "0.9"
ITensorMakie = "0.1.2"
Reexport = "1.2.2"
julia = "1.6"
Binary file modified ITensorGLMakie/test/references/R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ITensorGLMakie/test/references/R1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ITensorGLMakie/test/references/R2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ITensorGLMakie/test/references/T.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ITensorGLMakie/test/references/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading