Skip to content

Commit 4df050d

Browse files
committed
Apply update_template patch
1 parent d5799b0 commit 4df050d

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

.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/ITensorNetworks`) 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/ITensorNetworks`) 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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
*.jl.*.cov
2-
*.jl.cov
3-
*.jl.mem
1+
*.cov
2+
*.mem
43
*.o
54
*.swp
65
.DS_Store
76
.benchmarkci
87
.tmp
98
.vscode/
10-
Manifest.toml
9+
LocalPreferences.toml
10+
Manifest*.toml
1111
benchmark/*.json
1212
dev/
13-
docs/LocalPreferences.toml
14-
docs/Manifest.toml
1513
docs/build/
1614
docs/src/index.md
17-
examples/LocalPreferences.toml
18-
test/LocalPreferences.toml

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3-
version = "0.15.16"
3+
version = "0.15.17"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)