Skip to content

Releases: DawsonInstitute/coherence-gravity-coupling

Release v2025.11.01

02 Nov 04:53

Choose a tag to compare

Release — commits since v2025.10.19

Release notes (only commits made since v2025.10.19):

  • 5ea7e57 2025-11-01 | Arcticoder | Remove redundant "cd papers" in README; fix LaTeX typos in null_results.tex and remove extraneous References header
  • da1f8d1 2025-11-01 | Arcticoder | Update README: clarify paper links, outputs, progress, and solver/script usage
  • fa52c96 2025-11-01 | Arcticoder | Add Makefile targets for null-results and report; update README/docs for null-results, script paths, formatting, and status wording; make examples a package and fix imports in examples/refined_feasibility; ensure scripts add repo root to PYTHONPATH and add timing to benchmark output; add benchmark_results.json and optimized_vs_baseline figure
  • 3598aba 2025-11-01 | Arcticoder | Fix README preprint links and python -c example formatting; remove author/date header from docs/SOLVER_PERFORMANCE_IMPROVEMENTS.md
  • 5dc42c6 2025-11-01 | Arcticoder | Remove generated results/interface_validation.png
  • 4a8bfdf 2025-11-01 | Arcticoder | Add related-papers analyses; remove deprecated setup.py; update README
  • 5cd3e3c 2025-11-01 | Arcticoder | Add related-papers README; expand submission README; fix ξ/xi LaTeX formatting
  • 9c3d6db 2025-11-01 | Arcticoder | Normalize script/report paths, deprecate setup.py, update docs/paper, add tests conftest
  • 3b75d61 2025-11-01 | Arcticoder | gitignore: add docs/related_papers/source/**/* entry
  • fbc977a 2025-11-01 | Arcticoder | Fix LaTeX typo in papers/null_results.tex: restore \title command (was "itle")
  • 8ff99d2 2025-11-01 | Arcticoder | Remove uncited references from null_results.tex bibliography
  • 8a14068 2025-11-01 | Arcticoder | Document Makefile, deprecate setup.py, clarify paper relationship, remove uncited references
  • 761e77c 2025-11-01 | Arcticoder | Fix critical LaTeX errors, reorganize sections, fix script imports, improve figure layout, reference tables in text
  • 563ba60 2025-11-01 | Arcticoder | gitignore: add docs/reference/**/* entry and fix missing newline at EOF
  • 35dd8b3 2025-11-01 | Arcticoder | papers: fix title/Index Terms; add Experimental Roadmap, Timeline/Feasibility, and Theoretical Implications; update date
  • fb938bc 2025-11-01 | Arcticoder | LaTeX: fix control sequences, add figures, format references, include tables appendix, and add limitations/conclusion
  • e0303d9 2025-11-01 | Arcticoder | Papers: remove obsolete Markdown sources after LaTeX conversion (null_results and chapter fragments)
  • c5df51b 2025-11-01 | Arcticoder | Make siunitx optional in null_results.tex for broader LaTeX compatibility
  • b1b8f23 2025-11-01 | Arcticoder | Convert null_results to standalone LaTeX; remove redundant final_preprint wrapper
  • a5f63f3 2025-11-01 | Arcticoder | Papers: replace markdown/pandoc wrapper with standalone null_results.tex and update docs
  • 828a2f6 2025-10-31 | Arcticoder | Papers: standardize preprint name to null_results.md; add manuscript and LaTeX wrapper; update README and docs
  • c392224 2025-10-31 | Arcticoder | Submission: add papers/submission/README with arXiv/Zenodo packaging instructions
  • 31430be 2025-10-31 | Arcticoder | Sweeps: add broader sweep driver with optional GP surrogate (sklearn)
  • 60c2b77 2025-10-31 | Arcticoder | LaTeX: add final_preprint.tex wrapper with graphics paths and .bib stub
  • b2c608f 2025-10-31 | Arcticoder | Preprint: add appendix with κ_R tables and concise error budget; reference consolidated reports
  • 40c6dde 2025-10-31 | Arcticoder | Docs: add papers/README and experimental proposal draft
  • d8eda2a 2025-10-31 | Arcticoder | README: add guidance on interpreting κ_R limits and expected scaling
  • da008d4 2025-10-31 | Arcticoder | README: add curvature–EM coupling (R·F^2) constraints section
  • 5deb41a 2025-10-31 | Arcticoder | Add LaTeX wrapper for null results preprint
  • 71db719 2025-10-31 | Arcticoder | Add unified report generator for analysis results
  • fc73e27 2025-10-31 | Arcticoder | Add sweep modes for Ricci scalar and experimental precision
  • a72da6d 2025-10-31 | Arcticoder | Expand preprint with comprehensive methodology and discussion
  • 4059f9c 2025-10-31 | Arcticoder | Add curvature-EM coupling extension with exclusion limits

