Skip to content
Merged
Show file tree
Hide file tree
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 Jan 14, 2026
c1757f1
Add build system and project urls to `pyproject.toml`
brockdyer03 Jan 14, 2026
816dc39
Attempt first build of nexus
brockdyer03 Jan 14, 2026
3e4e879
Test versioning restraints to improve resolution time
brockdyer03 Jan 14, 2026
84eddbe
Begin specific versioning to improve resolving times for installation…
brockdyer03 Jan 15, 2026
2ab6e08
Add specific versioning to try and improve package resolution times
brockdyer03 Jan 15, 2026
142aba4
Remove `.python-version` from Nexus, and add to `.gitignore`
brockdyer03 Jan 15, 2026
025bbe6
Add install instructions to `README.md` that reflect all available op…
brockdyer03 Jan 15, 2026
8acdfb3
Merge branch 'develop' into nexus_package
brockdyer03 Jan 15, 2026
2d23392
Small reformat to `README.md`
brockdyer03 Jan 15, 2026
546aed2
Merge branch 'develop' into nexus_package
brockdyer03 Jan 16, 2026
3758e8e
Nexus: Rework docs for installation, update Nexus version to 2.2.0
brockdyer03 Jan 20, 2026
fb3b7cc
Merge branch 'nexus_package' of github.com:brockdyer03/qmcpack into n…
brockdyer03 Jan 20, 2026
8c75414
Nexus: Put all optional dependencies into the same group, and update …
brockdyer03 Jan 20, 2026
8e8dd5d
Nexus: Tentative final docs work, updating of `requirements.txt`, and…
brockdyer03 Jan 21, 2026
abc2002
Merge branch 'develop' into nexus_package
brockdyer03 Jan 21, 2026
ba7607e
Nexus: Restrict versioning for `pytest` in developer dependencies
brockdyer03 Jan 22, 2026
4248a3a
Add `.coverage`, `uv.lock`, and `.venv` to `.gitignore`
brockdyer03 Jan 22, 2026
1960d14
Merge branch 'QMCPACK:develop' into nexus_package
brockdyer03 Jan 28, 2026
76741c4
Merge branch 'QMCPACK:develop' into nexus_package
brockdyer03 Jan 28, 2026
79449f8
Merge branch 'develop' into nexus_package
brockdyer03 Feb 4, 2026
d521455
Merge branch 'develop' into nexus_package
brockdyer03 Feb 6, 2026
380f008
Merge branch 'develop' into nexus_package
brockdyer03 Feb 17, 2026
a7e4349
Merge branch 'develop' into nexus_package
brockdyer03 Feb 17, 2026
3f5665f
Merge branch 'develop' into nexus_package
brockdyer03 Mar 2, 2026
0e11938
Update installation instructions
prckent Mar 11, 2026
db33ff1
Clean gitignore
prckent Mar 11, 2026
6d2c986
Improve text
prckent Mar 11, 2026
7844afa
Nexus: Remove unnecessary promise of bin packaging since we all know …
brockdyer03 Mar 11, 2026
672a0ad
Nexus: Add back in actual current status of bin packaging
brockdyer03 Mar 11, 2026
eda0746
Nexus: Use rephrased version of script note
brockdyer03 Mar 11, 2026
2751421
Put recommend routes first
prckent Mar 11, 2026
afc892e
Update installation.rst
jtkrogel Mar 12, 2026
74573d9
Merge branch 'develop' into nexus_package
prckent Mar 12, 2026
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
5 changes: 5 additions & 0 deletions .gitignore
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
Expand Down
260 changes: 0 additions & 260 deletions nexus/README

This file was deleted.

Loading
Loading