Skip to content

Commit 239cafb

Browse files
authored
Update template (#1703)
1 parent e66bce3 commit 239cafb

5 files changed

Lines changed: 10 additions & 24 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,7 @@ on:
33
issue_comment:
44
types:
55
- "created"
6-
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
10-
permissions:
11-
actions: "read"
12-
checks: "read"
13-
contents: "write"
14-
deployments: "read"
15-
issues: "read"
16-
discussions: "read"
17-
packages: "read"
18-
pages: "read"
19-
pull-requests: "read"
20-
repository-projects: "read"
21-
security-events: "read"
22-
statuses: "read"
6+
workflow_dispatch: ~
237
jobs:
248
TagBot:
259
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
@@ -28,4 +12,5 @@ jobs:
2812
- uses: "JuliaRegistries/TagBot@v1"
2913
with:
3014
token: "${{ secrets.GITHUB_TOKEN }}"
15+
registry: "ITensor/ITensorRegistry"
3116
ssh: "${{ secrets.DOCUMENTER_KEY }}"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Manifest.toml
88
*.cov
99
benchmark/mult
1010
benchmark/*.json
11+
dev/
1112
docs/Manifest.toml
1213
docs/build/
1314
docs/src/index.md
1415
NDTensors/Manifest.toml
16+
NDTensors/dev/
1517
NDTensors/test/Manifest.toml
1618
precompile/tmp
1719
test/data.h5

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ci:
22
skip:
3-
- "runic"
3+
- "itensor-formatter"
44
repos:
55
- repo: "https://github.com/pre-commit/pre-commit-hooks"
66
rev: "v6.0.0"
@@ -11,8 +11,7 @@ repos:
1111
- id: "end-of-file-fixer"
1212
exclude_types:
1313
- "markdown"
14-
exclude: ".*references/.*\\.txt$"
15-
- repo: "https://github.com/fredrikekre/runic-pre-commit"
16-
rev: "v2.0.1"
14+
- repo: "https://github.com/ITensor/ITensorFormatter.jl"
15+
rev: "v0.2.19"
1716
hooks:
18-
- id: "runic"
17+
- id: "itensor-formatter"

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.20"
3+
version = "0.9.21"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
55

66
[deps]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tensor network algorithms.
99

1010
|**Version**|**Download Statistics**|**Style Guide**|**License**|
1111
|:---------:|:---------------------:|:-------------:|:---------:|
12-
|[![version](https://juliahub.com/docs/ITensors/version.svg)](https://juliahub.com/ui/Packages/ITensors/P3pqL)|[![ITensor Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/ITensors)|[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)|[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/ITensor/ITensors.jl/blob/main/LICENSE)|
12+
|[![version](https://juliahub.com/docs/ITensors/version.svg)](https://juliahub.com/ui/Packages/ITensors/P3pqL)|[![ITensor Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/ITensors)|[![Code Style](https://img.shields.io/badge/code_style-ITensor-purple)](https://github.com/ITensor/ITensorFormatter.jl)|[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/ITensor/ITensors.jl/blob/main/LICENSE)|
1313

1414
The source code for ITensors.jl can be found [on Github](https://github.com/ITensor/ITensors.jl).
1515

0 commit comments

Comments
 (0)