Notes / highlights

  • Primary focus: paper preparation and packaging (standalone LaTeX preprint null_results.tex), README and documentation clarifications, and deprecating the old setup.py packaging workflow in favor of Makefile targets and explicit submission instructions for arXiv/Zenodo.
  • Many LaTeX and content fixes to make the preprint compile reliably and be submission-ready (fixes to control sequences, titles, references, tables appendices, optional siunitx usage).
  • Added tooling: Makefile targets for null-results/report, unified report generator, sweep drivers (with optional GP surrogate), and benchmark results/figures.
  • Housekeeping: updated .gitignore entries, removed generated/obsolete artifacts, and normalized script/report paths.

(Generated automatically by local release script.)

Release v2025.10.19

19 Oct 23:57

Choose a tag to compare

Release v2025.10.19

Summary

This release contains all commits since the repository inception.

Complete commit list

218fd9f 2025-10-16 | Arcticoder | Initial Phase D implementation: Coherence-modulated gravity coupling
7f3fe36 2025-10-16 | Arcticoder | Fix d'Alembertian operator notation for cross-platform compatibility
8e4f3c4 2025-10-17 | Arcticoder | Add weak-field solver, numerical solvers, analysis tools, docs, examples, and project scaffolding
6316df8 2025-10-17 | Arcticoder | gitignore: ignore pycache and compiled Python files; stop tracking .pyc files
90f0161 2025-10-17 | Arcticoder | Add 3D Poisson solver, phi calibration utilities, conservation tests, and sample output
b905205 2025-10-17 | Arcticoder | Add experimental protocol, CLI, 3D geometric Cavendish simulation, solver acceleration, feasibility analysis, tests, data and figures
969cb93 2025-10-17 | Arcticoder | Clarify divergence form and use dimensionless A = G_eff/G in stencil
3db3b77 2025-10-17 | Arcticoder | Fix units/scale in geometric_cavendish results, update figure, add Newtonian torque test
559018d 2025-10-17 | Arcticoder | Add noise_profile_sweep.png figure
9813973 2025-10-17 | Arcticoder | Add expanded regression tests for coherence-gravity solver
b0ff0f8 2025-10-17 | Arcticoder | Add volume-averaged force, optimization CLI, docs, and tests
e07cf60 2025-10-17 | Arcticoder | Add documentation INDEX and session summary; update README with volume-averaging, CLI and test details
5282927 2025-10-17 | Arcticoder | Refactor geometry parameterization and add tests
8f3517f 2025-10-17 | Arcticoder | Add automated convergence study, session notes, results, and test updates
5dcca34 2025-10-17 | Arcticoder | feat: solver performance improvements — diagonal preconditioner, COO assembly, API & benchmarking
d89981e 2025-10-17 | Arcticoder | test: make invariance and monotonicity tests robust to near-zero values and numerical noise
892e64a 2025-10-17 | Arcticoder | chore: add local development workflow, tooling, and domain-padding sweep
88b7609 2025-10-17 | Arcticoder | feat: add result caching system with docs, CLI targets, and tests
e76b56c 2025-10-18 | Arcticoder | feat: add analysis runner and Makefile target; save analysis results; fix tests
92648ac 2025-10-18 | Arcticoder | feat: add geometry optimization CLI (optimize_geometry.py) and Makefile target; add scipy to dev deps
2c88dd2 2025-10-18 | Arcticoder | docs: add geometry optimizer documentation and README entry; ignore optimization outputs
d72fac6 2025-10-18 | Arcticoder | tests: make interface-matching robust to gauge/amplitude differences and focus on flux continuity
62f37f9 2025-10-18 | Arcticoder | results: update interface_validation.png (regenerated visualization)
b68e6cb 2025-10-18 | Arcticoder | feat: add publication plotting and eliminate test warnings
425bede 2025-10-18 | Arcticoder | docs: add development workflow section to README
178ea51 2025-10-18 | Arcticoder | feat: add convergence trace recording to optimizer
df22f4f 2025-10-18 | Arcticoder | feat: add production optimization study script
dc34c86 2025-10-18 | Arcticoder | results: add production study results for YBCO (production_study_20251018_162804.json)
6651878 2025-10-18 | Arcticoder | chore: simplify .gitignore — ignore results/ at top-level and remove per-subdir patterns (remove redundant .pytest_cache/ duplication)
fbe4ef5 2025-10-18 | Arcticoder | results: add production study logs for YBCO (production_study_41_5grid.log, production_study_full.log)
8e36b86 2025-10-18 | Arcticoder | chore: record no-op change (no code updates)
747ce9f 2025-10-18 | Arcticoder | feat: parallelize grid search, add progress bars and save environment metadata
8490655 2025-10-18 | Arcticoder | feat: add monitor_validation.py and 61³ validation logs (validation_monitor.log, validation_61_rb87.log, validation_61_nb.log)
6a60ccb 2025-10-18 | Arcticoder | results: update validation_61_rb87.log — append final simulation runs, solve times and cache saves
dc8cea6 2025-10-18 | Arcticoder | chore: bookkeeping update (no code changes)
41774dd 2025-10-18 | Arcticoder | docs: add 61³ VALIDATION_REPORT and update README to reflect validation results
99b8105 2025-10-18 | Arcticoder | Add convergence analysis: 61³-81³-101³ resolution study
f68040b 2025-10-18 | Arcticoder | Add comprehensive session summary: convergence validation complete
92002b1 2025-10-18 | Arcticoder | docs: add manuscript drafts (00-abstract, 01-introduction, 02-methods, 03-results)
827818f 2025-10-18 | Arcticoder | docs: add LATEST_PRODUCTION_SUMMARY.md (auto) summarizing recent production_study runs and recommended next command
7762c72 2025-10-18 | Arcticoder | Add manuscript scaffolding and production summary
e214ec7 2025-10-18 | Arcticoder | Add manuscript status tracker: ~95% publication ready
3387d23 2025-10-18 | Arcticoder | Complete manuscript sections: Discussion + Conclusion; update production summary with 61³ data
80c1d38 2025-10-18 | Arcticoder | Polish Results section with figure references and expanded analysis
d12a644 2025-10-18 | Arcticoder | Add comprehensive manuscript completion summary
7b721e2 2025-10-18 | Arcticoder | Add latest production study summary (auto)
337e674 2025-10-18 | Arcticoder | Complete manuscript consolidation and reproducibility framework
b71606e 2025-10-18 | Arcticoder | Add manuscript draft (00-05 MD) and LaTeX source; ignore paper build artifacts
862fb21 2025-10-18 | Arcticoder | Ignore author_config.tex in papers/manuscript and stop tracking
ee160ae 2025-10-18 | Arcticoder | Add manuscript draft (00-05) and LaTeX source; include author_config example
40179d9 2025-10-18 | Arcticoder | Use BibTeX for references: add coherence_gravity_coupling.bib and update .tex
90b1ec6 2025-10-18 | Arcticoder | Add figure-generation utility and embed manuscript figures
efd6865 2025-10-19 | Arcticoder | Fix README math formatting for stress-energy tensor
8efac72 2025-10-19 | Arcticoder | No-op: empty commit to trigger CI/workflows
84c8842 2025-10-19 | Arcticoder | Normalize README markdown fences and fix indentation in inline python -c examples
7af0be4 2025-10-19 | Arcticoder | chore(ci): empty commit to trigger CI/workflows
524a1d6 2025-10-19 | Arcticoder | docs: update README LaTeX build path to papers
b65c025 2025-10-19 | Arcticoder | Release prep: align environment and reproducibility, add LICENSE/CITATION, scripts, and figures
3c5b8bb 2025-10-19 | Arcticoder | Add verify_release script, Makefile targets, and generated data_manifest.csv
987562a 2025-10-19 | Arcticoder | Add release_manifest.json; update docs, data manifest, and regenerate script
c169993 2025-10-19 | Arcticoder | Add Zenodo deposit checklist and create v1.0.0 archive
f0d4400 2025-10-19 | Arcticoder | Add comprehensive release summary document
ab7b808 2025-10-19 | Arcticoder | Update repository metadata to DawsonInstitute, remove CITATION.cff, and update LICENSE


Generated on 2025-10-19T16:47:26-07:00