Releases: InauguralPhysicist/Eigen-Geometric-Control
Releases · InauguralPhysicist/Eigen-Geometric-Control
v2.0.0
What's Changed
- feat: Add Noperthedron analysis exploring geometric convergence limits by @InauguralPhysicist in #22
- feat: integrate EigenFunction lightlike observer for loop prevention by @InauguralPhysicist in #23
- test: add quantitative accuracy benchmarks by @InauguralPhysicist in #24
- test: add terminal descent benchmark - MAJOR FINDING! by @InauguralPhysicist in #25
- test: stereo → Lorentz → lightlike observer (proper integration) by @InauguralPhysicist in #26
- docs: comprehensive testing results and noise type analysis by @InauguralPhysicist in #27
- feat: adaptive two-phase control (Priority 1 from roadmap) by @InauguralPhysicist in #28
- feat: frequency-selective damping (Priority 1.2 from roadmap) by @InauguralPhysicist in #29
- docs: paradigm shift - paradox-mediated computation model by @InauguralPhysicist in #30
- docs: formalize paradox-mediated computation theory (Priority 0.3) by @InauguralPhysicist in #31
- feat: paradox-aware multi-agent coordination (Priority 0.2) by @InauguralPhysicist in #32
- feat: Lorentz boost for moving target tracking (Priority 2.2) by @InauguralPhysicist in #33
- feat: coherent/incoherent signal decomposition (Priority 2.3) by @InauguralPhysicist in #34
- feat: dynamic invariant detection for auto-adaptation (Priority 3.1) by @InauguralPhysicist in #35
- feat: geodesic path planning for obstacle avoidance (Priority 3.2) by @InauguralPhysicist in #36
- feat: quantum-inspired error correction for sensor robustness (Priority 3.3) by @InauguralPhysicist in #37
- style: apply Black formatting to all files by @InauguralPhysicist in #38
- style: fix import ordering with isort by @InauguralPhysicist in #39
- style: fix all flake8 linting issues by @InauguralPhysicist in #40
- fix: correct numpy boolean assertions by @InauguralPhysicist in #41
- release: version 2.0.0 by @InauguralPhysicist in #42
Full Changelog: v1.0.0...v2.0.0
v1.0.0
git checkout main
git pull
git tag -a v1.0.0 -m "Release version 1.0.0"
git push origin v1.0.0
What's Changed
- Initial commit: Eigen geometric control framework by @InauguralPhysicist in #1
- Add validation data and supplementary figures by @InauguralPhysicist in #2
- Add dual licensing for commercial use by @InauguralPhysicist in #3
- Add quickstart output to gitignore by @InauguralPhysicist in #4
- feat(config): Introduce dataclass and YAML-based configuration management by @InauguralPhysicist in #5
- test: Add integration tests for full simulation workflows by @InauguralPhysicist in #6
- refactor(config): Simplify config module by removing optional YAML handling by @InauguralPhysicist in #7
- refactor(config): Simplify default.yaml with more concise formatting by @InauguralPhysicist in #8
- ci: Add GitHub Actions workflow for automated testing by @InauguralPhysicist in #9
- feat: Complete integration with configuration system and documentation by @InauguralPhysicist in #10
- docs: Add comprehensive CONTRIBUTING.md guide by @InauguralPhysicist in #11
- test: Add XOR/XNOR stereo vision validation test by @InauguralPhysicist in #12
- feat: Add Lorentz transformation framework for unified vision-control by @InauguralPhysicist in #13
- docs: Add arm control Lorentz integration summary by @InauguralPhysicist in #14
- chore: Add test coverage files to .gitignore by @InauguralPhysicist in #15
- chore: Add package build artifacts to .gitignore by @InauguralPhysicist in #16
- chore: Configure pre-commit hooks for automatic code quality by @InauguralPhysicist in #17
- fix: Configure pre-commit hooks to only check src/ and tests/ by @InauguralPhysicist in #18
- fix: Resolve release build and dependency issues by @InauguralPhysicist in #19
- style: Apply professional code quality standards by @InauguralPhysicist in #20
- docs: Update CHANGELOG for v1.0.0 release by @InauguralPhysicist in #21
New Contributors
- @InauguralPhysicist made their first contribution in #1
Full Changelog: https://github.com/InauguralPhysicist/Eigen-Geometric-Control/commits/v1.0.0