Skip to content

Commit b2b3450

Browse files
committed
[WIP] Rewrite based on NamedDimsArrays
1 parent d8e3658 commit b2b3450

File tree

844 files changed

+335
-71507
lines changed

Some content is hidden

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

844 files changed

+335
-71507
lines changed

.JuliaFormatter.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# See https://domluna.github.io/JuliaFormatter.jl/stable/ for a list of options
12
style = "blue"
23
indent = 2

.github/ISSUE_TEMPLATE/02_NDTensors_bug_report.md

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

.github/ISSUE_TEMPLATE/02_NDTensors_feature_request.md

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

.github/ISSUE_TEMPLATE/01_ITensors_bug_report.md renamed to .github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: ITensors.jl bug report
33
about: Create a bug report to help us improve ITensors.jl
4-
title: "[ITensors] [BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE"
5-
labels: ["ITensors", "bug"]
4+
title: "[BUG] YOUR SHORT DESCRIPTION OF THE BUG HERE"
5+
labels: ["bug"]
66
assignees: ''
77

88
---
@@ -22,6 +22,7 @@ If you are unable to construct a minimal code that demonstrates the bug or unexp
2222
```julia
2323
[YOUR MINIMAL RUNNABLE CODE HERE]
2424
```
25+
2526
</p></details>
2627

2728

@@ -43,6 +44,7 @@ If you provided a minimal code that demonstrates the bug or unexpected behavior,
4344
```julia
4445
[OUTPUT OF YOUR MINIMAL RUNNABLE CODE HERE]
4546
```
47+
4648
</p></details>
4749

4850

.github/ISSUE_TEMPLATE/01_ITensors_feature_request.md renamed to .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: ITensors.jl feature request
33
about: Suggest an idea for ITensors.jl
4-
title: "[ITensors] [ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE"
5-
labels: ["ITensors", "enhancement"]
4+
title: "[ENHANCEMENT] YOUR SHORT DESCRIPTION OF THE FEATURE REQUEST HERE"
5+
labels: ["enhancement"]
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/generate_issue_templates/PACKAGE_bug_report.md

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

.github/ISSUE_TEMPLATE/generate_issue_templates/PACKAGE_feature_request.md

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

.github/ISSUE_TEMPLATE/generate_issue_templates/generate_issue_templates.jl

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ If practical and applicable, please include a minimal demonstration of the previ
1111
```julia
1212
[YOUR MINIMAL DEMONSTRATION OF PREVIOUS BEHAVIOR]
1313
```
14+
1415
</p></details>
1516

1617
<details><summary>Minimal demonstration of new behavior</summary><p>
1718

1819
```julia
1920
[YOUR MINIMAL DEMONSTRATION OF NEW BEHAVIOR]
2021
```
22+
2123
</p></details>
2224

2325
# How Has This Been Tested?

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "NDTensors"])'
16+
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)