Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ITensorGLMakie] Move to separate repository #1421

Merged
merged 5 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/08_ITensorGLMakie_bug_report.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/08_ITensorGLMakie_feature_request.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ using FileUtils

template_package_name = "PACKAGE"

package_names = ["ITensors", "NDTensors", "ITensorGLMakie"]
package_names = ["ITensors", "NDTensors"]

package_ordering = Dict(["ITensors" => 1, "NDTensors" => 2, "ITensorGLMakie" => 3])
package_ordering = Dict(["ITensors" => 1, "NDTensors" => 2])

function bug_report_file(package_name::String)
return "$(package_name)_bug_report.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "ITensorGLMakie", "NDTensors"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "NDTensors"])'
49 changes: 0 additions & 49 deletions .github/workflows/test_itensorglmakie_ubuntu.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ benchmark/mult
benchmark/*.json
docs/Manifest.toml
docs/build/
ITensorGLMakie/Manifest.toml
ITensorGLMakie/test/Manifest.toml
NDTensors/Manifest.toml
NDTensors/test/Manifest.toml
precompile/tmp
Expand Down
2 changes: 0 additions & 2 deletions ITensorGLMakie/.JuliaFormatter.toml

This file was deleted.

201 changes: 0 additions & 201 deletions ITensorGLMakie/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions ITensorGLMakie/NEWS.md

This file was deleted.

Loading
Loading