Merge improvements from neurips2026anonymous (sans anonymization)#42
Merged
Conversation
- Restructure paper/experiments/ -> experiments/
- Apply experiments code edits (organ3d, pcam, spherical_mnist, spherical_mnist_reconstruction)
- Enrich README with Supported Groups, API, and Benchmarks sections
- Delete docs/, DESIGN.md, benchmarks/figures/, benchmarks/inversion_results/,
benchmarks/paper_benchmarks.{tex,pdf}, .cursorrules, paper/ working files
- Exclude experiments/ from pre-commit hooks (research scripts, not library code)
Preserved on main: LICENSE, RELEASE.md, .github/workflows/publish.yml,
pyproject.toml authors/URLs/version (0.3.5), .github/workflows/tests.yml
codecov slug, README CI badges and clone URL.
Co-authored-by: Cursor <cursoragent@cursor.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Brings the experiments restructure, README enrichment, and submission cleanup over from
neurips2026anonymous. Skips all anonymization (real authors / URLs / LICENSE / release infra preserved on main).What's included
paper/experiments/→ top-levelexperiments/docs/,DESIGN.md,benchmarks/figures/,benchmarks/inversion_results/,benchmarks/paper_benchmarks.{tex,pdf},.cursorrules,paper/working filesexperiments/from pre-commit hooks (research scripts, not library code)What's preserved on main (NOT taken from anon)
LICENSE(anon had none)RELEASE.md(anon had none).github/workflows/publish.yml(anon had none)pyproject.toml: realauthors, GitHub URLs, version0.3.5,optional-dependencies.experimentsblock.github/workflows/tests.yml: codecov sluggeometric-intelligence/bispectrumREADME.md: CI badges (Tests, Pre-commit, codecov) andgit cloneURL in Development sectionVerification
rg -i "anonymous|4open\.science"→ no matchespytest tests/→ 584 passed, 1 pre-existing failure intest_so3_on_s2.py::TestSparseParity(also fails on stock main, not introduced here)Test plan
experiments/{organ3d,pcam,spherical_mnist}/{model,train,data}.pydiffs are real code improvements, not just anonymizationDESIGN.mdreferences leak into source after deletionMade with Cursor