Skip to content

Commit 1dd3816

Browse files
committed
Merge branch 'main' into fromvumps
2 parents 2609413 + 96c2b51 commit 1dd3816

File tree

659 files changed

+965
-41270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

659 files changed

+965
-41270
lines changed

.github/workflows/Downstream.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
package:
1818
- {user: ITensor, repo: ITensorGaussianMPS.jl}
1919
- {user: ITensor, repo: ITensorMPS.jl}
20-
- {user: ITensor, repo: ITensorTDVP.jl}
2120
- {user: ITensor, repo: ITensorUnicodePlots.jl}
2221
- {user: ITensor, repo: ITensorVisualizationBase.jl}
2322

.github/workflows/FormatCheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Format Check"
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
tags: '*'
8+
pull_request:
9+
10+
jobs:
11+
format-check:
12+
name: "Format Check"
13+
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@main"

.github/workflows/comment_trigger_example.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/format_check.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/format_pr.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/format_suggestions.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/test_itensormps_ubuntu.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ benchmark/mult
1010
benchmark/*.json
1111
docs/Manifest.toml
1212
docs/build/
13+
docs/src/index.md
1314
NDTensors/Manifest.toml
1415
NDTensors/test/Manifest.toml
1516
precompile/tmp

.pre-commit-config.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
ci:
2+
skip: [julia-formatter]
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
6+
rev: v5.0.0
47
hooks:
58
- id: check-merge-conflict
69
- id: check-toml
@@ -10,7 +13,8 @@ repos:
1013
exclude_types: [markdown] # incompatible with Literate.jl
1114
- id: trailing-whitespace
1215
exclude: '.*references/.*\.txt$' # do not check reference TN images
13-
- repo: https://github.com/qiaojunfeng/pre-commit-julia-format
14-
rev: v0.2.0
16+
17+
- repo: "https://github.com/domluna/JuliaFormatter.jl"
18+
rev: v2.1.1
1519
hooks:
16-
- id: julia-format
20+
- id: "julia-formatter"

NDTensors/Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NDTensors"
22
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
33
authors = ["Matthew Fishman <[email protected]>"]
4-
version = "0.3.45"
4+
version = "0.4.8"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -19,7 +19,6 @@ InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
1919
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2020
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
2121
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
22-
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
2322
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2423
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
2524
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -29,6 +28,7 @@ Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
2928
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
3029
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
3130
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
31+
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
3232
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
3333

3434
[weakdeps]
@@ -67,29 +67,29 @@ Dictionaries = "0.4"
6767
EllipsisNotation = "1.8"
6868
FillArrays = "1"
6969
Folds = "0.2.8"
70-
Functors = "0.2, 0.3, 0.4"
71-
GPUArraysCore = "0.1"
70+
Functors = "0.2, 0.3, 0.4, 0.5"
71+
GPUArraysCore = "0.1, 0.2"
7272
HDF5 = "0.14, 0.15, 0.16, 0.17"
7373
HalfIntegers = "1"
7474
InlineStrings = "1"
75-
JLArrays = "0.1"
76-
LinearAlgebra = "<0.0.1, 1.6"
75+
JLArrays = "0.1, 0.2"
76+
LinearAlgebra = "<0.0.1, 1.10"
7777
MacroTools = "0.5"
7878
MappedArrays = "0.4"
7979
Metal = "1"
8080
Octavian = "0.3"
81-
PackageExtensionCompat = "1"
82-
Random = "<0.0.1, 1.6"
81+
Random = "<0.0.1, 1.10"
8382
SimpleTraits = "0.9.4"
84-
SparseArrays = "<0.0.1, 1.6"
83+
SparseArrays = "<0.0.1, 1.10"
8584
SplitApplyCombine = "1.2.2"
8685
StaticArrays = "0.12, 1.0"
8786
Strided = "2"
88-
StridedViews = "0.2.2, 0.3"
87+
StridedViews = "0.2.2, 0.3, 0.4"
8988
TBLIS = "0.2"
9089
TimerOutputs = "0.5.5"
9190
TupleTools = "1.2.0"
92-
VectorInterface = "0.4.2"
91+
TypeParameterAccessors = "0.3"
92+
VectorInterface = "0.4.2, 0.5"
9393
cuTENSOR = "2"
9494
julia = "1.10"
9595

0 commit comments

Comments
 (0)