Skip to content

Commit 7e43712

Browse files
authored
Update template (#1704)
1 parent 239cafb commit 7e43712

4 files changed

Lines changed: 10 additions & 18 deletions

File tree

.JuliaFormatter.toml

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please give a summary of the tests that you added to verify your changes.
3333

3434
# Checklist:
3535

36-
- [ ] My code follows the style guidelines of this project. Please run `using JuliaFormatter; format(".")` in the base directory of the repository (`~/.julia/dev/ITensors`) to format your code according to our style guidelines.
36+
- [ ] My code follows the style guidelines of this project. Please run the [ITensorFormatter](https://github.com/ITensor/ITensorFormatter.jl) in the base directory of the repository (`~/.julia/dev/ITensors`) to format your code according to our style guidelines.
3737
- [ ] I have performed a self-review of my own code.
3838
- [ ] I have commented my code, particularly in hard-to-understand areas.
3939
- [ ] I have added tests that verify the behavior of the changes I made.

.gitignore

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
Manifest.toml
2-
.tmp
3-
.DS_Store
4-
.benchmarkci
1+
*.cov
2+
*.mem
53
*.o
64
*.swp
7-
*.swo
8-
*.cov
9-
benchmark/mult
5+
.DS_Store
6+
.benchmarkci
7+
.tmp
8+
.vscode/
9+
LocalPreferences.toml
10+
Manifest*.toml
1011
benchmark/*.json
1112
dev/
12-
docs/Manifest.toml
1313
docs/build/
1414
docs/src/index.md
15-
NDTensors/Manifest.toml
16-
NDTensors/dev/
17-
NDTensors/test/Manifest.toml
18-
precompile/tmp
19-
test/data.h5
20-
.vscode/

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensors"
22
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
3-
version = "0.9.21"
3+
version = "0.9.22"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
55

66
[deps]

0 commit comments

Comments
 (0)