Skip to content

release/0.10.4#88

Merged
mxfactorial merged 6 commits into
mainfrom
release/0.10.4
Mar 16, 2026
Merged

release/0.10.4#88
mxfactorial merged 6 commits into
mainfrom
release/0.10.4

Conversation

@mxfactorial

Copy link
Copy Markdown
Owner

0.10.4 (2026-03-16)

added

  • rendering test suite proving polar sweep screen coverage, scanner rotation, perspective projection, ray casting, intersection, reflection, depth ordering, and conformal split through a single triangle pipeline
  • rendering benchmark in criterion bench suite comparing per-pixel rotation cost across 2D, 10D, and 100D
  • dimension independence test in ML suite proving forward pass, activation, perceptron update, and dot product produce identical results at blade 1 and blade 1_000_000 with blade accumulation traced through even and odd offsets

changed

  • replaced PI divisor pattern with π-fraction constructors in ML test suite
  • moved agent instructions from .github/copilot-instructions.md to .agents/onboard.md
  • readme example rewritten to show projection chain drawing points and lines from one angle

@mxfactorial mxfactorial self-assigned this Mar 16, 2026
@mxfactorial mxfactorial linked an issue Mar 16, 2026 that may be closed by this pull request
@mxfactorial mxfactorial merged commit 9ffbbeb into main Mar 16, 2026
6 of 8 checks passed
@mxfactorial mxfactorial deleted the release/0.10.4 branch March 16, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add rendering test suite

1 participant