-
Notifications
You must be signed in to change notification settings - Fork 126
[NDTensors] [ITensors] Update tests to use Julia version 1.10 and 1.11 #1539
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f19f9ff
Update Jenkins to test 1.10 and 1.11
kmp5VT c47968c
Move tblis to extra because no tblis tests exist and its throwing an …
kmp5VT 53abec0
Move 1.6 tests to 1.10
kmp5VT 42d48a6
Bump Julia versions
kmp5VT 08de5ec
Skip broken BlockSparseArrays tests in Julia 1.11
mtfishman 6064e9d
Bump patch versions of NDTensors and ITensors
mtfishman 0516662
Revert changing NDTensors compat entry in ITensors
mtfishman a2e2b5b
Fix ITensorMPS tests using StableRNGs
mtfishman 97c42c4
Update Jenkins file
kmp5VT 21b19ce
Fix GradedAxes test
mtfishman 2f4a027
Update tests
kmp5VT 55d7813
Use 1.10 instead of LTS
kmp5VT b32cc2e
Update jenkins/Jenkinsfile
mtfishman 73d432f
Update jenkins/Jenkinsfile
mtfishman 154d87f
Try to update docker file
kmp5VT 0233c16
Dont force juliaup to be somewhere specifically
kmp5VT c71c0eb
Missing changes
kmp5VT ff0ca59
Seperate lines and use full path to juliaup. Also export the juila path
kmp5VT 62b8d73
Seperate run lines
kmp5VT 1f26d1b
Seperate lines and add Julia argument
kmp5VT f659b44
Update to jenkinsfile
kmp5VT 9a55d67
Install to /usr/local instead of root for promission reason
kmp5VT 145919e
Add command to make sure julia version is actually compiled on docker
kmp5VT 517bf19
Merge branch 'main' into kmp5/debug/update_test_1_11
mtfishman f7bca6a
[NDTensors] Bump to v0.3.45
mtfishman 63ca05f
Try to install juliaup in jenkins instead of docker
kmp5VT fd332dc
Remove julia and juliaup before going into jenkins
kmp5VT cb274bd
Revert Docker and Jenkins files.
kmp5VT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- '1.6' | ||
- 'lts' | ||
- '1' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- '1.6' | ||
- 'lts' | ||
- '1' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- '1.6' | ||
- 'lts' | ||
- '1' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "NDTensors" | ||
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" | ||
authors = ["Matthew Fishman <[email protected]>"] | ||
version = "0.3.44" | ||
version = "0.3.45" | ||
|
||
[deps] | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
|
@@ -91,7 +91,7 @@ TimerOutputs = "0.5.5" | |
TupleTools = "1.2.0" | ||
VectorInterface = "0.4.2" | ||
cuTENSOR = "2" | ||
julia = "1.6" | ||
julia = "1.10" | ||
|
||
[extras] | ||
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ITensors" | ||
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5" | ||
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"] | ||
version = "0.6.19" | ||
version = "0.6.20" | ||
|
||
[deps] | ||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
|
@@ -73,7 +73,7 @@ TupleTools = "1.2" | |
VectorInterface = "0.4" | ||
Zeros = "0.3.0" | ||
ZygoteRules = "0.2.2" | ||
julia = "1.6" | ||
julia = "1.10" | ||
|
||
[extras] | ||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.