-
Notifications
You must be signed in to change notification settings - Fork 150
Nexus: Installable as a Python package #5742
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
Merged
+768
−573
Merged
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
64819ce
WIP Nexus Packaging and README Update
brockdyer03 c1757f1
Add build system and project urls to `pyproject.toml`
brockdyer03 816dc39
Attempt first build of nexus
brockdyer03 3e4e879
Test versioning restraints to improve resolution time
brockdyer03 84eddbe
Begin specific versioning to improve resolving times for installation…
brockdyer03 2ab6e08
Add specific versioning to try and improve package resolution times
brockdyer03 142aba4
Remove `.python-version` from Nexus, and add to `.gitignore`
brockdyer03 025bbe6
Add install instructions to `README.md` that reflect all available op…
brockdyer03 8acdfb3
Merge branch 'develop' into nexus_package
brockdyer03 2d23392
Small reformat to `README.md`
brockdyer03 546aed2
Merge branch 'develop' into nexus_package
brockdyer03 3758e8e
Nexus: Rework docs for installation, update Nexus version to 2.2.0
brockdyer03 fb3b7cc
Merge branch 'nexus_package' of github.com:brockdyer03/qmcpack into n…
brockdyer03 8c75414
Nexus: Put all optional dependencies into the same group, and update …
brockdyer03 8e8dd5d
Nexus: Tentative final docs work, updating of `requirements.txt`, and…
brockdyer03 abc2002
Merge branch 'develop' into nexus_package
brockdyer03 ba7607e
Nexus: Restrict versioning for `pytest` in developer dependencies
brockdyer03 4248a3a
Add `.coverage`, `uv.lock`, and `.venv` to `.gitignore`
brockdyer03 1960d14
Merge branch 'QMCPACK:develop' into nexus_package
brockdyer03 76741c4
Merge branch 'QMCPACK:develop' into nexus_package
brockdyer03 79449f8
Merge branch 'develop' into nexus_package
brockdyer03 d521455
Merge branch 'develop' into nexus_package
brockdyer03 380f008
Merge branch 'develop' into nexus_package
brockdyer03 a7e4349
Merge branch 'develop' into nexus_package
brockdyer03 3f5665f
Merge branch 'develop' into nexus_package
brockdyer03 0e11938
Update installation instructions
prckent db33ff1
Clean gitignore
prckent 6d2c986
Improve text
prckent 7844afa
Nexus: Remove unnecessary promise of bin packaging since we all know …
brockdyer03 672a0ad
Nexus: Add back in actual current status of bin packaging
brockdyer03 eda0746
Nexus: Use rephrased version of script note
brockdyer03 2751421
Put recommend routes first
prckent afc892e
Update installation.rst
jtkrogel 74573d9
Merge branch 'develop' into nexus_package
prckent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,9 @@ | ||
| *.pyc | ||
| *.aux | ||
| .python-version | ||
| .coverage | ||
| uv.lock | ||
| .venv | ||
| .DS_Store | ||
| /build_*/ | ||
| nexus/nexus/tests/*output | ||
|
|
||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.