Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
175 commits
Select commit Hold shift + click to select a range
280ff35
Updated with Copulas
Laasya-73 May 11, 2026
ec66da6
Add copula true measures and docs
Laasya-73 May 15, 2026
992e0af
Merge branch 'develop' into feature/copula-true-measure
Laasya-73 May 15, 2026
3c6c549
Add Brownian Bridge path construction as decomp_type option (#504)
park1428 May 17, 2026
a06f515
Add unit tests for BrownianBridge decomp_type (#504)
park1428 May 18, 2026
90ad17e
Add unit test for BrownianBridge NotImplementedError
park1428 May 18, 2026
b5f6ecb
Add Brownian Bridge demo and booktest
park1428 May 18, 2026
687c644
docs patch
alegresor May 18, 2026
31cbece
Fix test failures in master branch (#527)
sou-cheng-choi May 19, 2026
c8c3156
Fix link format for PyPI download statistics
sou-cheng-choi May 19, 2026
7a9afc4
Choi's Follow up after 2026-05-18 team meeting (#530)
sou-cheng-choi May 20, 2026
9f5713e
Merge branch 'develop' into brownian-bridge
park1428 May 23, 2026
ab0969b
table of qmc software (#532)
fjhickernell May 23, 2026
e6c3bf2
Address feedback for BrownianMotion
park1428 May 24, 2026
1bd569b
Updated doctests and added references
Laasya-73 May 25, 2026
b47e1f7
Merge branch 'develop' into feature/copula-true-measure
Laasya-73 May 25, 2026
3bd97c2
Algorithm improvement for non powers of 2 by sorting nodes by varianc…
park1428 May 29, 2026
bebc875
Update demo
park1428 May 29, 2026
71fef55
add test to notebook + modify plot with increasing d
alegresor May 29, 2026
b9662a5
Manual test and demo fix
park1428 Jun 2, 2026
17369eb
Update software table and scale back tests (#535)
sou-cheng-choi Jun 3, 2026
2535604
adding UM-Bridge software package (#536)
fjhickernell Jun 3, 2026
0a684e2
Qmc soft table (#537)
fjhickernell Jun 7, 2026
f43d361
Improved copula notebook references and notation
Laasya-73 Jun 12, 2026
653f0ca
Added copula doctest examples
Laasya-73 Jun 12, 2026
0b1d24f
Fix Windows LaTeX setup for notebook tests
Laasya-73 Jun 12, 2026
6eb90ec
Update zero-inflated exponential to use one uniform variable
Laasya-73 Jun 15, 2026
64aab8b
Add zero-inflated exponential validation tests
Laasya-73 Jun 15, 2026
cd68240
add roles document (#519)
fjhickernell Jun 16, 2026
d926884
Replace recursive method with Owen's algorithm 6.1 and 6.2, add custo…
park1428 Jun 23, 2026
32c768e
Merge remote-tracking branch 'origin/develop' into brownian-bridge
park1428 Jun 23, 2026
33cc5e2
add Faure to ACM TOMs
alegresor Jun 23, 2026
ef5cb59
faure for ACM TOMs
alegresor Jun 23, 2026
d627086
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into acm…
alegresor Jun 23, 2026
fabb318
rename from ACM TOMS 2024 to to JCAM 2026
alegresor Jun 23, 2026
aa9ff47
spawn preserve state and lazy decomp fix
park1428 Jun 24, 2026
58902c8
Refactor copula base class and fix docs
Laasya-73 Jun 24, 2026
cc8534b
Deprecate y_split and update zero-inflated exponential demo
Laasya-73 Jun 24, 2026
be4c350
Updated with warnings
Laasya-73 Jun 24, 2026
b4b4d86
cone snippets now fit in margins
alegresor Jun 24, 2026
93df295
baker transform of points
alegresor Jun 24, 2026
9efb97c
update demo
park1428 Jun 24, 2026
4bf5fd8
rerun timings
alegresor Jun 25, 2026
198fac9
booktest name
alegresor Jun 25, 2026
6b239f4
patches suggested by Sou-Cheng
alegresor Jun 26, 2026
13c665c
Merge pull request #544 from QMCSoftware/acmtoms_demo_update
alegresor Jun 27, 2026
917f88a
MWE to show truemeasure issues
fjhickernell Jun 27, 2026
ac7096c
Merge branch 'develop' into feature/update-zero-inflated-exponential
fjhickernell-IllinoisTech Jun 27, 2026
b129c38
vdc mapping
park1428 Jun 29, 2026
e0344d9
Fix "make doc" warnings (#547)
sou-cheng-choi Jul 2, 2026
348e873
Fixed issues
Laasya-73 Jul 2, 2026
6d2a76f
JCAM -> JCMDS publisher
alegresor Jul 3, 2026
d8ace0a
Enhance LaTeX install and add a markdown-unwrap tool (#548)
sou-cheng-choi Jul 4, 2026
af0e6c9
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into JCA…
alegresor Jul 4, 2026
520a57b
Message Passing Monte Carlo (MPMC) (#490)
alegresor Jul 4, 2026
e9e8346
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into JCA…
alegresor Jul 4, 2026
16f075d
switch to gray ordering
park1428 Jul 5, 2026
8758994
accept bridge as valid decomp type
park1428 Jul 5, 2026
2c87ef3
JCMDS -> JSC
alegresor Jul 6, 2026
47b0bc1
fix tests, hopefully
alegresor Jul 6, 2026
446b045
vdc variable renaming
park1428 Jul 6, 2026
9c7699f
renaming fix
park1428 Jul 6, 2026
d471b9e
Fix pep8 workflow error and unskip dockets in MPMC (#552)
sou-cheng-choi Jul 7, 2026
e64dd8b
Merge branch 'develop' into feature/copula-true-measure
Laasya-73 Jul 7, 2026
c55b6b5
Change tb__Sorokin_2026.py to tb_JSC_Sorokin_2026.py
sou-cheng-choi Jul 7, 2026
64c500a
Merge pull request #554 from QMCSoftware/JCAM-->-JCMDS
alegresor Jul 7, 2026
08efa8a
option example improvement
park1428 Jul 8, 2026
f28e1bf
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
40d5c20
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
098624e
Fix recent full sweep test failures (#555)
sou-cheng-choi Jul 9, 2026
2928593
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
30eebb4
Merge remote-tracking branch 'upstream/develop' into feature/update-z…
Laasya-73 Jul 9, 2026
b1d696d
Merge develop and update true measure demos
Laasya-73 Jul 9, 2026
50e6624
Rename base copula class
Laasya-73 Jul 9, 2026
4869765
custom output order and demo improvements
park1428 Jul 9, 2026
14d25df
Branches instructions & AI guidelines in CONTRIBUTING.md (#542)
alegresor Jul 10, 2026
03c7c55
Potential fix for pull request finding
Laasya-73 Jul 10, 2026
ae8563b
Fix sample sizes in tests
Laasya-73 Jul 10, 2026
b044035
Merge remote-tracking branch 'upstream/develop' into feature/copula-t…
Laasya-73 Jul 10, 2026
6d289ae
Merge pull request #516 from Laasya-73/feature/copula-true-measure
Laasya-73 Jul 10, 2026
a650047
demo improvement for covariance factorization
park1428 Jul 10, 2026
9eb4751
Update PEP8 badge (#557)
github-actions[bot] Jul 11, 2026
5331e49
Merge remote-tracking branch 'origin/develop' into brownian-bridge
park1428 Jul 11, 2026
f3f3f24
fix typos
park1428 Jul 11, 2026
11c817f
rename
alegresor Jul 13, 2026
ba9be88
more renaming
alegresor Jul 13, 2026
3e9153c
Merge remote-tracking branch 'upstream/develop' into feature/update-z…
Laasya-73 Jul 15, 2026
374bbd9
Update demos and sampler usage
Laasya-73 Jul 15, 2026
035051e
Potential fix for pull request finding 'Unused import'
Laasya-73 Jul 15, 2026
efff305
Potential fix for pull request finding 'Unused import'
Laasya-73 Jul 15, 2026
4e7957f
Take out 'tb__Sorokin_2026' in test/booktests/test_runtimes.py and d…
sou-cheng-choi Jul 16, 2026
ef5c0d6
Add booktest file
sou-cheng-choi Jul 16, 2026
203ed44
Add documentation
sou-cheng-choi Jul 16, 2026
81bddff
Add doc
sou-cheng-choi Jul 16, 2026
827c57e
Update zero-inflated exponential to use one uniform variable
Laasya-73 Jun 15, 2026
1d32464
Add zero-inflated exponential validation tests
Laasya-73 Jun 15, 2026
9cbaf9e
Deprecate y_split and update zero-inflated exponential demo
Laasya-73 Jun 24, 2026
a539dda
Updated with warnings
Laasya-73 Jun 24, 2026
a024a56
MWE to show truemeasure issues
fjhickernell Jun 27, 2026
7633b5a
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
9f8352e
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
757aeb8
Add ProductMeasure for independent true measure composition
Laasya-73 Jul 9, 2026
85517ad
Merge develop and update true measure demos
Laasya-73 Jul 9, 2026
57b1b29
Update demos and sampler usage
Laasya-73 Jul 15, 2026
829e218
Potential fix for pull request finding 'Unused import'
Laasya-73 Jul 15, 2026
7e1864f
Potential fix for pull request finding 'Unused import'
Laasya-73 Jul 15, 2026
03e0bdf
Add booktest file
sou-cheng-choi Jul 16, 2026
3271e88
Add documentation
sou-cheng-choi Jul 16, 2026
7ee1543
Add doc
sou-cheng-choi Jul 16, 2026
681f2d8
Refine ProductMeasure and add DummySampler
Laasya-73 Jul 16, 2026
a1ab996
Merge pull request #559 from QMCSoftware/acmtoms_demo_update
alegresor Jul 16, 2026
ce20919
Merge remote-tracking branch 'origin/feature/update-zero-inflated-exp…
fjhickernell Jul 16, 2026
0e3a471
Merge branch 'develop' into feature/update-zero-inflated-exponential
fjhickernell Jul 16, 2026
c835dcf
Merge branch 'develop' into brownian-bridge
fjhickernell Jul 16, 2026
c6f4aca
align error messages for invalid decomp_type and prevent monitoring_t…
park1428 Jul 17, 2026
f6564a4
Merge branch 'brownian-bridge' of https://github.com/QMCSoftware/QMCS…
park1428 Jul 17, 2026
7f56d6e
Delay missing-pdf warning until weight evaluation
Laasya-73 Jul 18, 2026
03d7e21
input validation for t_final and monitoring_times
park1428 Jul 20, 2026
0c746b1
add example labels
park1428 Jul 20, 2026
6528a12
Improve ProductMeasure examples and DummySampler documentation
Laasya-73 Jul 21, 2026
06b381f
Improve ProductMeasure examples and DummySampler documentation
Laasya-73 Jul 21, 2026
33f491c
Update ProductMeasure doctests
Laasya-73 Jul 21, 2026
7bb8761
rename to bridge_construction_times and add bridge_output_times
park1428 Jul 21, 2026
97470b0
Recover documentation lost in merging of PR490 into `develop`. Remove…
sou-cheng-choi Jul 21, 2026
fa4db2f
use str(decomp_type) consistently
park1428 Jul 22, 2026
77b3fb9
update all notebook issues
park1428 Jul 22, 2026
03c64e8
reword title
park1428 Jul 22, 2026
2f135d0
Merge remote-tracking branch 'origin/develop' into brownian-bridge
park1428 Jul 22, 2026
778d612
Update ProductMeasure Demo
Laasya-73 Jul 22, 2026
a774f3a
Update PEP8 badge (#570)
github-actions[bot] Jul 23, 2026
9074a07
Adding Randomized Latin Hypercube class as long as tests and document…
Samuel-Vangu Jul 25, 2026
0144b84
Adding Korobov lattice class as long as tests and documentation
Samuel-Vangu Jul 26, 2026
e5366e9
Adding Hammersley point set along as tests and documentation
Samuel-Vangu Jul 26, 2026
f32ce5e
Merge remote-tracking branch 'upstream/develop' into feature/update-z…
Laasya-73 Jul 31, 2026
9b9445f
Fix issues in ProductMeasure sampler
Laasya-73 Jul 31, 2026
7cc0934
Fixed Issues
Laasya-73 Jul 31, 2026
ab2b7a6
Merge pull request #541 from QMCSoftware/feature/update-zero-inflated…
Laasya-73 Aug 1, 2026
5211e59
Add Korobov P2 generating params table
Samuel-Vangu Aug 4, 2026
53f40ff
Merge branch 'develop' into feature/add-randomized-lhs
Samuel-Vangu Aug 4, 2026
bfbaf95
Made some of the changes discussed in the zoom meeting
Samuel-Vangu Aug 5, 2026
720727b
Merge branch 'develop' into feature/add-korobov-lattice
Samuel-Vangu Aug 5, 2026
719a52c
Made some of the changes discussed in the zoom meeting
Samuel-Vangu Aug 5, 2026
39c8152
Made some of the changes discussed in the zoom meeting
Samuel-Vangu Aug 5, 2026
6f3cca5
Made the changes requested after the review
Samuel-Vangu Aug 6, 2026
96c00c6
Made the changes requested after the review
Samuel-Vangu Aug 6, 2026
4271606
fixing the docstring format
Samuel-Vangu Aug 6, 2026
a479f27
Made the changes requested after the review
Samuel-Vangu Aug 6, 2026
16a1bea
Merge branch 'feature/add-hammersley-point-set' into feature/qmc-samp…
Samuel-Vangu Aug 6, 2026
07612a5
Merge branch 'feature/add-korobov-lattice' into feature/qmc-samplers
Samuel-Vangu Aug 6, 2026
ea58a69
Adding a notebook for the new true samplers
Samuel-Vangu Aug 6, 2026
d1680ba
Un-ignore korobov_p2_table.npz
Samuel-Vangu Aug 7, 2026
fab6773
Tried to fix the warning in hammersley as suggested by Fred
Samuel-Vangu Aug 7, 2026
3c89ade
fix: restore warn parameter in Hammersley.__init__
Samuel-Vangu Aug 8, 2026
a632b82
Pushed some fixes
Samuel-Vangu Aug 8, 2026
427b1c9
reorder mean, covariance, pdf when output order is custom
park1428 Aug 10, 2026
9fb1d50
Add QMCPy logo generation demo (#571)
fjhickernell Aug 10, 2026
1f77ebf
Updated so that n=64 was not hardcoded but could be changed
fjhickernell Aug 10, 2026
043b902
Merge pull request #1 from QMCSoftware/review-582-notebook
Samuel-Vangu Aug 10, 2026
7b6fcc7
mean, standard deviation, variance, and covariance for Uniform, Gauss…
ishn29 Aug 10, 2026
6346426
Merge pull request #582 from Samuel-Vangu/feature/qmc-samplers
alegresor Aug 10, 2026
1f66f78
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into bro…
alegresor Aug 10, 2026
fd26517
edit some tests
alegresor Aug 10, 2026
f80887c
Merge pull request #523 from QMCSoftware/brownian-bridge
alegresor Aug 10, 2026
a8acc9b
Update PEP8 badge (#586)
github-actions[bot] Aug 11, 2026
deaedab
Simplifying and Sorting QMCPy Imports. Removing Trailing Space. (#580)
sou-cheng-choi Aug 11, 2026
4fe5ba5
Add repository guidance for coding agents
fjhickernell Aug 11, 2026
f3c057e
Update QMCPy/__init__.py with version 2.4 and remove top-level __init…
sou-cheng-choi Aug 13, 2026
4bdb9ae
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into cod…
alegresor Aug 13, 2026
718766c
update with Sou-Cheng recommendations
alegresor Aug 13, 2026
20fe62f
Strengthen agent workflow safeguards
fjhickernell Aug 13, 2026
a323f47
move AGENTS to for developers
alegresor Aug 14, 2026
2f7a8fd
Merge pull request #589 from QMCSoftware/codex/add-agent-guidance
alegresor Aug 14, 2026
77c4659
Fix PEP8 related errors and warnings. Better format. Fix broken links…
sou-cheng-choi Aug 14, 2026
55591d6
Update PEP8 badge
sou-cheng-choi Aug 14, 2026
8909780
Merge pull request #595 from QMCSoftware/automation/update-pep8-badge
alegresor Aug 14, 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
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,26 @@ assignees: ''
- Installed using virtualenv? pip? conda?:
- GCC or Windows C Compiler version:

**Describe the problem**
**Describe the problem**

A clear and concise description of what the bug is.

**Logs / Any other info**
**Logs / Any other info**

Provide logs and any other information

**To Reproduce**
**To Reproduce**

Steps to reproduce the behavior:

**Expected behavior**
**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**
**Screenshots**

If applicable, add screenshots to help explain your problem.

**Additional context**
**Additional context**

Add any other context about the problem here.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 0
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Summary

- Issue:
- Algorithmic or API impact:
- Commands run:

## AI Assistance

- [ ] No substantive AI assistance was used for this PR.
- [ ] AI assistance substantively affected this PR, and I describe that use below.

AI tools and affected areas:

- [ ] Independent verification performed.

## Checklist

- [ ] I linked the relevant issue or explained why none was needed.
- [ ] I added or updated tests, docs, notebooks, or explained why they were not needed.
- [ ] I verified any equations, citations, benchmarks, numerical claims, or external references changed in this PR.
- [ ] I reviewed AI-assisted content for licensing, provenance, attribution, confidentiality, and security concerns.
- [ ] I described any CI, dependency, notebook runtime, or generated artifact changes if applicable.
Loading
Loading